haskeline 0.7.1.0 → 0.7.1.1
raw patch · 2 files changed
+6/−3 lines, 2 files
Files
- Changelog +3/−0
- haskeline.cabal +3/−3
Changelog view
@@ -1,3 +1,6 @@+Changed in version 0.7.1.1:+ * Point to github for HEAD.+ Changed in version 0.7.1.0: * Fix build with ghc-7.8. * Fix build with ghc-6.12.3.
haskeline.cabal view
@@ -1,6 +1,6 @@ Name: haskeline Cabal-Version: >=1.6-Version: 0.7.1.0+Version: 0.7.1.1 Category: User Interfaces License: BSD3 License-File: LICENSE@@ -22,8 +22,8 @@ extra-source-files: examples/Test.hs Changelog source-repository head- type: darcs- location: http://code.haskell.org/haskeline+ type: git+ location: git://github.com/judah/haskeline.git -- There are three main advantages to the terminfo backend over the portable, -- "dumb" alternative. First, it enables more efficient control sequences