[commit: packages/haskeline] master: Removed unnecessary dependency on Cabal >= 1.16 (bcc1b81)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 23:04:35 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/bcc1b8181d529fd75acbfbef589c2856416e70c9

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

commit bcc1b8181d529fd75acbfbef589c2856416e70c9
Author: Andrés Sicard-Ramírez <asr at eafit.edu.co>
Date:   Tue Nov 4 08:32:25 2014 -0500

    Removed unnecessary dependency on Cabal >= 1.16
    
    This simplies the installation with GHC < 7.6.


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

bcc1b8181d529fd75acbfbef589c2856416e70c9
 haskeline.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskeline.cabal b/haskeline.cabal
index 404bf65..541ac8c 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -1,5 +1,5 @@
 Name:           haskeline
-Cabal-Version:  >=1.16
+Cabal-Version:  >=1.10
 Version:        0.7.1.3
 Category:       User Interfaces
 License:        BSD3



More information about the ghc-commits mailing list