Skip to content

Commit 6aeb737

Browse files
Bump version of LH to 0.9.6.3 and update the changelog
1 parent 6a0a501 commit 6aeb737

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGES.md

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

33
## Next
44

5-
-
5+
## 0.9.6.3 (2024-01-29)
6+
7+
- Set support for GHC 9.6.3
68

79
## 0.9.4.7.0
810

liquidhaskell-boot/liquidhaskell-boot.cabal

+3-3
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.4.7.0
3+
version: 0.9.6.3
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)
@@ -13,7 +13,7 @@ maintainer: Ranjit Jhala <[email protected]>
1313
category: Language
1414
homepage: https://github.com/ucsd-progsys/liquidhaskell
1515
build-type: Simple
16-
tested-with: GHC == 9.4.7
16+
tested-with: GHC == 9.6.3
1717

1818
data-files: include/CoreToLogic.lg
1919
syntax/liquid.css
@@ -143,7 +143,7 @@ library
143143
, gitrev
144144
, hashable >= 1.3 && < 1.5
145145
, hscolour >= 1.22
146-
, liquid-fixpoint == 0.9.4.7
146+
, liquid-fixpoint == 0.9.6.3
147147
, mtl >= 2.1
148148
, optparse-applicative < 0.19
149149
, githash

liquidhaskell.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: liquidhaskell
3-
version: 0.9.4.7.0
3+
version: 0.9.6.3
44
synopsis: Liquid Types for Haskell
55
description: Liquid Types for Haskell.
66
license: BSD-3-Clause
@@ -11,7 +11,7 @@ maintainer: Ranjit Jhala <[email protected]>
1111
category: Language
1212
homepage: https://github.com/ucsd-progsys/liquidhaskell
1313
build-type: Custom
14-
tested-with: GHC == 9.4.7
14+
tested-with: GHC == 9.6.3
1515
extra-doc-files: CHANGES.md
1616
README.md
1717

@@ -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.4.7.0,
81+
liquidhaskell-boot == 0.9.6.3,
8282
bytestring == 0.11.5.2,
8383
containers == 0.6.7,
8484
ghc-bignum,

0 commit comments

Comments
 (0)