[commit: ghc] wip/nfs-locking: Tweak shake constraint. (98041b2)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:26:14 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/98041b2607cbe3fab8208bb41c0381bce021fbf2/ghc

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

commit 98041b2607cbe3fab8208bb41c0381bce021fbf2
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Apr 22 19:47:18 2016 +0100

    Tweak shake constraint.
    
    See #230.


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

98041b2607cbe3fab8208bb41c0381bce021fbf2
 shaking-up-ghc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shaking-up-ghc.cabal b/shaking-up-ghc.cabal
index da19de1..a5e6d22 100644
--- a/shaking-up-ghc.cabal
+++ b/shaking-up-ghc.cabal
@@ -124,7 +124,7 @@ executable ghc-shake
                        , extra                == 1.4.*
                        , mtl                  == 2.2.*
                        , QuickCheck           >= 2.6 && < 2.9
-                       , shake                == 0.15.6
+                       , shake                >= 0.15.6
                        , transformers         >= 0.4 && < 0.6
                        , unordered-containers == 0.2.*
     ghc-options:         -Wall



More information about the ghc-commits mailing list