Skip to content

Commit 3297a7a

Browse files
committed
Bump to 0.7.0, add changelog entry
1 parent b5d73ee commit 3297a7a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.7.0
2+
3+
* Support for GHC 8.2
4+
* Support use in a dynamically-linked executable
5+
* Add `normalizeType`, like ghci's :kind!
6+
* Drop support for GHC 7.6
7+
18
### 0.6.0
29

310
* Support for GHC 8.0

hint.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hint
2-
version: 0.6.0
2+
version: 0.7.0
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)