yesod-static 1.1.0 → 1.1.0.1
raw patch · 1 files changed
+17/−17 lines, 1 filesdep ~base64-bytestringdep ~bytestringdep ~cereal
Dependency ranges changed: base64-bytestring, bytestring, cereal, containers, cryptohash, directory, file-embed, old-time, text, transformers, unix-compat
Files
- yesod-static.cabal +17/−17
yesod-static.cabal view
@@ -1,5 +1,5 @@ name: yesod-static-version: 1.1.0+version: 1.1.0.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -20,15 +20,15 @@ , containers >= 0.2 , old-time >= 1.0 , yesod-core >= 1.1 && < 1.2- , base64-bytestring >= 0.1.0.1 && < 0.2- , cereal >= 0.3 && < 0.4+ , base64-bytestring >= 0.1.0.1+ , cereal >= 0.3 , bytestring >= 0.9.1.4 , template-haskell- , directory >= 1.0 && < 1.2- , transformers >= 0.2.2 && < 0.4+ , directory >= 1.0+ , transformers >= 0.2.2 , wai-app-static >= 1.3 && < 1.4 , wai >= 1.3 && < 1.4- , text >= 0.9 && < 1.0+ , text >= 0.9 , file-embed >= 0.0.4.1 && < 0.5 , http-types >= 0.7 && < 0.8 , unix-compat >= 0.2@@ -48,24 +48,24 @@ , hspec >= 1.3 && < 1.4 , HUnit -- copy from above- , containers >= 0.2- , old-time >= 1.0+ , containers+ , old-time , yesod-core- , base64-bytestring >= 0.1.0.1 && < 0.2- , cereal >= 0.3 && < 0.4- , bytestring >= 0.9.1.4+ , base64-bytestring+ , cereal+ , bytestring , template-haskell- , directory >= 1.0 && < 1.2- , transformers >= 0.2.2 && < 0.4+ , directory+ , transformers , wai-app-static , wai- , text >= 0.9 && < 1.0- , file-embed >= 0.0.4.1 && < 0.5+ , text+ , file-embed , http-types- , unix-compat >= 0.2+ , unix-compat , conduit , crypto-conduit- , cryptohash >= 0.6.1+ , cryptohash , system-filepath ghc-options: -Wall