stack.yaml: Updated to lts-14.27.
This commit is contained in:
parent
b279cef1a2
commit
f9a116f056
2 changed files with 9 additions and 11 deletions
|
@ -9,6 +9,7 @@ git-annex (8.20200227) UNRELEASED; urgency=medium
|
||||||
empty error message to the user.
|
empty error message to the user.
|
||||||
* Fix build with ghc 8.8 (MonadFail)
|
* Fix build with ghc 8.8 (MonadFail)
|
||||||
Thanks, Peter Simons
|
Thanks, Peter Simons
|
||||||
|
* stack.yaml: Updated to lts-14.27.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Thu, 27 Feb 2020 00:44:11 -0400
|
-- Joey Hess <id@joeyh.name> Thu, 27 Feb 2020 00:44:11 -0400
|
||||||
|
|
||||||
|
|
19
stack.yaml
19
stack.yaml
|
@ -15,16 +15,13 @@ flags:
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- IfElse-0.85
|
- IfElse-0.85
|
||||||
- aws-0.21.1
|
- aws-0.21.1
|
||||||
- bloomfilter-2.0.1.0
|
- bloomfilter-2.0.1.0
|
||||||
- tasty-1.1.0.4
|
- filepath-bytestring-1.4.2.1.6
|
||||||
- tasty-rerun-1.1.13
|
- sandi-0.5
|
||||||
- torrent-10000.1.1
|
- tasty-rerun-1.1.17
|
||||||
- sandi-0.5
|
- torrent-10000.1.1
|
||||||
- http-client-0.5.14
|
|
||||||
- silently-1.2.5.1
|
|
||||||
- filepath-bytestring-1.4.2.1.1
|
|
||||||
explicit-setup-deps:
|
explicit-setup-deps:
|
||||||
git-annex: true
|
git-annex: true
|
||||||
resolver: lts-13.29
|
resolver: lts-14.27
|
||||||
|
|
Loading…
Reference in a new issue