Skip to content

Commit 51b97c5

Browse files
committed
Bump to 0.5.2
1 parent 5211468 commit 51b97c5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
### 0.5.1
28

39
* Expose `unsafeInterpret` in `Language.Haskell.Interpreter.Unsafe`

hint.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hint
2-
version: 0.5.1
2+
version: 0.5.2
33
description:
44
This library defines an Interpreter monad. It allows to load Haskell
55
modules, browse them, type-check and evaluate strings with Haskell

0 commit comments

Comments
 (0)