posix-paths 0.2.0.2 → 0.2.0.3
raw patch · 1 files changed
+5/−4 lines, 1 filesdep +QuickCheckdep ~basedep ~bytestring
Dependencies added: QuickCheck
Dependency ranges changed: base, bytestring
Files
- posix-paths.cabal +5/−4
posix-paths.cabal view
@@ -1,5 +1,5 @@ name: posix-paths-version: 0.2.0.2+version: 0.2.0.3 license: BSD3 license-file: LICENSE maintainer: jwlato@gmail.com@@ -25,8 +25,8 @@ exposed-modules: System.Posix.Directory.Foreign, System.Posix.Directory.Traversals, System.Posix.FilePath- build-depends: base >= 4.2 && < 4.7,- bytestring >= 0.9.2.0 && < 0.11,+ build-depends: base >= 4.2 && < 4.8,+ bytestring >= 0.9.2.0 && < 0.12, unix >= 2.5 && < 2.8 test-suite doctests@@ -39,7 +39,8 @@ unix, posix-paths, doctest >= 0.8,- HUnit+ HUnit,+ QuickCheck benchmark bench.hs default-language: Haskell2010