packages feed

glob-posix 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

glob-posix.cabal view
@@ -1,5 +1,5 @@ name:                glob-posix-version:             0.2.0.0+version:             0.2.0.1 synopsis:            Haskell bindings for POSIX glob library. description:         Wrapper for the glob(3) function. The key functions are glob and globMany.                      GNU extensions are supported but contained in a different module to encourage portability.
test/Spec.hs view
@@ -10,6 +10,7 @@  import System.Directory.Glob import System.Directory.Glob.GNU+import System.Directory.Glob.GNU.Compat         -- Needed on OSX   main :: IO ()