Skip to content

Commit d812b31

Browse files
committed
re-enable liquidhaskell
1 parent b837951 commit d812b31

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

build-constraints.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5009,10 +5009,16 @@ packages:
50095009
"Brooklyn Zelenka <[email protected]> @expede":
50105010
- rescue
50115011

5012-
"Artem Pelenitsyn <[email protected]> @ulysses4ever":
5012+
"Artem Pelenitsyn <[email protected]> @ulysses4ever":
5013+
- BNFC-meta
50135014
- alex-meta
50145015
- happy-meta
5015-
- BNFC-meta
5016+
- liquidhaskell == 0.9.12.2
5017+
- liquidhaskell-boot
5018+
- liquid-fixpoint >= 0.9
5019+
- smtlib-backends
5020+
- smtlib-backends-process
5021+
- smtlib-backends-tests
50165022
- vector-hashtables
50175023

50185024
"Tomasz Maciosowski <[email protected]> @t4ccer":
@@ -5654,8 +5660,6 @@ packages:
56545660
- libyaml
56555661
- libyaml-clib
56565662
- lifted-base
5657-
- liquidhaskell == 0.9.10.1
5658-
- liquidhaskell-boot == 0.9.10.1
56595663
- loch-th
56605664
- lockfree-queue
56615665
- log-base
@@ -7207,12 +7211,6 @@ packages:
72077211
- 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
72087212
- 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
72097213
- libgraph < 0 # tried libgraph-1.14, but its *library* requires the disabled package: union-find
7210-
- 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
7211-
- 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
7212-
- 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
7213-
- 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
7214-
- 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
7215-
- liquidhaskell-boot < 0 # tried liquidhaskell-boot-0.9.10.1, but its *library* requires the disabled package: liquid-fixpoint
72167214
- 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
72177215
- loc < 0 # tried loc-0.2.0.0, but its *library* requires containers ^>=0.6.4 and the snapshot contains containers-0.7
72187216
- loopbreaker < 0 # tried loopbreaker-0.1.1.1, but its *library* requires containers >=0.6 && < 0.7 and the snapshot contains containers-0.7

docker/02-apt-get-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ apt-get install -y \
169169
unzip \
170170
wget \
171171
xclip \
172+
z3 \
172173
zip \
173174
zlib1g-dev \
174175
zsh

0 commit comments

Comments
 (0)