stack.yaml: Updated to lts-16.10
authorJoey Hess <joeyh@joeyh.name>
Mon, 24 Aug 2020 18:11:37 +0000 (14:11 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 24 Aug 2020 18:11:37 +0000 (14:11 -0400)
Needs stack version 2.3 to build, which has only recently made it into
debian unstable.

This commit was sponsored by Jake Vosloo on Patreon.

.gitignore
CHANGELOG
doc/forum/building_from_source__58___dependency_versions/comment_1_442b37aa559512eb85695f0a9e3b8197._comment [new file with mode: 0644]
stack.yaml

index 944dac96b622cee2962909c0eed0b5e9512e4acb..4d99fed2a67a3305273ca987c11711ebb2d3282f 100644 (file)
@@ -30,6 +30,7 @@ cabal-dev
 .cabal-sandbox
 cabal.sandbox.config
 .stack-work
+stack.yaml.lock
 # Project-local emacs configuration
 .dir-locals.el
 # OSX related
index 009b67c7f1769151cf83a36074fa7f96b531f28b..eef173d88cb7f401e630251de4ca267536e9a5d2 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ git-annex (8.20200815) UNRELEASED; urgency=medium
     started, when that is more efficient.
   * Display warning when external special remote does not start up
     properly, or is not usable.
+  * stack.yaml: Updated to lts-16.10.
 
  -- Joey Hess <id@joeyh.name>  Fri, 14 Aug 2020 14:57:45 -0400
 
diff --git a/doc/forum/building_from_source__58___dependency_versions/comment_1_442b37aa559512eb85695f0a9e3b8197._comment b/doc/forum/building_from_source__58___dependency_versions/comment_1_442b37aa559512eb85695f0a9e3b8197._comment
new file mode 100644 (file)
index 0000000..83c5a4b
--- /dev/null
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2020-08-24T16:30:29Z"
+ content="""
+The patch does not seem available, but as long as stack can build it, its
+fine to put any versions in there.
+
+I've upgraded the stack file today anyhow.
+"""]]
index 23724d6c886ca14872251726c4bfe12e54448ab6..6d0533e55770854bc7e78ef01d4e4b2086c4c984 100644 (file)
@@ -11,22 +11,23 @@ flags:
     dbus: false
     debuglocks: false
     benchmark: false
-    networkbsd: false
+    networkbsd: true
     gitlfs: true
     httpclientrestricted: true
 packages:
 - '.'
 extra-deps:
- - 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
- - git-lfs-1.1.0
- - http-client-restricted-0.0.2
- - http-client-0.5.14
+- IfElse-0.85
+- aws-0.22
+- bloomfilter-2.0.1.0
+- filepath-bytestring-1.4.2.1.6
+- git-lfs-1.1.0
+- http-client-restricted-0.0.3
+- network-multicast-0.3.2
+- sandi-0.5
+- torrent-10000.1.1
+- bencode-0.6.1.1
+- network-3.1.0.1
 explicit-setup-deps:
   git-annex: true
-resolver: lts-14.27
+resolver: lts-16.10