Skip to content

Commit ec5da86

Browse files
Bump version of liquid-prelude and update LH changelog
1 parent aef80ef commit ec5da86

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Next
44

5+
## 0.9.8.2 (2024-08-21)
6+
57
- Support for GHC 9.8.2.
8+
- Implement assume-reflect, a feature to assume the reflection of functions in dependencies [2313](https://github.com/ucsd-progsys/liquidhaskell/pull/2313).
69
- Fixed the polymorphism-related crash in liquid-fixpoint caused by a restrictive theory encoding [#2272](https://github.com/ucsd-progsys/liquidhaskell/issues/2272).
710

811
## 0.9.8.1 (2024-02-05)

liquid-prelude/liquid-prelude.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.24
22
name: liquid-prelude
3-
version: 0.9.2.8.1
3+
version: 0.9.2.8.2
44
synopsis: General utility modules for LiquidHaskell
55
description: General utility modules for LiquidHaskell.
66
license: BSD3

0 commit comments

Comments
 (0)