name: Lykah version: 0.0.2 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE maintainer: Johannes Gerer stability: Experimental homepage: http://johannesgerer.com/buchhaltung bug-reports: http://github.com/johannesgerer/buchhaltung/issues synopsis: A static website and blog generator description: Build websites using the full power and flexibility of Haskell. . See on Github. category: Web author: Johannes Gerer extra-source-files: README.md stack.yaml library exposed-modules: Lykah Lykah.Assets Lykah.BlazeTH Lykah.BuildingBlocks Lykah.EHtml Lykah.Formatting Lykah.JohannesgererCom Lykah.Structure Lykah.Style Lykah.Theme2 build-depends: base >=4.9.0.0 && <4.10, blaze-markup >=0.7.1 && <0.8, ListLike ==4.5.*, pandoc >=1.17.1 && <1.18, safe >=0.3.10 && <0.4, split >=0.2.3.1 && <0.3, text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.7, transformers >=0.5.2.0 && <0.6, mtl >=2.2.1 && <2.3, containers >=0.5.5.1 && <0.6, array >=0.5.0.0 && <0.6, filepath >=1.4.1.0 && <1.5, template-haskell >=2.11.0.0 && <2.12, regex-posix >=0.95.2 && <0.96, regex-compat >=0.95.1 && <0.96, clay ==0.12.*, old-locale >=1.0.0.7 && <1.1, blazeT >=0.0.5 && <0.1, directory >=1.2.6.2 && <1.3, filesystem-trees >=0.1.0.6 && <0.2, formatting >=6.2.4 && <6.3 default-language: Haskell2010 hs-source-dirs: src ghc-options: -O2 executable lykah main-is: Main.hs build-depends: base >=4.9.0.0 && <4.10, blaze-markup >=0.7.1 && <0.8, ListLike ==4.5.*, pandoc >=1.17.1 && <1.18, safe >=0.3.10 && <0.4, split >=0.2.3.1 && <0.3, text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.7, transformers >=0.5.2.0 && <0.6, mtl >=2.2.1 && <2.3, containers >=0.5.5.1 && <0.6, array >=0.5.0.0 && <0.6, filepath >=1.4.1.0 && <1.5, template-haskell >=2.11.0.0 && <2.12, regex-posix >=0.95.2 && <0.96, regex-compat >=0.95.1 && <0.96, clay ==0.12.*, old-locale >=1.0.0.7 && <1.1, blazeT >=0.0.5 && <0.1, directory >=1.2.6.2 && <1.3, filesystem-trees >=0.1.0.6 && <0.2, formatting >=6.2.4 && <6.3 default-language: Haskell2010 hs-source-dirs: src other-modules: Lykah Lykah.Assets Lykah.BlazeTH Lykah.BuildingBlocks Lykah.EHtml Lykah.Formatting Lykah.JohannesgererCom Lykah.Structure Lykah.Style Lykah.Theme2 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N -H1200M