Skip to content

Commit 524d2df

Browse files
committed
Version bump: 0.1.8.0
also, stack.cabal: update extra-source-files
1 parent ebaaea1 commit 524d2df

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased changes
1+
## 0.1.8.0
22

33
Major changes:
44

@@ -54,8 +54,9 @@ Other enhancements:
5454
[#1231](https://github.com/commercialhaskell/stack/issues/1231)
5555
* Support for extra-package-dbs in 'stack ghci'
5656
[#1229](https://github.com/commercialhaskell/stack/pull/1229)
57-
* `stack new` disallow package names with "words" consisting solely of numbers
57+
* `stack new` disallows package names with "words" consisting solely of numbers
5858
[#1336](https://github.com/commercialhaskell/stack/issues/1336)
59+
* `stack build --fast` turns off optimizations
5960

6061
Bug fixes:
6162

@@ -106,7 +107,6 @@ Other enhancements:
106107
* Docker: `set-user` option to enable/disable running containerized processes as host's UID/GID [#194](https://github.com/commercialhaskell/stack/issues/194)
107108
* Custom Setup.hs files are now precompiled instead of interpreted. This should be a major performance win for certain edge cases (biggest example: [building Cabal itself](https://github.com/commercialhaskell/stack/issues/1041)) while being either neutral or a minor slowdown for more common cases.
108109
* `stack test --coverage` now also generates a unified coverage report for multiple test-suites / packages. In the unified report, test-suites can contribute to the coverage of other packages.
109-
* --fast turns off optimizations
110110

111111
Bug fixes:
112112

stack.cabal

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: 0.1.7.0
2+
version: 0.1.8.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
@@ -14,20 +14,21 @@ category: Development
1414
build-type: Simple
1515
cabal-version: >=1.10
1616
homepage: https://github.com/commercialhaskell/stack
17-
extra-source-files: README.md
17+
extra-source-files: CONTRIBUTING.md
1818
ChangeLog.md
19-
CONTRIBUTING.md
19+
README.md
2020
doc/GUIDE.md
21-
doc/build_command.md
22-
doc/install_and_upgrade.md
2321
doc/MAINTAINER_GUIDE.md
24-
doc/dependency_visualization.md
25-
doc/nonstandard_project_init.md
2622
doc/SIGNING_KEY.md
27-
doc/docker_integration.md
28-
doc/shell_autocompletion.md
2923
doc/architecture.md
24+
doc/build_command.md
25+
doc/dependency_visualization.md
26+
doc/docker_integration.md
3027
doc/faq.md
28+
doc/install_and_upgrade.md
29+
doc/nonstandard_project_init.md
30+
doc/shell_autocompletion.md
31+
doc/stack_and_ghcjs.md
3132
doc/yaml_configuration.md
3233

3334
-- Glob would be nice, but apparently Cabal doesn't support it:

0 commit comments

Comments
 (0)