Skip to content

re-enable liquidhaskell #7819

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5009,10 +5009,16 @@ packages:
"Brooklyn Zelenka <[email protected]> @expede":
- rescue

"Artem Pelenitsyn <[email protected]> @ulysses4ever":
"Artem Pelenitsyn <[email protected]> @ulysses4ever":
- BNFC-meta
- alex-meta
- happy-meta
- BNFC-meta
- liquidhaskell == 0.9.12.2
- liquidhaskell-boot
- liquid-fixpoint == 0.9.6.3.3
- smtlib-backends
- smtlib-backends-process
- smtlib-backends-tests
- vector-hashtables

"Tomasz Maciosowski <[email protected]> @t4ccer":
Expand Down Expand Up @@ -5654,8 +5660,6 @@ packages:
- libyaml
- libyaml-clib
- lifted-base
- liquidhaskell == 0.9.10.1
- liquidhaskell-boot == 0.9.10.1
- loch-th
- lockfree-queue
- log-base
Expand Down Expand Up @@ -7207,12 +7211,6 @@ packages:
- lens-simple < 0 # tried lens-simple-0.1.0.9, but its *library* requires lens-family-core >=1.2 && < 1.3 and the snapshot contains lens-family-core-2.1.3
- lens-simple < 0 # tried lens-simple-0.1.0.9, but its *library* requires mtl >=2.1 && < 2.3 and the snapshot contains mtl-2.3.1
- libgraph < 0 # tried libgraph-1.14, but its *library* requires the disabled package: union-find
- liquidhaskell < 0 # tried liquidhaskell-0.9.10.1, but its *library* requires bytestring ==0.12.1.0 and the snapshot contains bytestring-0.12.2.0
- liquidhaskell-boot < 0 # tried liquidhaskell-boot-0.9.10.1, but its *library* requires Diff >=0.3 && < 0.6 and the snapshot contains Diff-1.0.2
- liquidhaskell-boot < 0 # tried liquidhaskell-boot-0.9.10.1, but its *library* requires ghc ^>=9.10 and the snapshot contains ghc-9.12.2
- liquidhaskell-boot < 0 # tried liquidhaskell-boot-0.9.10.1, but its *library* requires hashable >=1.3 && < 1.5 and the snapshot contains hashable-1.5.0.0
- liquidhaskell-boot < 0 # tried liquidhaskell-boot-0.9.10.1, but its *library* requires optparse-applicative < 0.19 and the snapshot contains optparse-applicative-0.19.0.0
- liquidhaskell-boot < 0 # tried liquidhaskell-boot-0.9.10.1, but its *library* requires the disabled package: liquid-fixpoint
- loc < 0 # tried loc-0.2.0.0, but its *library* requires base ^>=4.16 || ^>=4.17 || ^>=4.18 and the snapshot contains base-4.21.0.0
- loc < 0 # tried loc-0.2.0.0, but its *library* requires containers ^>=0.6.4 and the snapshot contains containers-0.7
- loopbreaker < 0 # tried loopbreaker-0.1.1.1, but its *library* requires containers >=0.6 && < 0.7 and the snapshot contains containers-0.7
Expand Down
1 change: 1 addition & 0 deletions docker/02-apt-get-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ apt-get install -y \
unzip \
wget \
xclip \
z3 \
zip \
zlib1g-dev \
zsh