[commit: packages/haskeline] master: Fix redundant field in haskeline.cabal. (84a7b2b)
git at git.haskell.org
git at git.haskell.org
Sat Jul 14 16:00:17 UTC 2018
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/84a7b2b0afb9325cfcedc3ca56603539f0e8af3e
>---------------------------------------------------------------
commit 84a7b2b0afb9325cfcedc3ca56603539f0e8af3e
Author: Judah Jacobson <judah at users.noreply.github.com>
Date: Sun Jun 24 14:35:30 2018 -0400
Fix redundant field in haskeline.cabal.
Helps fix `stack upload`.
>---------------------------------------------------------------
84a7b2b0afb9325cfcedc3ca56603539f0e8af3e
Changelog | 1 +
haskeline.cabal | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Changelog b/Changelog
index 73f98dc..4095f03 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,6 @@
Changed in version 0.7.4.3:
* Bump upper bounds on base, containers, stm and unix
+ * Fix redundant "Category" field in haskeline.cabal
Changed in version 0.7.4.2:
* Clean up the rest of the references to trac.haskell.org
diff --git a/haskeline.cabal b/haskeline.cabal
index 903a01d..26bca84 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -7,7 +7,6 @@ License-File: LICENSE
Copyright: (c) Judah Jacobson
Author: Judah Jacobson
Maintainer: Judah Jacobson <judah.jacobson at gmail.com>
-Category: User Interfaces
Synopsis: A command-line interface for user input, written in Haskell.
Description:
Haskeline provides a user interface for line input in command-line
More information about the ghc-commits
mailing list