haskeline 0.7.2.0 → 0.7.2.1
raw patch · 3 files changed
+5/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Changelog +3/−0
- System/Console/Haskeline/Backend/Win32.hsc +1/−0
- haskeline.cabal +1/−1
Changelog view
@@ -1,3 +1,6 @@+Changed in version 0.7.2.1:+ * Fix build on Windows.+ Changed in version 0.7.2.0: * Bump upper-bound on base and filepath libraries to accomodate GHC HEAD (7.10) * Drop Cabal dependency to 1.10
System/Console/Haskeline/Backend/Win32.hsc view
@@ -14,6 +14,7 @@ import Control.Concurrent hiding (throwTo) import Data.Char(isPrint) import Data.Maybe(mapMaybe) +import Control.Applicative import Control.Monad import System.Console.Haskeline.Key
haskeline.cabal view
@@ -1,6 +1,6 @@ Name: haskeline Cabal-Version: >=1.10-Version: 0.7.2.0+Version: 0.7.2.1 Category: User Interfaces License: BSD3 License-File: LICENSE