[commit: packages/haskeline] release-0.7.2.3: Point to github instead of trac. (c5915d2)
git at git.haskell.org
git at git.haskell.org
Sun Apr 17 18:38:48 UTC 2016
Repository : ssh://git@git.haskell.org/haskeline
On branch : release-0.7.2.3
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/c5915d2af9bbc6a8eb7bba2cff5c11e92ed12171
>---------------------------------------------------------------
commit c5915d2af9bbc6a8eb7bba2cff5c11e92ed12171
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date: Sun Apr 17 10:57:44 2016 -0700
Point to github instead of trac.
>---------------------------------------------------------------
c5915d2af9bbc6a8eb7bba2cff5c11e92ed12171
README.md | 2 +-
haskeline.cabal | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 2159507..8724ec3 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The most recent development source code can be downloaded with:
git clone https://github.com/judah/haskeline
Further documentation is also available at
-[http://trac.haskell.org/haskeline/wiki/WikiDocumentation](http://trac.haskell.org/haskeline/wiki/WikiDocumentation)
+[https://github.com/judah/haskeline/wiki](https://github.com/judah/haskeline/wiki)
##Features:
diff --git a/haskeline.cabal b/haskeline.cabal
index 7402b6d..a32f414 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -16,7 +16,8 @@ Description:
Haskell programs.
.
Haskeline runs both on POSIX-compatible systems and on Windows.
-Homepage: http://trac.haskell.org/haskeline
+Homepage: https://github.com/judah/haskeline
+Bug-Reports: https://github.com/judah/haskeline/issues
Stability: Experimental
Build-Type: Custom
extra-source-files: examples/Test.hs Changelog
More information about the ghc-commits
mailing list