Skip to content

Commit

Permalink
Block packages without GHC 7.10 support #378
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 30, 2015
1 parent 143d202 commit c67909b
Showing 1 changed file with 56 additions and 44 deletions.
100 changes: 56 additions & 44 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,19 @@ packages:
- th-desugar
- quickcheck-assertions

- distributed-process-simplelocalnet
# Cloud Haskell not yet updated to GHC 7.10
#- distributed-process-simplelocalnet
# cloud-haskell
- rank1dynamic
- distributed-static
#- rank1dynamic
#- distributed-static
- network-transport
- distributed-process
- distributed-process-extras
- distributed-process-async
- distributed-process-client-server
- distributed-process-supervisor
- distributed-process-task
- distributed-process-execution
#- distributed-process
#- distributed-process-extras
#- distributed-process-async
#- distributed-process-client-server
#- distributed-process-supervisor
#- distributed-process-task
#- distributed-process-execution

- kure

Expand Down Expand Up @@ -188,7 +189,6 @@ packages:

"Vincent Hanquez":
- bytedump
- certificate
- cipher-aes
- cipher-rc4
- connection
Expand Down Expand Up @@ -221,9 +221,10 @@ packages:
- lucid
- osdkeys
- pdfinfo
- present
#- present GHC 7.10, via atto-lisp
- pure-io
- scrobble
# https://github.com/jgoerzen/testpack/issues/11
#- scrobble GHC 7.10, for QuickCheck 2.8 via testpack
- shell-conduit
- sourcemap
- hindent
Expand All @@ -250,7 +251,8 @@ packages:
- comonad
- comonads-fd
- comonad-transformers
- compensated
# https://github.com/ekmett/compensated/issues/5
#- compensated GHC 7.10
- compressed
- concurrent-supply
- constraints
Expand All @@ -271,7 +273,7 @@ packages:
- lca
- lens
- linear
- linear-accelerate
#- linear-accelerate GHC 7.10
- log-domain
- machines
- monadic-arrays
Expand Down Expand Up @@ -376,7 +378,8 @@ packages:
- containers-unicode-symbols

"Trevor L. McDonell <[email protected]>":
- accelerate
[]
# - accelerate GHC 7.10

"Dan Burton <[email protected]>":
- yesod-gitrev
Expand Down Expand Up @@ -446,14 +449,16 @@ packages:
- json-autotype

"Dominic Steinitz <[email protected]>":
- yarr
[]
# - yarr GHC 7.10

"Roman Cheplyaka <[email protected]>":
- action-permutations
- amqp
- curl
- haskell-names
- haskell-packages
# GHC 7.10 https://github.com/haskell-suite/haskell-packages/issues/22
#- haskell-names
#- haskell-packages
- heredoc
- hse-cpp
- immortal
Expand All @@ -465,8 +470,9 @@ packages:
- tasty-quickcheck
- tasty-smallcheck
- time-lens
- timezone-olson
- timezone-series
# GHC 7.10
#- timezone-olson
#- timezone-series
- traverse-with-class

"George Giorgidze <[email protected]>":
Expand All @@ -485,21 +491,22 @@ packages:
"Joachim Breitner <[email protected]>":
- circle-packing
- arbtt
- ghc-heap-view
# - ghc-heap-view GHC 7.10
- tttool
- gipeda
- list-fusion-probe
- haskell-spacegoo

"Aditya Bhargava <[email protected]":
- HandsomeSoup
[]
# - HandsomeSoup GHC 7.10

"Clint Adams <[email protected]>":
- hOpenPGP
#- hOpenPGP GHC 7.10, via syb-with-class
- openpgp-asciiarmor
- MusicBrainz
- DAV
- hopenpgp-tools
#- hopenpgp-tools GHC 7.10, via syb-with-class

# https://github.com/fpco/stackage/issues/160
"Ketil Malde":
Expand Down Expand Up @@ -617,7 +624,8 @@ packages:
- interpolatedstring-perl6
- iproute
- missing-foreign
- MissingH
# https://github.com/jgoerzen/testpack/issues/11
#- MissingH GHC 7.10, for QuickCheck 2.8 via testpack
- multimap
- parallel-io
- text-binary
Expand All @@ -636,7 +644,7 @@ packages:
- hasql-postgres
- list-t
- mtl-prelude
- neat-interpolation
#- neat-interpolation GHC 7.10
- partial-handler
- postgresql-binary
- slave-thread
Expand Down Expand Up @@ -693,8 +701,10 @@ packages:
- type-list

"David Turner <[email protected]>":
- alarmclock
- bank-holidays-england
[]
# GHC 7.10
#- alarmclock
#- bank-holidays-england

"Haskell Servant [email protected] @jkarni":
- servant
Expand All @@ -713,7 +723,7 @@ packages:
"Alois Cochard [email protected] @aloiscochard":
# https://github.com/fpco/stackage/issues/415
# - codex
- machines-directory
#- machines-directory GHC 7.10
- machines-io
- machines-process
# on behalf of Bryan O'Sullivan @bos
Expand Down Expand Up @@ -745,7 +755,7 @@ packages:

"Jeffrey Rosenbluth [email protected]":
- palette
- diagrams-canvas
#- diagrams-canvas GHC 7.10, via blank-canvas
- diagrams-rasterific
- lucid-svg

Expand Down Expand Up @@ -775,7 +785,7 @@ packages:
- string-conversions

"Oleg Grenrus [email protected] @phadej":
- edit-distance
#- edit-distance GHC 7.10
- lattices
- waitra

Expand Down Expand Up @@ -915,10 +925,6 @@ packages:
# https://github.com/fpco/stackage/issues/476
- vector-space < 0.10

# https://github.com/fpco/stackage/issues/479
- QuickCheck < 2.8
- cabal-test-quickcheck < 0.1.5

# https://github.com/jgm/pandoc/issues/2036
- highlighting-kate < 0.5.13

Expand All @@ -932,11 +938,6 @@ packages:
# https://github.com/fpco/stackage/issues/517
- generic-deriving < 1.7

# https://github.com/fpco/stackage/issues/524
- repa < 3.4
- repa-algorithms < 3.4
- repa-io < 3.4

# https://github.com/Happstack/happstack-server/issues/6
- happstack-server < 7.4.3

Expand Down Expand Up @@ -1052,6 +1053,20 @@ skipped-tests:
# https://github.com/Soostone/retry/issues/18
- retry

# Just a temporary package with a flimsy, inherited test suite
- Cabal-ide-backend

# QuickCheck 2.8
- ChasingBottoms
- bson
- cabal-install
- exceptions
- graphviz
- pandoc
- testpack
- vector
- unordered-containers

# Tests which we should build and run, but which are expected to fail. We
# should not fail a build based on a test failure for one of these packages.
expected-test-failures:
Expand Down Expand Up @@ -1233,9 +1248,6 @@ expected-test-failures:
# Tests not reliable on non-Windows systems
- nsis

# Just a temporary package with a flimsy, inherited test suite
- Cabal-ide-backend

# Requires running server
- consul-haskell
- hedis
Expand Down

0 comments on commit c67909b

Please sign in to comment.