userid 0.1.3.7 → 0.1.3.8
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~aesondep ~base
Dependency ranges changed: aeson, base
Files
- userid.cabal +4/−4
userid.cabal view
@@ -1,5 +1,5 @@ name: userid-version: 0.1.3.7+version: 0.1.3.8 synopsis: The UserId type and useful instances for web development description: Includes instances for SafeCopy, Lens, Boomerang, PathInfo and more homepage: http://www.github.com/Happstack/userid@@ -10,7 +10,7 @@ category: Data build-type: Simple cabal-version: >=1.10-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.3, GHC==8.10.7, GHC==9.0.2, GHC==9.2.1+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.3, GHC==8.10.7, GHC==9.0.2, GHC==9.2.5, GHC==9.4.8, GHC==9.6.4, GHC==9.8.1 source-repository head type: git@@ -18,8 +18,8 @@ library exposed-modules: Data.UserId- build-depends: base >= 4.6 && < 4.17,- aeson >= 0.9 && < 2.1,+ build-depends: base >= 4.6 && < 4.21,+ aeson >= 0.9 && < 2.3, boomerang >= 1.4 && < 1.5, cereal == 0.5.*, safecopy >= 0.8 && < 0.11,