We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a556a commit e91efebCopy full SHA for e91efeb
stack-lts-11.yaml
@@ -1,6 +1,6 @@
1
# For advanced use and comprehensive documentation of the format, please see:
2
# https://docs.haskellstack.org/en/stable/yaml_configuration/
3
-resolver: lts-11.5
+resolver: lts-11.20
4
5
packages:
6
- .
stack-lts-12.yaml
@@ -0,0 +1,10 @@
+# For advanced use and comprehensive documentation of the format, please see:
+# https://docs.haskellstack.org/en/stable/yaml_configuration/
+resolver: lts-12.5
+
+packages:
+ - .
7
8
+flags:
9
+ lock-file:
10
+ pedantic: true
0 commit comments