Closed wincent closed 8 years ago
base: needed (>=4.8 && <4.10), 4.7.0.2 found (latest applicable is 4.9.0.0)
Module ‘Control.Lens’ does not export ‘Empty’
<no location info>:
Failing due to -Werror.
And the others look like more of the same...
See also #27 and #26, which test out the impact of relaxing the base lower bound.
Some issues
GHC 7.10.3
Suspect HFS+ case-sensitivity issue, because similar test passes on OS X.
stack default
Likely same issue.
stack 7.10.3
Same.
stack 7.10.2
Want to not use -Werror in Stack builds (but will use it locally in wrapper scripts). But also can change the
hiding
line inOptimize.hs
which is causing that error.GHC 7.8.4
Could try relaxing the lower boundary and see if it builds.
stack 7.8.4
Same issue as above.
GHC 7.6.3
Doubt things will still work with the lower boundary set that low, but can give it a try.