[commit: packages/haskeline] ghc-head: Point to the repo on github, and bump version to 0.7.1.1. (279c4de)

git at git.haskell.org git at git.haskell.org
Wed Jan 15 08:27:59 UTC 2014


Repository : ssh://git@git.haskell.org/haskeline

On branch  : ghc-head
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/279c4de3c1e28f27ec968ec5e50699d3401b8283

>---------------------------------------------------------------

commit 279c4de3c1e28f27ec968ec5e50699d3401b8283
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date:   Sun Nov 17 09:59:00 2013 -0800

    Point to the repo on github, and bump version to 0.7.1.1.


>---------------------------------------------------------------

279c4de3c1e28f27ec968ec5e50699d3401b8283
 Changelog       |    3 +++
 haskeline.cabal |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Changelog b/Changelog
index 21233ec..a1f9b25 100644
--- a/Changelog
+++ b/Changelog
@@ -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.
diff --git a/haskeline.cabal b/haskeline.cabal
index fe68235..2bc2e90 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -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 @@ Build-Type:     Custom
 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



More information about the ghc-commits mailing list