We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5211468 commit 51b97c5Copy full SHA for 51b97c5
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 0.5.2
2
+
3
+* Add `runInterpreter` variant that takes a GHC libdir at runtime
4
+* Add missing negated extensions to the `Extension` type
5
+* Do not throw GHC warnings as errors
6
7
### 0.5.1
8
9
* Expose `unsafeInterpret` in `Language.Haskell.Interpreter.Unsafe`
hint.cabal
@@ -1,5 +1,5 @@
name: hint
-version: 0.5.1
+version: 0.5.2
description:
This library defines an Interpreter monad. It allows to load Haskell
modules, browse them, type-check and evaluate strings with Haskell
0 commit comments