path-io 1.3.2 → 1.3.3
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~exceptionsdep ~temporary
Dependency ranges changed: exceptions, temporary
Files
- CHANGELOG.md +4/−0
- path-io.cabal +3/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## Path IO 1.3.3++* (Hopefully) fixed test suite failure with Cabal 2.0 and GHC 8.2.1.+ ## Path IO 1.3.2 * Reduce a number of `(MonadIO m, MonadThrow m)` constraints to just
path-io.cabal view
@@ -1,6 +1,6 @@ name: path-io-version: 1.3.2-cabal-version: >= 1.10+version: 1.3.3+cabal-version: >= 1.18 tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1 license: BSD3 license-file: LICENSE.md@@ -48,6 +48,7 @@ else ghc-options: -O2 -Wall build-depends: base >= 4.7 && < 5.0+ , directory >= 1.2.2 && < 1.4 , exceptions >= 0.8 && < 0.9 , hspec >= 2.0 && < 3.0 , path >= 0.5 && < 0.7