strong-path 1.1.0.0 → 1.1.1.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~hspecdep ~tasty-hspecdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec, tasty-hspec, template-haskell
API changes (from Hackage documentation)
Files
- strong-path.cabal +4/−4
strong-path.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: strong-path-version: 1.1.0.0+version: 1.1.1.0 synopsis: Strongly typed paths in Haskell. description: Replacement for a FilePath that enables you to handle filepaths in your code in a type-safe manner. You can specify at type level if they are relative, absolute, file, directory, posix, windows, and even to which file or directory they point to or are relative to. category: System, Filesystem, FilePath@@ -44,7 +44,7 @@ , exceptions ==0.10.* , filepath ==1.4.* , path ==0.9.*- , template-haskell ==2.16.*+ , template-haskell >=2.16 && <2.18 default-language: Haskell2010 test-suite strong-path-test@@ -65,11 +65,11 @@ build-depends: base >=4.7 && <5 , filepath- , hspec ==2.7.*+ , hspec >=2.7 && <2.9 , path , strong-path , tasty ==1.4.* , tasty-discover ==4.2.*- , tasty-hspec ==1.1.*+ , tasty-hspec >=1.1 && <1.3 , tasty-quickcheck ==0.10.* default-language: Haskell2010