Closed cmaeder closed 8 years ago
Can you tell me what the differences between the .hs
file generated by 3.1.4 and 3.1.5 are? It looks like perhaps you need to import Data.Char
in your .x
file.
I'm not responsible for gtk2hs-buildtools and cannot change it.
Did alex-3.1.4 re-export Data.Char.ord
and alex-3.1.5 no longer does?
The upload of alex-3.1.6 fixed this issue!
It seems more likely that the upload of gtk2hs-buildtools-0.13.0.5 fixed our issue. (just for the record) https://github.com/gtk2hs/gtk2hs/issues/146
I've actually checked it now: not alex-3.1.6 but gtk2hs-buildtools-0.13.0.5 fixed this issue
the upload of alex-3.1.5 http://hackage.haskell.org/package/alex broke our travis builds https://travis-ci.org/spechub/Hets/builds
Unfortunately, we still rely on the glade package that does not work with ghc-7.10