Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit edc3385

Browse files
committed
revert shakefile to old ghc but keep newest shake verison
1 parent 0cb2591 commit edc3385

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

shake.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Used to provide a different environment for the shake build script
2-
resolver: lts-13.4 # GHC 8.6.3, shake 0.17.4
2+
resolver: lts-12.25 # GHC 8.4.4
33
packages:
44
- .
55

6+
extra-packages:
7+
- shake-0.17.4
8+
69
nix:
710
packages: [ zlib ]

0 commit comments

Comments
 (0)