mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Disable packages not compatible with GHC 8.4.2, closes #3472
This commit is contained in:
parent
fe28d917f5
commit
8b68ae386b
@ -2863,10 +2863,10 @@ packages:
|
||||
- massiv-io
|
||||
|
||||
"Hans-Peter Deifel <hpd@hpdeifel.de> @hpdeifel":
|
||||
- hledger-iadd
|
||||
- hledger-iadd < 0 # GHC 8.4.2 bounds
|
||||
|
||||
"Roy Levien <royl@aldaron.com> @orome":
|
||||
- crypto-enigma
|
||||
- crypto-enigma < 0 # GHC 8.4.2 bounds
|
||||
|
||||
"Boldizsár Németh <nboldi@elte.hu> @nboldi":
|
||||
- instance-control
|
||||
@ -2890,7 +2890,7 @@ packages:
|
||||
"Mitsutoshi Aoe <maoe@foldr.in> @maoe":
|
||||
- influxdb
|
||||
- sensu-run < 0 # GHC 8.4 via base-4.11.0.0
|
||||
- viewprof
|
||||
- viewprof < 0 # GHC 8.4.2 bounds
|
||||
|
||||
"Dylan Simon <dylan-stack@dylex.net> @dylex":
|
||||
- postgresql-typed < 0 # GHC 8.4 via uuid
|
||||
@ -3270,14 +3270,14 @@ packages:
|
||||
- starter < 0 # GHC 8.4 via fsnotify
|
||||
|
||||
"Alex Washburn <github@recursion.ninja> @recursion-ninja":
|
||||
- bv-little
|
||||
- bv-little < 0 # GHC 8.4.2 bounds
|
||||
|
||||
"Avi Press <mail@avi.press> @aviaviavi":
|
||||
- curl-runnings
|
||||
- cryptocompare
|
||||
|
||||
"Jack Kiefer <jack.c.kiefer@gmail.com> @JackKiefer":
|
||||
- herms
|
||||
- herms < 0 # GHC 8.4.2 bounds
|
||||
|
||||
"Sergey Vinokurov <serg.foo@gmail.com> @sergv":
|
||||
- sexp-grammar
|
||||
@ -3370,6 +3370,7 @@ packages:
|
||||
- hasql-transaction < 0 # GHC 8.4 via hasql
|
||||
- language-ecmascript < 0 # wl-pprint
|
||||
- mainland-pretty < 0
|
||||
- brick < 0 # GHC 8.4.2 bounds
|
||||
|
||||
"GHC upper bounds":
|
||||
# Need to always match the version shipped with GHC
|
||||
@ -3392,9 +3393,6 @@ packages:
|
||||
# https://github.com/fpco/stackage/issues/3457
|
||||
- log-elasticsearch < 0.10.0.0
|
||||
|
||||
# https://github.com/fpco/stackage/issues/3472
|
||||
- brick < 0.36
|
||||
|
||||
# https://github.com/fpco/stackage/issues/3493
|
||||
- base-compat < 0.10
|
||||
- base-compat-batteries < 0.10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user