yesod-routes 1.2.0.1 → 1.2.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
- yesod-routes.cabal +3/−3
yesod-routes.cabal view
@@ -1,5 +1,5 @@ name: yesod-routes-version: 1.2.0.1+version: 1.2.0.2 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -16,7 +16,7 @@ library build-depends: base >= 4 && < 5- , text >= 0.5 && < 0.12+ , text >= 0.5 , vector >= 0.8 && < 0.11 , containers >= 0.2 , template-haskell@@ -42,7 +42,7 @@ build-depends: base >= 4.3 && < 5 , yesod-routes- , text >= 0.5 && < 0.12+ , text >= 0.5 , HUnit >= 1.2 && < 1.3 , hspec >= 1.3 , containers