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 44733b2 commit 1f2ddf1Copy full SHA for 1f2ddf1
ChangeLog.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
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
16
## 1.5.0
17
18
Behavior changes:
0 commit comments