summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2019-12-16 10:20:54 +0200
committerOleg Grenrus <oleg.grenrus@iki.fi>2019-12-16 10:20:56 +0200
commitcc7d56506cb0ab49c385498a2139954397e3c782 (patch)
treeff6fec31384c1f2ca2e0ff0b150aa7929c4f2495
parent7179b968c709eb0f5413c8e3847a8a593c596185 (diff)
downloadhaskell-cc7d56506cb0ab49c385498a2139954397e3c782.tar.gz
Having no shake upper bound is irresposible
Given that shake is far from "done" API wise, and is central component to the build system.
-rw-r--r--hadrian/hadrian.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index 8e8793fb1b..dd95e88299 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -141,7 +141,7 @@ executable hadrian
, mtl == 2.2.*
, parsec >= 3.1 && < 3.2
, QuickCheck >= 2.6 && < 2.14
- , shake >= 0.18.3
+ , shake >= 0.18.3 && < 0.18.4
, transformers >= 0.4 && < 0.6
, unordered-containers >= 0.2.1 && < 0.3
build-tools: alex >= 3.1