packages feed

cereal-conduit 0.7.2.3 → 0.7.2.4

raw patch · 1 files changed

+4/−2 lines, 1 filesdep +cereal-conduitPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies added: cereal-conduit

API changes (from Hackage documentation)

- Data.Conduit.Cereal: instance Exception GetException
- Data.Conduit.Cereal: instance Show GetException
- Data.Conduit.Cereal: instance Typeable GetException
+ Data.Conduit.Cereal: instance GHC.Exception.Exception Data.Conduit.Cereal.GetException
+ Data.Conduit.Cereal: instance GHC.Show.Show Data.Conduit.Cereal.GetException

Files

cereal-conduit.cabal view
@@ -1,5 +1,5 @@ name:            cereal-conduit-version:         0.7.2.3+version:         0.7.2.4 license:         BSD3 license-file:    LICENSE author:          Myles C. Maxfield <myles.maxfield@gmail.com>@@ -30,10 +30,12 @@  Test-Suite test-cereal-conduit     type: exitcode-stdio-1.0-    main-is: Test/Main.hs+    main-is: Main.hs+    hs-source-dirs: Test     build-depends: base                  , conduit                  , cereal+                 , cereal-conduit                  , bytestring                  --, test-framework-hunit                  , HUnit