name: hakyll-contrib-elm
version: 0.1.0.1
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 >= 4.8 && < 5
, bytestring >= 0.9 && < 0.11
, directory >= 1.0 && < 1.3
, hakyll >= 4.7 && < 4.9
, process >= 1.0 && < 1.3
, temporary >= 1.2 && < 1.3
executable hakyll-contrib-elm-example
hs-source-dirs: example
main-is: Main.hs
default-language: Haskell2010
ghc-options: -threaded -Wall
build-depends: base >= 4.8 && < 5
, hakyll >= 4.7 && < 4.9
, hakyll-contrib-elm >= 0.1 && < 0.2