posix-paths 0.2.1.0 → 0.2.1.1
raw patch · 1 files changed
+9/−9 lines, 1 filesdep ~bytestringdep ~criteriondep ~directorynew-uploaderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: bytestring, criterion, directory, filepath, process, unix
API changes (from Hackage documentation)
- System.Posix.Directory.Foreign: instance Eq DirType
- System.Posix.Directory.Foreign: instance Eq Flags
- System.Posix.Directory.Foreign: instance Show DirType
- System.Posix.Directory.Foreign: instance Show Flags
+ System.Posix.Directory.Foreign: instance GHC.Classes.Eq System.Posix.Directory.Foreign.DirType
+ System.Posix.Directory.Foreign: instance GHC.Classes.Eq System.Posix.Directory.Foreign.Flags
+ System.Posix.Directory.Foreign: instance GHC.Show.Show System.Posix.Directory.Foreign.DirType
+ System.Posix.Directory.Foreign: instance GHC.Show.Show System.Posix.Directory.Foreign.Flags
Files
- posix-paths.cabal +9/−9
posix-paths.cabal view
@@ -1,5 +1,5 @@ name: posix-paths-version: 0.2.1.0+version: 0.2.1.1 license: BSD3 license-file: LICENSE maintainer: jwlato@gmail.com@@ -26,13 +26,13 @@ System.Posix.Directory.Traversals, System.Posix.FilePath build-depends: base >= 4.2 && < 4.10,- bytestring >= 0.9.2.0 && < 0.12,- unix >= 2.5 && < 2.8+ bytestring >= 0.9.2.0,+ unix >= 2.5.1.0 test-suite doctests default-language: Haskell2010 type: exitcode-stdio-1.0- ghc-options: -threaded+ ghc-options: -Wall -threaded main-is: doctests.hs build-depends: base, bytestring,@@ -53,11 +53,11 @@ posix-paths, bytestring, unix,- directory >= 1.1 && < 1.3,- filepath >= 1.2 && < 1.4,- process >= 1.0 && < 1.3,- criterion >= 0.6 && < 0.9- ghc-options: -O2+ directory >= 1.1,+ filepath >= 1.2,+ process >= 1.0,+ criterion >= 0.6+ ghc-options: -Wall -O2 source-repository head type: git