packages feed

Cabal revisions of cereal-conduit-0.0.6

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

revision 1
 name:            cereal-conduit version:         0.0.6+x-revision: 1 license:         BSD3 license-file:    LICENSE author:          Myles C. Maxfield <myles.maxfield@gmail.com> library     build-depends: base     >= 4       && < 5                  , conduit  >= 0.4.0   && < 0.5.0-                 , cereal   >= 0.3.1.0+                 , cereal   >= 0.3.1.0 && < 0.4                  , mtl                  , bytestring                  , void     main-is: Test/CerealConduit.hs     build-depends: base >= 4 && < 5                  , conduit >= 0.4.0 && < 0.5.0-                 , cereal >= 0.3.1.0+                 , cereal >= 0.3.1.0 && < 0.4                  , mtl                  , bytestring                  , test-framework-hunit
revision 2
-name:            cereal-conduit-version:         0.0.6-x-revision: 1-license:         BSD3-license-file:    LICENSE-author:          Myles C. Maxfield <myles.maxfield@gmail.com>-maintainer:      Myles C. Maxfield <myles.maxfield@gmail.com>-synopsis:        Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits-description:     Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits-category:        Conduit-stability:       Experimental-cabal-version:   >= 1.8-build-type:      Simple-homepage:        https://github.com/litherum/cereal-conduit--library-    build-depends: base     >= 4       && < 5-                 , conduit  >= 0.4.0   && < 0.5.0-                 , cereal   >= 0.3.1.0 && < 0.4-                 , mtl-                 , bytestring-                 , void-                 , exception-transformers-    exposed-modules: Data.Conduit.Cereal-    ghc-options:     -Wall--Test-Suite test-cereal-conduit-    type: exitcode-stdio-1.0-    main-is: Test/CerealConduit.hs-    build-depends: base >= 4 && < 5-                 , conduit >= 0.4.0 && < 0.5.0-                 , cereal >= 0.3.1.0 && < 0.4-                 , mtl-                 , bytestring-                 , test-framework-hunit-                 , HUnit-                 , transformers--source-repository head-  type:     git-  location: git://github.com/litherum/cereal-conduit.git+name:            cereal-conduit
+version:         0.0.6
+x-revision: 2
+license:         BSD3
+license-file:    LICENSE
+author:          Myles C. Maxfield <myles.maxfield@gmail.com>
+maintainer:      Myles C. Maxfield <myles.maxfield@gmail.com>
+synopsis:        Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits
+description:     Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits
+category:        Conduit
+stability:       Experimental
+cabal-version:   >= 1.8
+build-type:      Simple
+homepage:        https://github.com/litherum/cereal-conduit
+
+library
+    -- broken release missing source file
+    build-depends: base<0
+
+    build-depends: base     >= 4       && < 5
+                 , conduit  >= 0.4.0   && < 0.5.0
+                 , cereal   >= 0.3.1.0 && < 0.4
+                 , mtl
+                 , bytestring
+                 , void
+                 , exception-transformers
+    exposed-modules: Data.Conduit.Cereal
+    ghc-options:     -Wall
+
+Test-Suite test-cereal-conduit
+    type: exitcode-stdio-1.0
+    main-is: Test/CerealConduit.hs
+    build-depends: base >= 4 && < 5
+                 , conduit >= 0.4.0 && < 0.5.0
+                 , cereal >= 0.3.1.0 && < 0.4
+                 , mtl
+                 , bytestring
+                 , test-framework-hunit
+                 , HUnit
+                 , transformers
+
+source-repository head
+  type:     git
+  location: git://github.com/litherum/cereal-conduit.git