uuid-orphans 1.3.11 → 1.3.11.1
raw patch · 2 files changed
+5/−5 lines, 2 filesdep +uuid-typesdep −uuidPVP ok
version bump matches the API change (PVP)
Dependencies added: uuid-types
Dependencies removed: uuid
API changes (from Hackage documentation)
Files
- Data/UUID/Orphans.hs +1/−1
- uuid-orphans.cabal +4/−4
Data/UUID/Orphans.hs view
@@ -3,7 +3,7 @@ import Data.SafeCopy (base, deriveSafeCopy) import Data.Text as T (pack, unpack)-import Data.UUID (UUID, toString, fromString)+import Data.UUID.Types (UUID, toString, fromString) import Web.Routes.PathInfo $(deriveSafeCopy 0 'base ''UUID)
uuid-orphans.cabal view
@@ -1,5 +1,5 @@ name: uuid-orphans-version: 1.3.11+version: 1.3.11.1 cabal-version: >= 1.10 build-type: Simple license: BSD3@@ -8,7 +8,7 @@ author: David Fox copyright: (c) David Fox maintainer: David Fox <dsf@seereason.com>-bug-reports: https://github.com/seereason/uuid-orphans+bug-reports: https://github.com/seereason/uuid stability: experimental tested-with: GHC == 7.10.2 synopsis: Orphan instances for the UUID datatype@@ -19,7 +19,7 @@ library build-depends: base >= 4.2 && < 5,- uuid >= 1.3.11,+ uuid-types >= 1.0.2, safecopy, text, web-routes@@ -29,4 +29,4 @@ source-repository head type: git- location: git://github.com/ddssff/uuid-orphans.git+ location: git://github.com/seereason/uuid.git