packages feed

system-filepath 0.3.4 → 0.3.5

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.3.4+version: 0.3.5 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.3/  source-repository this   type: bzr-  location: https://john-millikin.com/branches/hs-filepath/0.3/-  tag: system-filepath_0.3.4+  location: https://john-millikin.com/branches/system-filepath/0.3/+  tag: system-filepath_0.3.5  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