yesod-default 0.4.0 → 0.4.1
raw patch · 1 files changed
+13/−13 lines, 1 filesdep ~bytestringdep ~cmdargsdep ~directory
Dependency ranges changed: bytestring, cmdargs, directory, text, transformers
Files
- yesod-default.cabal +13/−13
yesod-default.cabal view
@@ -1,5 +1,5 @@ name: yesod-default-version: 0.4.0+version: 0.4.1 license: BSD3 license-file: LICENSE author: Patrick Brisbin@@ -17,18 +17,18 @@ if os(windows) cpp-options: -DWINDOWS - build-depends: base >= 4 && < 5- , yesod-core >= 0.9 && < 0.10- , cmdargs >= 0.8 && < 0.9- , warp >= 0.4 && < 0.5- , wai >= 0.4 && < 0.5- , wai-extra >= 0.4.4 && < 0.5- , bytestring >= 0.9 && < 0.10- , transformers >= 0.2 && < 0.3- , text >= 0.9 && < 1.0- , directory >= 1.0 && < 1.2- , shakespeare-css >= 0.10 && < 0.11- , shakespeare-js >= 0.10 && < 0.11+ build-depends: base >= 4 && < 5+ , yesod-core >= 0.9 && < 0.10+ , cmdargs >= 0.8+ , warp >= 0.4 && < 0.5+ , wai >= 0.4 && < 0.5+ , wai-extra >= 0.4.4 && < 0.5+ , bytestring >= 0.9.1.4+ , transformers >= 0.2.2 && < 0.3+ , text >= 0.9+ , directory >= 1.0+ , shakespeare-css >= 0.10 && < 0.11+ , shakespeare-js >= 0.10 && < 0.11 , template-haskell if !os(windows)