packages feed

canonical-filepath 1.0.0.1 → 1.0.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~deepseqdep ~filepathPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: deepseq, filepath

API changes (from Hackage documentation)

Files

canonical-filepath.cabal view
@@ -1,5 +1,5 @@ name:                   canonical-filepath-version:                1.0.0.1+version:                1.0.0.2 license:                BSD3 license-file:           LICENSE author:                 Max Bolingbroke, Thomas Schilling@@ -16,8 +16,8 @@ library   build-depends:     base                >= 4     && < 5,-    deepseq             == 1.1.*,+    deepseq             >= 1.1   && < 1.4,     directory           == 1.1.*,-    filepath            == 1.2.*+    filepath            >= 1.2   && < 1.4   exposed-modules:     System.FilePath.Canonical