further changes to get back to last working build state on OSX

Seems 13.11 was not being used for a while, but 14.27 works.

For some reason, stack was getting confused when I set the magicmime
flag on the command line, but setting it in stack.yaml didn't confuse
it. Ugh.
This commit is contained in:
Joey Hess 2020-08-28 13:59:00 -04:00
parent be42e04aa8
commit 7cefa377d6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -7,7 +7,7 @@ flags:
webdav: true
torrentparser: true
webapp: true
magicmime: false
magicmime: true
dbus: false
debuglocks: false
benchmark: false
@ -27,6 +27,7 @@ extra-deps:
- git-lfs-1.1.0
- http-client-restricted-0.0.2
- http-client-0.5.14
- magic-1.1
explicit-setup-deps:
git-annex: true
resolver: lts-13.11
resolver: lts-14.27