[commit: ghc] wip/andrey/cached-hadrian: Switch to `shake-0.17.5` to avoid dependency on `heaps` (91ff9ca)

git at git.haskell.org git at git.haskell.org
Wed Feb 13 17:43:34 UTC 2019


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

On branch  : wip/andrey/cached-hadrian
Link       : http://ghc.haskell.org/trac/ghc/changeset/91ff9ca992cdc09b7c6afed85beeb767a852c767/ghc

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

commit 91ff9ca992cdc09b7c6afed85beeb767a852c767
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Feb 13 17:42:33 2019 +0000

    Switch to `shake-0.17.5` to avoid dependency on `heaps`
    
    Part of https://gitlab.haskell.org/ghc/ghc/merge_requests/317.


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

91ff9ca992cdc09b7c6afed85beeb767a852c767
 hadrian/hadrian.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index eceede2..f7c3687 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -123,7 +123,7 @@ executable hadrian
                        , mtl                  == 2.2.*
                        , parsec               >= 3.1     && < 3.2
                        , QuickCheck           >= 2.6     && < 2.13
-                       , shake                >= 0.17.4
+                       , shake                >= 0.17.5
                        , transformers         >= 0.4     && < 0.6
                        , unordered-containers >= 0.2.1   && < 0.3
     build-tools:         alex  >= 3.1



More information about the ghc-commits mailing list