-- Initial beuteltier.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: dirty-haskell version: 0.0.0 -- synopsis: -- description: homepage: git://git.yggdrasil.li/dirty-haskell.org -- license: PublicDomain -- license-file: LICENSE author: Gregor Kleen maintainer: aethoago@141.li copyright: N/A category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable site default-language: Haskell2010 hs-source-dirs: src main-is: Site.hs build-depends: base >=4.7 && <4.8 , hakyll >=4.6 && <5 , containers >=0.5 && <0.6 , pandoc >=1.13 && <2 , data-default >=0.5 && <0.6 , filepath >=1.3 && <2