haskeline 0.7.4.1 → 0.7.4.2
raw patch · 3 files changed
+5/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Changelog +3/−0
- System/Console/Haskeline.hs +1/−1
- haskeline.cabal +1/−1
Changelog view
@@ -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`
System/Console/Haskeline.hs view
@@ -4,7 +4,7 @@ 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:
haskeline.cabal view
@@ -1,6 +1,6 @@ Name: haskeline Cabal-Version: >=1.10-Version: 0.7.4.1+Version: 0.7.4.2 Category: User Interfaces License: BSD3 License-File: LICENSE