mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-26 14:11:57 +01:00
Merge pull request #3658 from k0001/patch-1
build-constraints.yaml: Add packages from @k0001
This commit is contained in:
commit
7c2cf0ee86
@ -1216,10 +1216,26 @@ packages:
|
|||||||
- cryptohash-sha1
|
- cryptohash-sha1
|
||||||
|
|
||||||
"Renzo Carbonara <renzocarbonara@gmail.com> @k0001":
|
"Renzo Carbonara <renzocarbonara@gmail.com> @k0001":
|
||||||
|
- df1
|
||||||
|
- di
|
||||||
|
- di-core
|
||||||
|
- di-df1
|
||||||
|
- di-handle
|
||||||
|
- di-monad
|
||||||
|
- exinst
|
||||||
|
- flay
|
||||||
- network-simple
|
- network-simple
|
||||||
|
- network-simple-tls
|
||||||
- pipes-aeson
|
- pipes-aeson
|
||||||
- pipes-attoparsec
|
- pipes-attoparsec
|
||||||
|
- pipes-binary
|
||||||
- pipes-network
|
- pipes-network
|
||||||
|
- pipes-network-tls
|
||||||
|
- safe-money
|
||||||
|
- vector-bytes-instances
|
||||||
|
- xmlbf-xeno
|
||||||
|
- xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0
|
||||||
|
- xmlbf
|
||||||
|
|
||||||
"Tomas Carnecky @wereHamster":
|
"Tomas Carnecky @wereHamster":
|
||||||
# - avers # cryptonite 0.25
|
# - avers # cryptonite 0.25
|
||||||
@ -3548,6 +3564,10 @@ package-flags:
|
|||||||
ghc_7_7: false
|
ghc_7_7: false
|
||||||
ghc_8_0: true
|
ghc_8_0: true
|
||||||
|
|
||||||
|
# https://github.com/commercialhaskell/stackage/issues/3666 and 3667
|
||||||
|
exinst:
|
||||||
|
serialise: false
|
||||||
|
|
||||||
functor-classes-compat:
|
functor-classes-compat:
|
||||||
containers: true
|
containers: true
|
||||||
|
|
||||||
@ -3563,6 +3583,10 @@ package-flags:
|
|||||||
cabal-install:
|
cabal-install:
|
||||||
lib: true
|
lib: true
|
||||||
|
|
||||||
|
# https://github.com/commercialhaskell/stackage/issues/3666
|
||||||
|
safe-money:
|
||||||
|
serialise: false
|
||||||
|
|
||||||
scotty:
|
scotty:
|
||||||
hpc-coveralls: false
|
hpc-coveralls: false
|
||||||
|
|
||||||
@ -3702,6 +3726,7 @@ skipped-tests:
|
|||||||
|
|
||||||
# Transitive outdated dependencies
|
# Transitive outdated dependencies
|
||||||
# These can also be checked for updates periodically.
|
# These can also be checked for updates periodically.
|
||||||
|
- exinst # via cborg and serialise https://github.com/commercialhaskell/stackage/issues/3666 and 3667
|
||||||
- MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11
|
- MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11
|
||||||
- o-clock # tasty 0.12 via tasty-hedgehog
|
- o-clock # tasty 0.12 via tasty-hedgehog
|
||||||
- options # ansi-terminal-0.8 via chell
|
- options # ansi-terminal-0.8 via chell
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user