[commit: ghc] master: Bump Shake version to 0.16.1. (#618) (ccf6453)
git at git.haskell.org
git at git.haskell.org
Tue Oct 23 20:17:36 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ccf6453f33ef02213b1cc2f680698228e8485a7d/ghc
>---------------------------------------------------------------
commit ccf6453f33ef02213b1cc2f680698228e8485a7d
Author: Tao He <sighingnow at gmail.com>
Date: Wed Jun 13 18:31:26 2018 +0800
Bump Shake version to 0.16.1. (#618)
The shake-0.16 can't be built with ghc-8.4.3, due to the
Semigroup-Monoid-Proposal changes. shake-0.16.1 fixed that.
>---------------------------------------------------------------
ccf6453f33ef02213b1cc2f680698228e8485a7d
hadrian.cabal | 2 +-
stack.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hadrian.cabal b/hadrian.cabal
index 0bcbf1f..ef90c74 100644
--- a/hadrian.cabal
+++ b/hadrian.cabal
@@ -121,7 +121,7 @@ executable hadrian
, mtl == 2.2.*
, parsec >= 3.1 && < 3.2
, QuickCheck >= 2.6 && < 2.11
- , shake == 0.16.*
+ , shake >= 0.16.1
, transformers >= 0.4 && < 0.6
, unordered-containers >= 0.2.1 && < 0.3
build-tools: alex >= 3.1
diff --git a/stack.yaml b/stack.yaml
index 663389f..61767bd 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -10,7 +10,7 @@ packages:
- '../libraries/text'
extra-deps:
-- shake-0.16
+- shake-0.16.1
nix:
enable: false
More information about the ghc-commits
mailing list