We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db6b1f commit c05b34aCopy full SHA for c05b34a
CHANGES.md
@@ -2,6 +2,16 @@
2
3
## NEXT 0.9.XX
4
5
+## 0.9.2.5
6
+
7
+- Introduce package liquidhaskell-boot and eliminate wrapper packages for boot libraries
8
+- List all definitions used from the GHC API
9
+- Allow LH to verify modules in parallel (remove withArgs call)
10
+- Remove some calls to HashMap.toList which caused some non-determinisms in different machines
11
+- Implement a Haskell script to plot performance without gnuplot
12
13
+## 0.9.0.2
14
15
- **breaking change** Remove the implicit types mechanism and corresponding tests
16
- **breaking change** Remove the `decrease` keyword and mechanism in favor of the terminating expressions syntax (`/ [a,b]`)
17
0 commit comments