hakyll-elm 0.2 → 0.2.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~Elm
Dependency ranges changed: Elm
Files
- hakyll-elm.cabal +3/−3
hakyll-elm.cabal view
@@ -1,5 +1,5 @@ name: hakyll-elm-version: 0.2+version: 0.2.1 synopsis: Hakyll wrapper for the Elm compiler. description: A wrapper for compiling Elm (<http://elm-lang.org>) programs to@@ -28,14 +28,14 @@ type: git location: git://github.com/maxsnew/hakyll-elm.git branch: master- tag: v0.2+ tag: v0.2.1 library -- Modules exported by the library. exposed-modules: Hakyll.Web.Elm build-depends: base >= 4.6 && < 4.7, hakyll >= 4.0 && < 4.5,- Elm >= 0.10.1 && < 0.11,+ Elm >= 0.10.1 && <= 0.11, mtl >= 1.0 && < 3.0, blaze-html >= 0.4 && < 0.7, blaze-markup >= 0.5 && < 0.6