packages feed

Cabal revisions of binary-conduit-1.2.3

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

revision 1
-name:                binary-conduit-version:             1.2.3-synopsis:            data serialization/deserialization conduit library-description:         The binary-conduit package.-      Allow binary serialization using iterative conduit interface.-license:             MIT-license-file:        LICENSE-author:              Alexander Vershilov-maintainer:          alexander.vershilov@gmail.com-copyright:           2013 Alexander Vershilov-category:            Conduit-stability:           Experimental-homepage:            http://github.com/qnikst/binary-conduit/-bug-reports:         http://github.com/qnikst/binary-conduit/issues-build-type:          Simple-cabal-version:       >=1.8--library-  exposed-modules:     -    Data.Conduit.Serialization.Binary-  build-depends:       base >=4 && <5,-                       conduit >= 1.1 && < 1.3,-                       bytestring >= 0.9 && < 10.3,-                       binary >= 0.6 && < 0.8,-                       vector >= 0.10,-                       resourcet >= 1.1-  ghc-options: -Wall--test-suite test-binary-conduit-  type: exitcode-stdio-1.0-  main-is: Main.hs-  hs-source-dirs: test/-  build-depends: base, QuickCheck, quickcheck-assertions, binary-conduit, -    hspec, conduit, binary, bytestring, resourcet--source-repository head-  type: git-  location: git://github.com/qnikst/binary-conduit/+name:                binary-conduit
+version:             1.2.3
+x-revision: 1
+synopsis:            data serialization/deserialization conduit library
+description:         The binary-conduit package.
+      Allow binary serialization using iterative conduit interface.
+license:             MIT
+license-file:        LICENSE
+author:              Alexander Vershilov
+maintainer:          alexander.vershilov@gmail.com
+copyright:           2013 Alexander Vershilov
+category:            Conduit
+stability:           Experimental
+homepage:            http://github.com/qnikst/binary-conduit/
+bug-reports:         http://github.com/qnikst/binary-conduit/issues
+build-type:          Simple
+cabal-version:       >=1.8
+
+library
+  exposed-modules:     
+    Data.Conduit.Serialization.Binary
+  build-depends:       base >=4 && <5,
+                       conduit >= 1.1 && < 1.3,
+                       bytestring >= 0.9.2 && < 10.3,
+                       binary >= 0.6 && < 0.8,
+                       vector >= 0.10,
+                       resourcet >= 1.1
+  ghc-options: -Wall
+
+test-suite test-binary-conduit
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  hs-source-dirs: test/
+  build-depends: base, QuickCheck, quickcheck-assertions, binary-conduit, 
+    hspec, conduit, binary, bytestring, resourcet
+
+source-repository head
+  type: git
+  location: git://github.com/qnikst/binary-conduit/
revision 2
 name:                binary-conduit
 version:             1.2.3
-x-revision: 1
+x-revision: 2
 synopsis:            data serialization/deserialization conduit library
 description:         The binary-conduit package.
       Allow binary serialization using iterative conduit interface.
   build-depends:       base >=4 && <5,
                        conduit >= 1.1 && < 1.3,
                        bytestring >= 0.9.2 && < 10.3,
-                       binary >= 0.6 && < 0.8,
+                       binary >= 0.6 && < 0.9,
                        vector >= 0.10,
                        resourcet >= 1.1
   ghc-options: -Wall