file-collection 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+5/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- file-collection.cabal +5/−2
file-collection.cabal view
@@ -1,5 +1,5 @@ name: file-collection-version: 0.1.1.0+version: 0.1.1.1 synopsis: Provide a uniform interface over file archives and directories description: The interface is essentially the same as that provided by `directory`, except each function also take reference to the@@ -19,7 +19,10 @@ location: https://github.com/joelwilliamson/file-collection.git library exposed-modules: Codec.Archive.FileCollection- other-extensions: FlexibleInstances, UnicodeSyntax+ other-extensions: FlexibleContexts,+ FlexibleInstances,+ TypeFamilies,+ UnicodeSyntax build-depends: base >=4.8 && <4.9, bytestring >=0.9 && <0.11, directory >=1.2 && <1.3,