Open pjljvandelaar opened 7 years ago
You need to either install the libexpat-dev library on your operating system, or add the compile-time flag
cabal install -f bundle hexpat
not sure exactly how you do this on stack. See this issue for an explanation of why it's like this:
Got it working with stack. I added to my *.yaml file
extra-deps:
- hexpat-0.20.13
flags:
hexpat:
bundle: true
Yet, to me the default feels wrong:
When I use
stack test --resolver=lts-8.20
on the project https://github.com/TorXakis/TorXakis/tree/develop/test/environment I get:Same behavior observed for lts-9.1
When I use
stack test --resolver=lts-8.18
everything goes okSame holds for lts 8.19....