conduit-connection 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- conduit-connection.cabal +2/−2
conduit-connection.cabal view
@@ -1,5 +1,5 @@ name: conduit-connection-version: 0.1.0.2+version: 0.1.0.3 synopsis: Conduit source and sink for Network.Connection. description: @conduit-connection@ provides a "Data.Conduit" source and sink based on@@ -28,7 +28,7 @@ type: exitcode-stdio-1.0 x-uses-tf: true build-depends: base == 4.*- , transformers >= 0.2 && < 0.5+ , transformers >= 0.2 && < 0.6 , network == 2.* , HUnit >= 1.2 && < 2 , test-framework >= 0.4.1