[commit: hadrian] master: Relax Cabal constraint (5029444)

git at git.haskell.org git at git.haskell.org
Sat Feb 24 15:11:28 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/502944442d00a4dd592a28bcf72b7681f6ad6bde

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

commit 502944442d00a4dd592a28bcf72b7681f6ad6bde
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Thu Feb 15 18:29:19 2018 +0800

    Relax Cabal constraint
    
    As the Cabal 2.2 release branch has been cut, we need to relax the constraint on Cabal in hadrian.


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

502944442d00a4dd592a28bcf72b7681f6ad6bde
 hadrian.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadrian.cabal b/hadrian.cabal
index 0405601..3eeaf71 100644
--- a/hadrian.cabal
+++ b/hadrian.cabal
@@ -118,7 +118,7 @@ executable hadrian
     other-extensions:    MultiParamTypeClasses
                        , TypeFamilies
     build-depends:       base                 >= 4.8     && < 5
-                       , Cabal                >= 2.1.0.0 && < 2.2
+                       , Cabal                >= 2.1.0.0 && < 2.3
                        , containers           == 0.5.*
                        , directory            >= 1.2     && < 1.4
                        , extra                >= 1.4.7



More information about the ghc-commits mailing list