File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Next
4
4
5
- -
5
+ ## 0.9.6.3 (2024-01-29)
6
+
7
+ - Set support for GHC 9.6.3
6
8
7
9
## 0.9.4.7.0
8
10
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.4.7.0
3
+ version : 0.9.6.3
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)
13
13
category : Language
14
14
homepage : https://github.com/ucsd-progsys/liquidhaskell
15
15
build-type : Simple
16
- tested-with : GHC == 9.4.7
16
+ tested-with : GHC == 9.6.3
17
17
18
18
data-files : include/CoreToLogic.lg
19
19
syntax/liquid.css
@@ -143,7 +143,7 @@ library
143
143
, gitrev
144
144
, hashable >= 1.3 && < 1.5
145
145
, hscolour >= 1.22
146
- , liquid-fixpoint == 0.9.4.7
146
+ , liquid-fixpoint == 0.9.6.3
147
147
, mtl >= 2.1
148
148
, optparse-applicative < 0.19
149
149
, 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.4.7.0
3
+ version : 0.9.6.3
4
4
synopsis : Liquid Types for Haskell
5
5
description : Liquid Types for Haskell.
6
6
license : BSD-3-Clause
11
11
category : Language
12
12
homepage : https://github.com/ucsd-progsys/liquidhaskell
13
13
build-type : Custom
14
- tested-with : GHC == 9.4.7
14
+ tested-with : GHC == 9.6.3
15
15
extra-doc-files : CHANGES.md
16
16
README.md
17
17
@@ -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.4.7.0 ,
81
+ liquidhaskell-boot == 0.9.6.3 ,
82
82
bytestring == 0.11.5.2 ,
83
83
containers == 0.6.7 ,
84
84
ghc-bignum,
You can’t perform that action at this time.
0 commit comments