Closed neapel closed 10 years ago
Interesting, I'm having trouble reproducing this bug, and I'll need some time to look into possible causes, sorry.
I ran into the same error doing a sandboxed build with GHC 7.8.3 on Mac OS X.
It looks like the problem stems from the internal representation of ReadM
in optparse-applicative. That representation changed when the package went from 0.10 to 0.11 (and 0.11.0.1 which is current as of now). Changing the build depends to the following worked for me:
optparse-applicative >= 0.10.0 && < 0.11
thanks @benjaminfjones, your fix is in c6b70127b4627686585a54dcdba077802620ce10
Sure! Thanks for writing dash-haskell :)
I'm getting the following build error when installing (including the dependent versions as well, maybe there was a breaking change somewhere?)