packages feed

Cabal revisions of pipes-aeson-0.4.1.7

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

revision 1
-name:               pipes-aeson-version:            0.4.1.7-license:            BSD3-license-file:       LICENSE-copyright:          Copyright (c) Renzo Carbonara 2013-2016-author:             Renzo Carbonara-maintainer:         renzocarbonaraλgmail.com-stability:          Experimental-tested-with:        GHC ==7.10.3 GHC ==8.0.1-homepage:           https://github.com/k0001/pipes-aeson-bug-reports:        https://github.com/k0001/pipes-aeson/issues-category:           Pipes, Parser-build-type:         Simple-cabal-version:      >=1.8-synopsis:           Encode and decode JSON streams using Aeson and Pipes.-extra-source-files: README.md PEOPLE changelog.md-description:-  Utilities to encode and decode Pipes streams of JSON.-  .-  See the @changelog.md@ file in the source distribution to learn about any-  important changes between version.--source-repository head-    type: git-    location: git://github.com/k0001/pipes-aeson.git--library-  hs-source-dirs:  src-  exposed-modules: Pipes.Aeson-                   Pipes.Aeson.Unchecked-  other-modules:   Pipes.Aeson.Internal-  build-depends:-      aeson            (>=0.6.1 && <1.1)-    , attoparsec       (>=0.10  && <0.14)-    , base             (>=4.5   && <5.0)-    , pipes            (>=4.1   && <4.3)-    , pipes-attoparsec (>=0.5   && <0.6)-    , pipes-bytestring (>=2.0   && <2.2)-    , pipes-parse      (>=3.0.1 && <3.1)-    , bytestring       (>=0.9.2.1)-    , transformers     (>=0.2   && <0.6)-  ghc-options: -Wall -O2+name:               pipes-aeson
+version:            0.4.1.7
+x-revision: 1
+license:            BSD3
+license-file:       LICENSE
+copyright:          Copyright (c) Renzo Carbonara 2013-2016
+author:             Renzo Carbonara
+maintainer:         renzocarbonaraλgmail.com
+stability:          Experimental
+tested-with:        GHC ==7.10.3 GHC ==8.0.1
+homepage:           https://github.com/k0001/pipes-aeson
+bug-reports:        https://github.com/k0001/pipes-aeson/issues
+category:           Pipes, Parser
+build-type:         Simple
+cabal-version:      >=1.8
+synopsis:           Encode and decode JSON streams using Aeson and Pipes.
+extra-source-files: README.md PEOPLE changelog.md
+description:
+  Utilities to encode and decode Pipes streams of JSON.
+  .
+  See the @changelog.md@ file in the source distribution to learn about any
+  important changes between version.
+
+source-repository head
+    type: git
+    location: git://github.com/k0001/pipes-aeson.git
+
+library
+  hs-source-dirs:  src
+  exposed-modules: Pipes.Aeson
+                   Pipes.Aeson.Unchecked
+  other-modules:   Pipes.Aeson.Internal
+  build-depends:
+      aeson            (>=0.6.1 && <1.1)
+    , attoparsec       (>=0.10  && <0.14)
+    , base             (>=4.5   && <5.0)
+    , pipes            (>=4.1   && <4.4)
+    , pipes-attoparsec (>=0.5   && <0.6)
+    , pipes-bytestring (>=2.0   && <2.2)
+    , pipes-parse      (>=3.0.1 && <3.1)
+    , bytestring       (>=0.9.2.1)
+    , transformers     (>=0.2   && <0.6)
+  ghc-options: -Wall -O2