haskeline 0.6.4.5 → 0.6.4.6
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basedep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, filepath
API changes (from Hackage documentation)
Files
- CHANGES +3/−0
- haskeline.cabal +3/−3
CHANGES view
@@ -1,3 +1,6 @@+Changed in version 0.6.4.6:+ * Build with ghc-7.4.1.+ Changed in version 0.6.4.5: * #116: Prevent hang on 64-bit systems when the prompt contains a control character.
haskeline.cabal view
@@ -1,6 +1,6 @@ Name: haskeline Cabal-Version: >=1.6-Version: 0.6.4.5+Version: 0.6.4.6 Category: User Interfaces License: BSD3 License-File: LICENSE@@ -50,7 +50,7 @@ } else { if impl(ghc>=6.11) {- Build-depends: base >=4.1 && < 4.5, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2,+ Build-depends: base >=4.1 && < 4.6, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2, bytestring==0.9.* } else {@@ -58,7 +58,7 @@ bytestring==0.9.* } }- Build-depends: filepath >= 1.1 && < 1.3, mtl >= 1.1 && < 2.1,+ Build-depends: filepath >= 1.1 && < 1.4, mtl >= 1.1 && < 2.1, utf8-string==0.3.* && >=0.3.6, extensible-exceptions==0.1.* && >=0.1.1.0 Extensions: ForeignFunctionInterface, Rank2Types, FlexibleInstances,