stack.yaml: Updated to lts-19.16
authorJoey Hess <joeyh@joeyh.name>
Tue, 26 Jul 2022 20:04:49 +0000 (16:04 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 26 Jul 2022 20:04:49 +0000 (16:04 -0400)
Last try at this broke on windows with a problem installing ghc, but I
wanted to try again.

Also this has a version of aws that allows using aeson 2.0, which has a
potential security fix.

CHANGELOG
stack.yaml

index 2c07433317965166e0a24c284d1fb4d2f67dff2d..f336a3c5fcfe35b89a1f8e5aff3b122031af264c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ git-annex (10.20220725) UNRELEASED; urgency=medium
   * Use v10 by default for new repositories.
   * Avoid starting an unncessary number of git hash-object processes when 
     concurrency is enabled.
+  * stack.yaml: Updated to lts-19.16
 
  -- Joey Hess <id@joeyh.name>  Mon, 25 Jul 2022 15:35:45 -0400
 
index 9b067c82f72e35fb6ee8183f66714d7f8374db4a..8ca5d738301f4f3b15072267993f47232ab30a02 100644 (file)
@@ -12,19 +12,15 @@ flags:
     gitlfs: true
 packages:
 - '.'
-resolver: lts-18.13
+resolver: lts-19.16
 extra-deps:
 - IfElse-0.85
-- aws-0.22
+- aws-0.22.1
 - bloomfilter-2.0.1.0
 - git-lfs-1.2.0
-- http-client-restricted-0.0.4
+- http-client-restricted-0.0.5
 - network-multicast-0.3.2
 - sandi-0.5
 - torrent-10000.1.1
-- base16-bytestring-0.1.1.7
-- base64-bytestring-1.0.0.3
-- bencode-0.6.1.1
-- http-client-0.7.9
 explicit-setup-deps:
   git-annex: true