lukexi / halive

Live recompiler for Haskell
BSD 2-Clause "Simplified" License
263 stars 18 forks source link

Updates for GHC 8.2 #28

Closed schell closed 5 years ago

schell commented 6 years ago

These changes update halive to compile under GHC 8.2. It compiles but I'm not sure if the changes are well founded.

schell commented 6 years ago

Before these changes I see this when running halive with an app made with ghc 8.2:

halive: /Users/schell/.stack/snapshots/x86_64-osx/nightly-2017-11-02/8.2.1/pkgdb/package.cache: GHC.PackageDb.readPackageDb: inappropriate type (Not a valid Unicode code point!)

After everything seems to work fine :)