system-filepath 0.4.3 → 0.4.4
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~deepseq
Dependency ranges changed: deepseq
Files
system-filepath.cabal view
@@ -1,5 +1,5 @@ name: system-filepath-version: 0.4.3+version: 0.4.4 synopsis: High-level, byte-based file and directory path manipulations license: MIT license-file: license.txt@@ -10,7 +10,7 @@ cabal-version: >= 1.6 category: System stability: experimental-homepage: https://john-millikin.com/software/hs-filepath/+homepage: https://john-millikin.com/software/haskell-filesystem/ bug-reports: mailto:jmillikin@gmail.com extra-source-files:@@ -24,12 +24,12 @@ source-repository head type: bzr- location: https://john-millikin.com/software/hs-filepath/+ location: https://john-millikin.com/branches/system-filepath/0.4/ source-repository this type: bzr- location: https://john-millikin.com/branches/hs-filepath/0.4/- tag: system-filepath_0.4.3+ location: https://john-millikin.com/branches/system-filepath/0.4/+ tag: system-filepath_0.4.4 library ghc-options: -Wall -O2@@ -38,7 +38,7 @@ build-depends: base >= 3 && < 5 , bytestring >= 0.9 && < 0.10- , deepseq >= 1.1 && < 1.3+ , deepseq >= 1.1 && < 1.4 , text >= 0.7.1 && < 0.12 if os(windows)
tests/system-filepath-tests.cabal view
@@ -20,6 +20,6 @@ , bytestring , chell >= 0.2 && < 0.3 , chell-quickcheck >= 0.1 && < 0.2- , deepseq >= 1.1 && < 1.3+ , deepseq >= 1.1 && < 1.4 , QuickCheck , text