Skip to content

Commit 8318dd4

Browse files
jchiablackgnezdo
authored andcommittedOct 10, 2021
Fixed stack-9.0.yaml
- nightly resolver needs full name with date - cassava is not a dependency of any of the packages, though an indirect dependency. In any case, the removed cassava flag is not applicable because the nightly resolver has bytestring-0.10.12.1. - ghc-source-gen is in nightly-2021-10-07 so extra-deps is unnecessary - allow-newer is unnecessary
1 parent 0aa0a0c commit 8318dd4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed
 

‎stack-9.0.yaml

+1-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# license that can be found in the LICENSE file or at
55
# https://developers.google.com/open-source/licenses/bsd
66

7-
resolver: nightly
7+
resolver: nightly-2021-10-07
88
packages:
99
- discrimination-ieee754
1010
- proto-lens
@@ -19,15 +19,5 @@ packages:
1919
- proto-lens-tests
2020
- proto-lens-tests-dep
2121

22-
flags:
23-
cassava:
24-
bytestring--lt-0_10_4: false
25-
26-
extra-deps:
27-
- github: google/ghc-source-gen
28-
commit: c0a451bddf2f467e5d6598563d11abbf890e9034
29-
3022
ghc-options:
3123
"$locals": -Wall -Werror
32-
33-
allow-newer: true

0 commit comments

Comments
 (0)
Please sign in to comment.