name: hakyll-contrib-elm version: 0.1.0.0 synopsis: Compile Elm code for inclusion in Hakyll static site. description: A Hakyll extension which allows building and including Elm projects in static sites. homepage: https://github.com/narrative/hakyll-contrib-elm#readme bug-reports: https://github.com/narrative/hakyll-contrib-elm/issues license: BSD3 license-file: LICENSE author: Erik Stevenson maintainer: eriknstevenson@gmail.com copyright: 2016 Erik Stevenson category: Web build-type: Simple cabal-version: >=1.10 extra-source-files: README.md library hs-source-dirs: src exposed-modules: Hakyll.Contrib.Elm default-language: Haskell2010 ghc-options: -Wall build-depends: base < 5 , bytestring , directory , hakyll , process , temporary executable hakyll-contrib-elm-example hs-source-dirs: example main-is: Main.hs default-language: Haskell2010 ghc-options: -threaded -Wall build-depends: base < 5 , hakyll , hakyll-contrib-elm