userid 0.1.2.2 → 0.1.2.3
raw patch · 1 files changed
+8/−3 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- userid.cabal +8/−3
userid.cabal view
@@ -1,6 +1,6 @@ name: userid-version: 0.1.2.2-synopsis: A library which provides the UserId type and useful instances for web development+version: 0.1.2.3+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 license: BSD3@@ -10,11 +10,16 @@ category: Data build-type: Simple cabal-version: >=1.10+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2 +source-repository head+ type: git+ location: git://github.com/Happstack/userid.git+ library exposed-modules: Data.UserId build-depends: base >= 4.6 && < 4.9,- aeson >= 0.9 && < 0.11,+ aeson >= 0.8 && < 0.11, boomerang >= 1.4 && < 1.5, lens >= 4.9 && < 4.14, safecopy >= 0.8 && < 0.10,