-- Initial heckle.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: heckle version: 0.1.0.0 synopsis: Jekyll in Haskell description: Lightweight static site compiler for markdown posts license: Apache-2.0 license-file: LICENSE author: Rushi Shah maintainer: 2016rshah@gmail.com -- copyright: category: Web build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 executable heckle main-is: Main.hs other-modules: Heckle -- other-extensions: build-depends: base <=4.8.0 , blaze-html >= 0.8.1.1 , containers >= 0.5.5.1 , directory >=1.2 && <1.3 , pandoc >= 1.17.0.3 , pandoc-types >= 1.16.1 , process >= 1.2.0.0 , split >=0.2 && <0.3 , tagsoup >= 0.13.10 hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: https://github.com/2016rshah/heckle.git