justinethier/husk-scheme

Test with GHC 7.8

Closed this issue · 3 comments

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...

Seems mostly functional on the pre 7.8.1 snapshots I've been using since jan. Haven't specifically looked at FFI functionality.

@jrmithdobbs - Great, thanks for the feedback. The FFI compiles with -f useffi if you have a chance to try and build it :)

Closing, husk builds on the latest Haskell Platform with GHC 7.8.3, even with the FFI enabled.