filesystem-conduit 0.0.0 → 0.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: conduit
API changes (from Hackage documentation)
Files
- filesystem-conduit.cabal +2/−2
filesystem-conduit.cabal view
@@ -1,5 +1,5 @@ Name: filesystem-conduit-Version: 0.0.0+Version: 0.0.1 Synopsis: Use system-filepath data types with conduits. Description: Provides ability to traverse a folder structure efficiently, as well as convenience wrappers for reading from and writing to files. License: BSD3@@ -21,7 +21,7 @@ , system-filepath >= 0.4.3 && < 0.5 , bytestring >= 0.9 , text >= 0.11- , conduit >= 0.0 && < 0.1+ , conduit ghc-options: -Wall if os(windows)