mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-24 05:01:56 +01:00
Contraint updates to allow building Stackage with Stack
This commit is contained in:
parent
d7817d5653
commit
41f3a407e9
@ -899,7 +899,7 @@ packages:
|
|||||||
- grouped-list < 0 # GHC 8.4 via base-4.11.1.0
|
- grouped-list < 0 # GHC 8.4 via base-4.11.1.0
|
||||||
- haskintex < 0
|
- haskintex < 0
|
||||||
- HaTeX < 0
|
- HaTeX < 0
|
||||||
- include-file
|
- include-file < 0 # https://github.com/Daniel-Diaz/include-file/pull/3
|
||||||
- matrix
|
- matrix
|
||||||
- pcre-light
|
- pcre-light
|
||||||
- phantom-state
|
- phantom-state
|
||||||
@ -4789,6 +4789,23 @@ skipped-tests:
|
|||||||
# Uses Cabal's "library internal" stanza feature
|
# Uses Cabal's "library internal" stanza feature
|
||||||
- s3-signer
|
- s3-signer
|
||||||
|
|
||||||
|
# Due to cycles, which are actually just limitations in Stack right now.
|
||||||
|
- call-stack
|
||||||
|
- HUnit
|
||||||
|
- criterion
|
||||||
|
- hspec
|
||||||
|
- foundation
|
||||||
|
- attoparsec
|
||||||
|
- case-insensitive
|
||||||
|
- nanospec
|
||||||
|
- scientific
|
||||||
|
- vector-binary-instances
|
||||||
|
- clock
|
||||||
|
- js-flot
|
||||||
|
- js-jquery
|
||||||
|
|
||||||
|
- relapse # because of include-file
|
||||||
|
|
||||||
# Requires filesystem access
|
# Requires filesystem access
|
||||||
- json-autotype # https://github.com/commercialhaskell/stackage/issues/4185
|
- json-autotype # https://github.com/commercialhaskell/stackage/issues/4185
|
||||||
# end of skipped-tests
|
# end of skipped-tests
|
||||||
@ -5325,6 +5342,16 @@ skipped-benchmarks:
|
|||||||
# See: https://github.com/fpco/stackage-curator/issues/68
|
# See: https://github.com/fpco/stackage-curator/issues/68
|
||||||
- tomland
|
- tomland
|
||||||
|
|
||||||
|
# Due to cycles, which are actually just limitations in Stack right now.
|
||||||
|
- criterion
|
||||||
|
- foundation
|
||||||
|
- hspec
|
||||||
|
- attoparsec
|
||||||
|
- case-insensitive
|
||||||
|
- nanospec
|
||||||
|
- scientific
|
||||||
|
- vector-binary-instances
|
||||||
|
|
||||||
# end of skipped-benchmarks
|
# end of skipped-benchmarks
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user