Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 8ee7e70

Browse files
authored
Put upper version bound on shake
As a temporary measure, put an upper version bound on the shake package to avoid the changes in shake 0.16 which break the hptool build. We can remove this when we have time to do the updates needed.
1 parent ccc35cc commit 8ee7e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hptool/hptool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Executable hptool
5555
containers,
5656
directory,
5757
hastache >=0.6.0,
58-
shake >= 0.14,
58+
shake >= 0.14 && < 0.16,
5959
split,
6060
text,
6161
transformers,

0 commit comments

Comments
 (0)