Skip to content

Commit 6e79912

Browse files
committed
Add default stack.yaml to ci
1 parent ce96b4c commit 6e79912

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ jobs:
129129
- STACK_FILE: "stack-8.10.2.yaml"
130130
<<: *defaults
131131

132-
# ghc-nightly:
133-
# environment:
134-
# - STACK_FILE: "stack.yaml"
135-
# <<: *defaults
132+
ghc-nightly:
133+
environment:
134+
- STACK_FILE: "stack.yaml"
135+
<<: *defaults
136136

137137
cabal:
138138
working_directory: ~/build

0 commit comments

Comments
 (0)