packages feed

Cabal revisions of aeson-utils-0.2.2.1

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

revision 1
-name:                aeson-utils-version:             0.2.2.1-synopsis:            Utilities for working with Aeson.-description:         Utilities for working with Aeson.-license:             BSD3-license-file:        LICENSE-author:              Silk. B.V.-maintainer:          code@silk.co-copyright:           2014, Silk B.V-category:            Data-build-type:          Simple-cabal-version:       >=1.10--extra-source-files:-  CHANGELOG.md-  LICENSE-  README.md--source-repository head-  type:              git-  location:          https://github.com/silkapp/aeson-utils.git--library-  hs-source-dirs:    src-  default-language:  Haskell2010-  ghc-options:       -Wall-  exposed-modules:   Data.Aeson.Utils-  build-depends:-      base == 4.*-    , aeson >= 0.6 && < 0.8-    , attoparsec >= 0.10 && < 0.13-    , bytestring >= 0.9 && < 0.11-    , scientific >= 0.3.2 && < 0.4-    , text >= 0.11 && < 1.2+name:                aeson-utils
+version:             0.2.2.1
+x-revision: 1
+synopsis:            Utilities for working with Aeson.
+description:         Utilities for working with Aeson.
+license:             BSD3
+license-file:        LICENSE
+author:              Silk. B.V.
+maintainer:          code@silk.co
+copyright:           2014, Silk B.V
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.10
+
+extra-source-files:
+  CHANGELOG.md
+  LICENSE
+  README.md
+
+source-repository head
+  type:              git
+  location:          https://github.com/silkapp/aeson-utils.git
+
+library
+  hs-source-dirs:    src
+  default-language:  Haskell2010
+  ghc-options:       -Wall
+  exposed-modules:   Data.Aeson.Utils
+  build-depends:
+      base == 4.*
+    , aeson >= 0.6 && < 0.9
+    , attoparsec >= 0.10 && < 0.13
+    , bytestring >= 0.9 && < 0.11
+    , scientific >= 0.3.2 && < 0.4
+    , text >= 0.11 && < 1.2
revision 2
 name:                aeson-utils
 version:             0.2.2.1
-x-revision: 1
+x-revision: 2
 synopsis:            Utilities for working with Aeson.
 description:         Utilities for working with Aeson.
 license:             BSD3
     , attoparsec >= 0.10 && < 0.13
     , bytestring >= 0.9 && < 0.11
     , scientific >= 0.3.2 && < 0.4
-    , text >= 0.11 && < 1.2
+    , text >= 0.11 && < 1.3