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.
|
||||
* Fix build with ghc 8.8 (MonadFail)
|
||||
Thanks, Peter Simons
|
||||
* stack.yaml: Updated to lts-14.27.
|
||||
|
||||
-- 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:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- IfElse-0.85
|
||||
- aws-0.21.1
|
||||
- bloomfilter-2.0.1.0
|
||||
- tasty-1.1.0.4
|
||||
- tasty-rerun-1.1.13
|
||||
- torrent-10000.1.1
|
||||
- sandi-0.5
|
||||
- http-client-0.5.14
|
||||
- silently-1.2.5.1
|
||||
- filepath-bytestring-1.4.2.1.1
|
||||
- IfElse-0.85
|
||||
- aws-0.21.1
|
||||
- bloomfilter-2.0.1.0
|
||||
- filepath-bytestring-1.4.2.1.6
|
||||
- sandi-0.5
|
||||
- tasty-rerun-1.1.17
|
||||
- torrent-10000.1.1
|
||||
explicit-setup-deps:
|
||||
git-annex: true
|
||||
resolver: lts-13.29
|
||||
resolver: lts-14.27
|
||||
|
|
Loading…
Reference in a new issue