Skip to content

Commit 6baa675

Browse files
Update changelog and bump version to 0.9.10.1.2
1 parent 525a634 commit 6baa675

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next
44

5+
## 0.9.10.1.2 (2025-03-06)
6+
57
- Implement opaque reflection, a feature to allow reflecting functions which
68
call to non-reflected functions [#2323](https://github.com/ucsd-progsys/liquidhaskell/pull/2323).
79
- Implement reflection from interface files, which can reflect functions from

liquidhaskell-boot/liquidhaskell-boot.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: liquidhaskell-boot
3-
version: 0.9.10.1
3+
version: 0.9.10.1.2
44
synopsis: Liquid Types for Haskell
55
description: This package provides a plugin to verify Haskell programs.
66
But most likely you should be using the [liquidhaskell package](https://hackage.haskell.org/package/liquidhaskell)
@@ -142,7 +142,7 @@ library
142142
, gitrev
143143
, hashable >= 1.3 && < 1.6
144144
, hscolour >= 1.22
145-
, liquid-fixpoint == 0.9.6.3.1
145+
, liquid-fixpoint == 0.9.6.3.2
146146
, mtl >= 2.1
147147
, optparse-applicative < 0.19
148148
, githash

liquidhaskell.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: liquidhaskell
3-
version: 0.9.10.1
3+
version: 0.9.10.1.2
44
synopsis: Liquid Types for Haskell
55
description: Liquid Types for Haskell.
66
license: BSD-3-Clause
@@ -78,7 +78,7 @@ library
7878
hs-source-dirs: src
7979

8080
build-depends: base >= 4.11.1.0 && < 5,
81-
liquidhaskell-boot == 0.9.10.1,
81+
liquidhaskell-boot == 0.9.10.1.2,
8282
bytestring == 0.12.1.0,
8383
containers == 0.7,
8484
ghc-prim

0 commit comments

Comments
 (0)