mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-17 00:35:48 +01:00
Merge branch 'master' into one-liner
This commit is contained in:
commit
18504c4c43
@ -3,7 +3,7 @@ ghc-major-version: "8.4"
|
|||||||
# This affects which version of the Cabal file format we allow. We
|
# This affects which version of the Cabal file format we allow. We
|
||||||
# should ensure that this is always no greater than the version
|
# should ensure that this is always no greater than the version
|
||||||
# supported by the most recent cabal-install and Stack releases.
|
# supported by the most recent cabal-install and Stack releases.
|
||||||
cabal-format-version: "2.0"
|
cabal-format-version: "2.2"
|
||||||
|
|
||||||
# Constraints for brand new builds
|
# Constraints for brand new builds
|
||||||
packages:
|
packages:
|
||||||
@ -266,6 +266,7 @@ packages:
|
|||||||
|
|
||||||
"Li-yao Xia <lysxia@gmail.com> @Lysxia":
|
"Li-yao Xia <lysxia@gmail.com> @Lysxia":
|
||||||
- boltzmann-samplers
|
- boltzmann-samplers
|
||||||
|
- first-class-families
|
||||||
- generic-data
|
- generic-data
|
||||||
- generic-random
|
- generic-random
|
||||||
- scanf
|
- scanf
|
||||||
@ -445,6 +446,7 @@ packages:
|
|||||||
- hinotify
|
- hinotify
|
||||||
- hfsevents
|
- hfsevents
|
||||||
- Win32-notify
|
- Win32-notify
|
||||||
|
- windns
|
||||||
|
|
||||||
- mono-traversable
|
- mono-traversable
|
||||||
- http-client
|
- http-client
|
||||||
@ -1833,16 +1835,13 @@ packages:
|
|||||||
- auto
|
- auto
|
||||||
- backprop
|
- backprop
|
||||||
- configurator-export
|
- configurator-export
|
||||||
- hamilton < 0 # via vector-sized
|
|
||||||
- hmatrix-backprop < 0 # via vector-sized
|
|
||||||
- hmatrix-vector-sized < 0 # via vector-sized
|
|
||||||
- one-liner-instances
|
- one-liner-instances
|
||||||
- prompt
|
- prompt
|
||||||
- tagged-binary
|
- tagged-binary
|
||||||
# - type-combinators-singletons # GHC 8.4 via type-combinators
|
# - type-combinators-singletons # GHC 8.4 via type-combinators
|
||||||
- typelits-witnesses
|
- typelits-witnesses
|
||||||
- uncertain
|
- uncertain
|
||||||
- vector-sized < 0 # via distributive-0.6
|
- vector-sized
|
||||||
|
|
||||||
"Ian Duncan <ian@iankduncan.com> @iand675":
|
"Ian Duncan <ian@iankduncan.com> @iand675":
|
||||||
- feature-flags
|
- feature-flags
|
||||||
@ -1992,6 +1991,7 @@ packages:
|
|||||||
- network-carbon < 0 # GHC 8.4 via base-4.11.0.0
|
- network-carbon < 0 # GHC 8.4 via base-4.11.0.0
|
||||||
- tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0
|
- tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0
|
||||||
- logging-effect
|
- logging-effect
|
||||||
|
- dhall-to-cabal
|
||||||
# - reactive-banana # pqueue-1.4.1
|
# - reactive-banana # pqueue-1.4.1
|
||||||
|
|
||||||
"Antoni Silvestre <antoni.silvestre@gmail.com> @asilvestre":
|
"Antoni Silvestre <antoni.silvestre@gmail.com> @asilvestre":
|
||||||
@ -3631,6 +3631,9 @@ packages:
|
|||||||
# https://github.com/commercialhaskell/stackage/issues/3884
|
# https://github.com/commercialhaskell/stackage/issues/3884
|
||||||
- pretty-show < 1.8
|
- pretty-show < 1.8
|
||||||
|
|
||||||
|
# https://github.com/commercialhaskell/stackage/issues/3901
|
||||||
|
- attoparsec-uri < 0.0.5
|
||||||
|
|
||||||
# end of packages
|
# end of packages
|
||||||
|
|
||||||
# Package flags are applied to individual packages, and override the values of
|
# Package flags are applied to individual packages, and override the values of
|
||||||
@ -3748,7 +3751,10 @@ package-flags:
|
|||||||
five-three: true
|
five-three: true
|
||||||
|
|
||||||
greskell:
|
greskell:
|
||||||
hint-test: false
|
hint-test: false
|
||||||
|
|
||||||
|
windns:
|
||||||
|
allow-non-windows: true
|
||||||
|
|
||||||
# end of package-flags
|
# end of package-flags
|
||||||
|
|
||||||
@ -3801,6 +3807,7 @@ skipped-builds:
|
|||||||
- lzma-clib
|
- lzma-clib
|
||||||
- Win32
|
- Win32
|
||||||
- Win32-notify
|
- Win32-notify
|
||||||
|
- windns
|
||||||
|
|
||||||
# end of skipped-builds
|
# end of skipped-builds
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user