File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Next
4
4
5
+ ## 0.9.10.1.2 (2025-03-06)
6
+
5
7
- Implement opaque reflection, a feature to allow reflecting functions which
6
8
call to non-reflected functions [ #2323 ] ( https://github.com/ucsd-progsys/liquidhaskell/pull/2323 ) .
7
9
- Implement reflection from interface files, which can reflect functions from
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : liquidhaskell-boot
3
- version : 0.9.10.1
3
+ version : 0.9.10.1.2
4
4
synopsis : Liquid Types for Haskell
5
5
description : This package provides a plugin to verify Haskell programs.
6
6
But most likely you should be using the [liquidhaskell package](https://hackage.haskell.org/package/liquidhaskell)
@@ -142,7 +142,7 @@ library
142
142
, gitrev
143
143
, hashable >= 1.3 && < 1.6
144
144
, hscolour >= 1.22
145
- , liquid-fixpoint == 0.9.6.3.1
145
+ , liquid-fixpoint == 0.9.6.3.2
146
146
, mtl >= 2.1
147
147
, optparse-applicative < 0.19
148
148
, githash
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : liquidhaskell
3
- version : 0.9.10.1
3
+ version : 0.9.10.1.2
4
4
synopsis : Liquid Types for Haskell
5
5
description : Liquid Types for Haskell.
6
6
license : BSD-3-Clause
@@ -78,7 +78,7 @@ library
78
78
hs-source-dirs : src
79
79
80
80
build-depends : base >= 4.11.1.0 && < 5 ,
81
- liquidhaskell-boot == 0.9.10.1 ,
81
+ liquidhaskell-boot == 0.9.10.1.2 ,
82
82
bytestring == 0.12.1.0 ,
83
83
containers == 0.7 ,
84
84
ghc-prim
You can’t perform that action at this time.
0 commit comments