packages feed

Cabal revisions of uuid-aeson-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial uuid-aeson.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                uuid-aeson-version:             0.1.0.0-synopsis:            Aeson types for UUID instances.-description:         Instances of Aeson's ToJSON and FromJSON for UUIDs. -license:             BSD3-license-file:        LICENSE-author:              Kirk Peterson-maintainer:          necrobious@gmail.com--- copyright:           -category:            Data-build-type:          Simple-cabal-version:       >=1.8--library-  -- other-modules:       -  hs-source-dirs:    src-  exposed-modules:   Data.UUID.Aeson  -  build-depends:     base >= 4 && < 5,-                     text,  -                     aeson, -                     uuid >= 1+name:                uuid-aeson
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Aeson types for UUID instances.
+description:         Instances of Aeson's 'ToJSON' and 'FromJSON' for 'UUID's.
+                     .
+                     NOTE: Starting with @aeson-1.1@, 'ToJSON' and 'FromJSON' non-orphan instances are provided by @aeson@ directly.
+license:             BSD3
+license-file:        LICENSE
+author:              Kirk Peterson
+maintainer:          necrobious@gmail.com
+-- copyright:           
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.8
+
+library
+  -- other-modules:       
+  hs-source-dirs:    src
+  exposed-modules:   Data.UUID.Aeson  
+  build-depends:     base >= 4 && < 5,
+                     text < 1.3,  
+                     aeson < 1.1, 
+                     uuid >= 1 && < 1.4