Re-enable groundhog-th and type-map

This commit is contained in:
Adam Bergmark 2022-01-07 16:38:55 +01:00
parent 186f4e18df
commit feac404220
2 changed files with 6 additions and 6 deletions

View File

@ -1576,7 +1576,7 @@ packages:
- hasql
- hasql-optparse-applicative
- hasql-pool
- hasql-th < 0 # 0.4.0.9 TH compile error
- hasql-th < 0 # 0.4.0.10 TH compile error
- hasql-transaction
- headed-megaparsec
- jsonifier
@ -5325,7 +5325,6 @@ packages:
- exinst < 0 # 0.8
- ftp-client-conduit < 0 # 0.5.0.5
- giphy-api < 0 # 0.7.0.0 https://github.com/passy/giphy-api/pull/19
- groundhog-th < 0 # 0.11
- gluturtle < 0 # 0.0.58.1
- haskell-import-graph < 0 # 1.0.4
- haskell-spacegoo < 0 # 0.2.0.1
@ -5388,7 +5387,6 @@ packages:
- tintin < 0 # 1.10.1
- turtle-options < 0 # 0.1.0.4
- type-assertions < 0 # 0.1.0.0
- type-map < 0 # 0.1.6.0
- typecheck-plugin-nat-simple < 0 # 0.1.0.2
- ulid < 0 # 0.3.0.0
- uncertain < 0 # 0.3.1.0
@ -5978,7 +5976,7 @@ packages:
- google-translate < 0 # tried google-translate-0.5, but its *library* does not support: http-client-0.7.9
- graphql-client < 0 # tried graphql-client-1.1.1, but its *executable* does not support: path-0.9.2
- groundhog-inspector < 0 # tried groundhog-inspector-0.11.0, but its *library* does not support: groundhog-0.12.0
- groundhog-inspector < 0 # tried groundhog-inspector-0.11.0, but its *library* requires the disabled package: groundhog-th
- groundhog-inspector < 0 # tried groundhog-inspector-0.11.0, but its *library* does not support: groundhog-th-0.12
- groundhog-mysql < 0 # tried groundhog-mysql-0.12, but its *library* does not support: mysql-0.2.1
- grouped-list < 0 # tried grouped-list-0.2.2.1, but its *library* does not support: base-4.15.1.0
- gtk3 < 0 # tried gtk3-0.15.6, but its *library* does not support: Cabal-3.4.1.0
@ -6047,8 +6045,8 @@ packages:
- haskell-tools-rewrite < 0 # tried haskell-tools-rewrite-1.1.1.0, but its *library* requires the disabled package: references
- haskey < 0 # tried haskey-0.3.1.0, but its *library* does not support: stm-containers-1.2
- haskey-mtl < 0 # tried haskey-mtl-0.3.1.0, but its *library* does not support: monad-control-1.0.3.1
- haskoin-store < 0 # tried haskoin-store-0.64.10, but its *library* requires the disabled package: haskoin-node
- haskoin-store < 0 # tried haskoin-store-0.64.10, but its *library* requires the disabled package: haskoin-store-data
- haskoin-store < 0 # tried haskoin-store-0.64.11, but its *library* requires the disabled package: haskoin-node
- haskoin-store < 0 # tried haskoin-store-0.64.11, but its *library* requires the disabled package: haskoin-store-data
- hasmin < 0 # tried hasmin-1.0.3, but its *executable* does not support: optparse-applicative-0.16.1.0
- hasmin < 0 # tried hasmin-1.0.3, but its *library* does not support: attoparsec-0.14.3
- haxl-amazonka < 0 # tried haxl-amazonka-0.1.1, but its *library* requires the disabled package: haxl

View File

@ -139,9 +139,11 @@ fn is_boot(package: &str) -> bool {
"filepath",
"deepseq",
"ghc",
"ghc-bignum",
"ghc-boot",
"ghc-boot-th",
"ghc-prim",
"ghc-lib-parser", // not a boot lib, but tied to the GHC version.
"integer-gmp",
"process",
"stm",