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:
parent
be42e04aa8
commit
7cefa377d6
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ flags:
|
||||||
webdav: true
|
webdav: true
|
||||||
torrentparser: true
|
torrentparser: true
|
||||||
webapp: true
|
webapp: true
|
||||||
magicmime: false
|
magicmime: true
|
||||||
dbus: false
|
dbus: false
|
||||||
debuglocks: false
|
debuglocks: false
|
||||||
benchmark: false
|
benchmark: false
|
||||||
|
@ -27,6 +27,7 @@ extra-deps:
|
||||||
- git-lfs-1.1.0
|
- git-lfs-1.1.0
|
||||||
- http-client-restricted-0.0.2
|
- http-client-restricted-0.0.2
|
||||||
- http-client-0.5.14
|
- http-client-0.5.14
|
||||||
|
- magic-1.1
|
||||||
explicit-setup-deps:
|
explicit-setup-deps:
|
||||||
git-annex: true
|
git-annex: true
|
||||||
resolver: lts-13.11
|
resolver: lts-14.27
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue