Skip to content
Snippets Groups Projects
Commit c7ff6775 authored by Oleg Grenrus's avatar Oleg Grenrus Committed by Ben Gamari
Browse files

Having no shake upper bound is irresposible

Given that shake is far from "done" API wise,
and is central component to the build system.

(cherry picked from commit cc7d5650)
parent a485c603
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment