userid 0.1.3.5 → 0.1.3.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~aeson
Dependency ranges changed: aeson
Files
- userid.cabal +2/−2
userid.cabal view
@@ -1,5 +1,5 @@ name: userid-version: 0.1.3.5+version: 0.1.3.6 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@@ -19,7 +19,7 @@ library exposed-modules: Data.UserId build-depends: base >= 4.6 && < 4.15,- aeson >= 0.9 && < 1.5,+ aeson >= 0.9 && < 1.6, boomerang >= 1.4 && < 1.5, cereal == 0.5.*, safecopy >= 0.8 && < 0.11,