Skip to content

Commit 542e5ad

Browse files
committed
Bump version to 1.0.0
1 parent 74a2aa8 commit 542e5ad

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased changes
3+
## 1.0.0
44

55
Release notes:
66

src/Stack/Init.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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\

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: 0.1.11.0
2+
version: 1.0.0
33
synopsis: The Haskell Tool Stack
44
description: Please see the README.md for usage information, and
55
the wiki on Github for more details. Also, note that

test/integration/tests/1337-unicode-everywhere/files/stack.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,3 @@ flags: {}
1515

1616
# Extra package databases containing global packages
1717
extra-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]

0 commit comments

Comments
 (0)