[commit: packages/haskeline] haskeline-0.7: Bump to 0.7.5.0 and update the changelog. (eb46ad1)

git at git.haskell.org git at git.haskell.org
Thu Jan 17 12:17:17 UTC 2019


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

On branch  : haskeline-0.7
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/eb46ad15f603068546f9dce8130d0b63d3f3ab64

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

commit eb46ad15f603068546f9dce8130d0b63d3f3ab64
Author: Judah Jacobson <judah at users.noreply.github.com>
Date:   Wed Jan 16 21:03:09 2019 -0800

    Bump to 0.7.5.0 and update the changelog.


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

eb46ad15f603068546f9dce8130d0b63d3f3ab64
 Changelog       | 6 ++++++
 haskeline.cabal | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index 4095f03..7c206e2 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+Changed in version 0.7.5.0:
+   * Add the new function `fallbackCompletion` to combine
+     multiple `CompletionFunc`s
+   * Fix warnings
+   * Bump the lower bound to ghc-8.0
+
 Changed in version 0.7.4.3:
    * Bump upper bounds on base, containers, stm and unix
    * Fix redundant "Category" field in haskeline.cabal
diff --git a/haskeline.cabal b/haskeline.cabal
index a915766..2c64537 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -1,6 +1,6 @@
 Name:           haskeline
 Cabal-Version:  >=1.10
-Version:        0.7.4.3
+Version:        0.7.5.0
 Category:       User Interfaces
 License:        BSD3
 License-File:   LICENSE



More information about the ghc-commits mailing list