Runtime Haskell Interpreter (based on the GHC API)
Fixed typo in documentation for setImportsQ (reported by Daniil Frumin)
BUGFIX: Support for ghc 7.4.x was inadvertly broken on 0.3.3.5
removed upper bound on unix dep (make it compile with ghc 7.6.1)
Add mkSrcLoc wrapper for ghc-7.2.1
mkPState requires a RealSrcLoc as of ghc-7.2.1, so add a wrapper for mkSrcLoc which returns the required type.
Built-on: ghc-6.12.3, ghc-7.0.3, ghc-7.2.1
Update Hint.Compat.setContext for ghc-7.2.1
Built-on: ghc-6.12.3, ghc-7.0.3
Add Compat.stringToStringBuffer for ghc-7.2.1
Built-on: ghc-6.12.3, ghc-7.0.3
Update use of GHC.xFlags for ghc-7.2.1
Built-on: ghc-6.12.3, ghc-7.0.3, ghc-7.2.1
Update Hint.Compat.pprType for ghc-7.2.1
Built-on: ghc-6.12.3, ghc-7.0.3
MonadCatchIO-mtl-0.2 doesn't provide "finally", so bump the version requirement in the cabal file
pass a valid srcLoc to the parsers (fixes broken test-case in ghc 7)