File tree Expand file tree Collapse file tree 4 files changed +3
-18
lines changed
test/integration/tests/1337-unicode-everywhere/files Expand file tree Collapse file tree 4 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased changes
3+ ## 1.0.0
44
55Release notes:
66
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ renderStackYaml p =
130130 \# system-ghc: true\n\n \
131131 \# Require a specific version of stack, using version ranges\n \
132132 \# require-stack-version: -any # Default\n \
133- \# require-stack-version: >= 0.1.10 .0\n\n \
133+ \# require-stack-version: >= 1.0 .0\n\n \
134134 \# Override the architecture used by stack, especially useful on Windows\n \
135135 \# arch: i386\n \
136136 \# arch: x86_64\n\n \
Original file line number Diff line number Diff line change 11name : stack
2- version : 0.1.11 .0
2+ version : 1.0 .0
33synopsis : The Haskell Tool Stack
44description : Please see the README.md for usage information, and
55 the wiki on Github for more details. Also, note that
Original file line number Diff line number Diff line change @@ -15,18 +15,3 @@ flags: {}
1515
1616# Extra package databases containing global packages
1717extra-package-dbs : []
18-
19- # Control whether we use the GHC we find on the path
20- # system-ghc: true
21-
22- # Require a specific version of stack, using version ranges
23- # require-stack-version: -any # Default
24- # require-stack-version: >= 0.1.10.0
25-
26- # Override the architecture used by stack, especially useful on Windows
27- # arch: i386
28- # arch: x86_64
29-
30- # Extra directories used by stack for building
31- # extra-include-dirs: [/path/to/dir]
32- # extra-lib-dirs: [/path/to/dir]
You can’t perform that action at this time.
0 commit comments