filepath 1.1.0.3 → 1.1.0.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- filepath.cabal +3/−3
filepath.cabal view
@@ -1,5 +1,5 @@ Name: filepath-Version: 1.1.0.3+Version: 1.1.0.4 License: BSD3 license-file: LICENSE Author: Neil Mitchell@@ -7,7 +7,7 @@ Homepage: http://www-users.cs.york.ac.uk/~ndm/filepath/ Category: System build-type: Simple-Synopsis: Library for manipulating FilePath's in a cross platform way.+Synopsis: Library for manipulating FilePaths in a cross platform way. cabal-version: >=1.6 Extra-Source-Files: System/FilePath/Internal.hs @@ -17,7 +17,7 @@ System.FilePath.Posix System.FilePath.Windows Extensions: CPP- Build-Depends: base >= 3 && < 5+ Build-Depends: base >= 2 && < 5 source-repository head type: darcs