Test with GHC 7.8
Closed this issue · 3 comments
justinethier commented
GHC 7.8.2 was just released: http://www.haskell.org/ghc/
Husk should be tested to make sure it builds and passes tests with this version. In particular, the FFI usually breaks between GHC releases...
jrmithdobbs commented
Seems mostly functional on the pre 7.8.1 snapshots I've been using since jan. Haven't specifically looked at FFI functionality.
justinethier commented
@jrmithdobbs - Great, thanks for the feedback. The FFI compiles with -f useffi
if you have a chance to try and build it :)
justinethier commented
Closing, husk builds on the latest Haskell Platform with GHC 7.8.3, even with the FFI enabled.