Skip to content

Commit 1f2ddf1

Browse files
committed
Update changelog
1 parent 44733b2 commit 1f2ddf1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ChangeLog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## 1.5.1
5+
6+
Bug fixes:
7+
8+
* Stack eagerly tries to parse all cabal files related to a
9+
snapshot. Starting with Stackage Nightly 2017-07-31, snapshots are
10+
using GHC 8.2.1, and the `ghc.cabal` file implicitly referenced uses
11+
the (not yet supported) Cabal 2.0 file format. Future releases of
12+
Stack will both be less eager about cabal file parsing and support
13+
Cabal 2.0. This patch simply bypasses the error for invalid parsing.
14+
15+
416
## 1.5.0
517

618
Behavior changes:

0 commit comments

Comments
 (0)