[commit: packages/haskeline] master: Clean up the rest of the references to trac.haskell.org. (#73) (0c1a6b1)
git at git.haskell.org
git at git.haskell.org
Sun Feb 18 17:06:39 UTC 2018
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/0c1a6b1a7ec05df9520972bb3a857ba4aa7d29cd
>---------------------------------------------------------------
commit 0c1a6b1a7ec05df9520972bb3a857ba4aa7d29cd
Author: Judah Jacobson <judah at users.noreply.github.com>
Date: Sun Dec 10 21:40:13 2017 -0800
Clean up the rest of the references to trac.haskell.org. (#73)
Also bump to 0.7.4.2.
>---------------------------------------------------------------
0c1a6b1a7ec05df9520972bb3a857ba4aa7d29cd
Changelog | 3 +++
README.md | 6 +++---
System/Console/Haskeline.hs | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/Changelog b/Changelog
index 941eaca..9740875 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+Changed in version 0.7.4.2:
+ * Clean up the rest of the references to trac.haskell.org
+
Changed in version 0.7.4.1:
* Bump upper bound on base to support ghc-8.4
* Use `TChan` from `stm` rather than `Chan`
diff --git a/README.md b/README.md
index 078f5f8..1b383e6 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@ Further documentation is also available at
## Features:
- - Provides a [rich line editing interface](http://trac.haskell.org/haskeline/wiki/KeyBindings).
- - A `~/.haskeline` file allows customization of [preferences](http://trac.haskell.org/haskeline/wiki/UserPrefs) and [custom key bindings](http://trac.haskell.org/haskeline/wiki/CustomKeyBindings).
+ - Provides a [rich line editing interface](https://github.com/judah/haskeline/wiki/KeyBindings).
+ - A `~/.haskeline` file allows customization of [preferences](https://github.com/judah/haskeline/wiki/UserPreferences) and [custom key bindings](https://github.com/judah/haskeline/wiki/CustomKeyBindings).
- Runs on POSIX-compatible systems, using the [terminfo](http://github.com/judah/terminfo) library to support non-ANSI terminals.
- Runs on Windows using MinGW.
- - [Supports Unicode](http://trac.haskell.org/haskeline/wiki/UnicodeSupport) cross-platform.
+ - [Supports Unicode](https://github.com/judah/haskeline/wiki/UnicodeSupport) cross-platform.
- History recall and incremental search.
- Custom tab completion functions which may run in an arbitrary monad.
diff --git a/System/Console/Haskeline.hs b/System/Console/Haskeline.hs
index 5ba9a62..98c0c6c 100644
--- a/System/Console/Haskeline.hs
+++ b/System/Console/Haskeline.hs
@@ -4,7 +4,7 @@ A rich user interface for line input in command-line programs. Haskeline is
Unicode-aware and runs both on POSIX-compatible systems and on Windows.
Users may customize the interface with a @~/.haskeline@ file; see
-<http://trac.haskell.org/haskeline/wiki/UserPrefs> for more information.
+<https://github.com/judah/haskeline/wiki/UserPreferences> for more information.
An example use of this library for a simple read-eval-print loop (REPL) is the
following:
More information about the ghc-commits
mailing list