mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-11 05:47:29 +01:00
Merge branch 'master' of https://github.com/fpco/stackage
This commit is contained in:
commit
3afe460179
@ -7,13 +7,6 @@ TARGET=$1
|
|||||||
TAG=$(echo $TARGET | cut -d- -f 1)
|
TAG=$(echo $TARGET | cut -d- -f 1)
|
||||||
IMAGE=snoyberg/stackage:$TAG
|
IMAGE=snoyberg/stackage:$TAG
|
||||||
|
|
||||||
if [ "$TAG" = "nightly" ]
|
|
||||||
then
|
|
||||||
TROOT=$ROOT/nightly
|
|
||||||
else
|
|
||||||
TROOT=$ROOT/$(echo $TARGET | cut -d. -f 1)
|
|
||||||
fi
|
|
||||||
|
|
||||||
PLAN_FILE=current-plan.yaml
|
PLAN_FILE=current-plan.yaml
|
||||||
DOCMAP_FILE=current-docmap.yaml
|
DOCMAP_FILE=current-docmap.yaml
|
||||||
BUNDLE_FILE=current.bundle
|
BUNDLE_FILE=current.bundle
|
||||||
@ -21,8 +14,8 @@ BUNDLE_FILE=current.bundle
|
|||||||
CABAL_DIR=$ROOT/cabal
|
CABAL_DIR=$ROOT/cabal
|
||||||
GHC_DIR=$ROOT/ghc
|
GHC_DIR=$ROOT/ghc
|
||||||
DOT_STACKAGE_DIR=$ROOT/dot-stackage
|
DOT_STACKAGE_DIR=$ROOT/dot-stackage
|
||||||
WORKDIR=$TROOT/work
|
WORKDIR=$ROOT/$TAG/work
|
||||||
SSH_DIR=$ROOT/ssh-$(echo $TARGET | cut -d- -f 1)
|
SSH_DIR=$ROOT/ssh-$TAG
|
||||||
|
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
"$CABAL_DIR" \
|
"$CABAL_DIR" \
|
||||||
|
|||||||
@ -45,7 +45,7 @@ packages:
|
|||||||
- repa-io
|
- repa-io
|
||||||
- repa-algorithms
|
- repa-algorithms
|
||||||
- repa-devil
|
- repa-devil
|
||||||
- JuicyPixels-repa < 0.6.1 || > 0.7 # GHC 7.10 (e-mail sent by @bergmark)
|
- JuicyPixels-repa
|
||||||
- cereal-conduit
|
- cereal-conduit
|
||||||
- binary-conduit
|
- binary-conduit
|
||||||
- lzma-conduit
|
- lzma-conduit
|
||||||
@ -143,6 +143,7 @@ packages:
|
|||||||
- prednote
|
- prednote
|
||||||
- cartel
|
- cartel
|
||||||
- Earley
|
- Earley
|
||||||
|
- ofx
|
||||||
|
|
||||||
"Neil Mitchell":
|
"Neil Mitchell":
|
||||||
- hlint
|
- hlint
|
||||||
@ -277,7 +278,8 @@ packages:
|
|||||||
#- compensated GHC 7.10
|
#- compensated GHC 7.10
|
||||||
- compressed
|
- compressed
|
||||||
- concurrent-supply
|
- concurrent-supply
|
||||||
- constraints
|
# https://github.com/fpco/stackage/issues/973
|
||||||
|
- constraints < 0.6
|
||||||
- contravariant
|
- contravariant
|
||||||
- distributive
|
- distributive
|
||||||
- either
|
- either
|
||||||
@ -330,7 +332,6 @@ packages:
|
|||||||
- gl
|
- gl
|
||||||
- lens-aeson
|
- lens-aeson
|
||||||
- zlib-lens
|
- zlib-lens
|
||||||
- generic-deriving
|
|
||||||
- hyperloglog
|
- hyperloglog
|
||||||
|
|
||||||
"Andrew Farmer <afarmer@ittc.ku.edu>":
|
"Andrew Farmer <afarmer@ittc.ku.edu>":
|
||||||
@ -359,12 +360,14 @@ packages:
|
|||||||
- BlogLiterately-diagrams
|
- BlogLiterately-diagrams
|
||||||
- diagrams
|
- diagrams
|
||||||
- diagrams-builder
|
- diagrams-builder
|
||||||
- diagrams-haddock
|
# https://github.com/diagrams/diagrams-haddock/issues/26
|
||||||
|
- diagrams-haddock < 0.3.0.8
|
||||||
- diagrams-contrib
|
- diagrams-contrib
|
||||||
- diagrams-core
|
- diagrams-core
|
||||||
- diagrams-lib
|
- diagrams-lib
|
||||||
- diagrams-postscript
|
- diagrams-postscript
|
||||||
- diagrams-svg
|
# https://github.com/fpco/stackage/issues/976
|
||||||
|
- diagrams-svg < 1.3.1.8
|
||||||
- dual-tree
|
- dual-tree
|
||||||
- force-layout
|
- force-layout
|
||||||
- haxr
|
- haxr
|
||||||
@ -629,7 +632,6 @@ packages:
|
|||||||
|
|
||||||
"Simon Michael <simon@joyful.com>":
|
"Simon Michael <simon@joyful.com>":
|
||||||
- hledger
|
- hledger
|
||||||
# https://github.com/fpco/stackage/issues/938
|
|
||||||
# - hledger-ui
|
# - hledger-ui
|
||||||
- hledger-web
|
- hledger-web
|
||||||
- shelltestrunner
|
- shelltestrunner
|
||||||
@ -658,7 +660,7 @@ packages:
|
|||||||
# https://github.com/d12frosted/CanonicalPath/issues/5
|
# https://github.com/d12frosted/CanonicalPath/issues/5
|
||||||
# - system-canonicalpath
|
# - system-canonicalpath
|
||||||
|
|
||||||
"Daniel Gröber <dxld@darkboxed.org>":
|
"Daniel Gröber <dxld@darkboxed.org> @DanielG":
|
||||||
- ghc-mod
|
- ghc-mod
|
||||||
- cabal-helper
|
- cabal-helper
|
||||||
|
|
||||||
@ -865,7 +867,8 @@ packages:
|
|||||||
- palette
|
- palette
|
||||||
#- diagrams-canvas GHC 7.10, via blank-canvas
|
#- diagrams-canvas GHC 7.10, via blank-canvas
|
||||||
- diagrams-rasterific
|
- diagrams-rasterific
|
||||||
- lucid-svg
|
# https://github.com/fpco/stackage/issues/976
|
||||||
|
- lucid-svg < 0.6.0.0
|
||||||
- diagrams-html5
|
- diagrams-html5
|
||||||
- static-canvas
|
- static-canvas
|
||||||
|
|
||||||
@ -1368,6 +1371,7 @@ packages:
|
|||||||
|
|
||||||
"Ryan Scott <ryan.gl.scott@gmail.com> @RyanGlScott":
|
"Ryan Scott <ryan.gl.scott@gmail.com> @RyanGlScott":
|
||||||
- base-orphans
|
- base-orphans
|
||||||
|
- generic-deriving
|
||||||
- invariant
|
- invariant
|
||||||
- keycode
|
- keycode
|
||||||
- text-show
|
- text-show
|
||||||
@ -1604,8 +1608,9 @@ packages:
|
|||||||
"Tim Baumann <tim@timbaumann.info> @timjb":
|
"Tim Baumann <tim@timbaumann.info> @timjb":
|
||||||
- engine-io-yesod
|
- engine-io-yesod
|
||||||
|
|
||||||
"Tim McGilchrist <timmcgil@gmail.com> @lambda_foo":
|
"Tim McGilchrist <timmcgil@gmail.com> @tmcgilchrist":
|
||||||
- riak
|
- riak
|
||||||
|
- airship
|
||||||
|
|
||||||
"Yuras Shumovich <shumovichy@gmai.com> @Yuras":
|
"Yuras Shumovich <shumovichy@gmai.com> @Yuras":
|
||||||
- pdf-toolbox-core
|
- pdf-toolbox-core
|
||||||
@ -1628,6 +1633,7 @@ packages:
|
|||||||
"John Galt <jgalt@centromere.net> @centromere":
|
"John Galt <jgalt@centromere.net> @centromere":
|
||||||
- cacophony
|
- cacophony
|
||||||
- pipes-cacophony
|
- pipes-cacophony
|
||||||
|
- blake2
|
||||||
|
|
||||||
"Adam Curtis <kallisti.dev@gmail.com> @kallisti-dev":
|
"Adam Curtis <kallisti.dev@gmail.com> @kallisti-dev":
|
||||||
- webdriver
|
- webdriver
|
||||||
@ -1643,6 +1649,17 @@ packages:
|
|||||||
"Michael Schröder <mc.schroeder@gmail.com> @mcschroeder":
|
"Michael Schröder <mc.schroeder@gmail.com> @mcschroeder":
|
||||||
- ttrie
|
- ttrie
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/pull/979
|
||||||
|
# "Andrew Lelechenko <andrew.lelechenko@gmail.com> @Bodigrim":
|
||||||
|
# - exp-pairs
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/pull/980
|
||||||
|
# "Stefan Kersten <kaoskorobase@gmail.com> @kaoskorobase":
|
||||||
|
# - hsndfile
|
||||||
|
|
||||||
|
"yihuang <yi.codeplayer@gmail.com> @yihuang":
|
||||||
|
- tagstream-conduit
|
||||||
|
|
||||||
"Stackage upper bounds":
|
"Stackage upper bounds":
|
||||||
# https://github.com/fpco/stackage/issues/537
|
# https://github.com/fpco/stackage/issues/537
|
||||||
- zlib < 0.6
|
- zlib < 0.6
|
||||||
@ -1679,39 +1696,32 @@ packages:
|
|||||||
# https://github.com/idontgetoutmuch/largeword/pull/12
|
# https://github.com/idontgetoutmuch/largeword/pull/12
|
||||||
- largeword < 1.2.4
|
- largeword < 1.2.4
|
||||||
|
|
||||||
# https://github.com/jgm/pandoc/issues/2466
|
|
||||||
# Can be removed after > 1.15.1.1 is out.
|
|
||||||
- pandoc < 1.15.1.1 || > 1.15.1.1
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/942
|
# https://github.com/fpco/stackage/issues/942
|
||||||
- semigroups < 0.18
|
- semigroups < 0.18
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/944
|
|
||||||
- linear < 1.20
|
|
||||||
- reflection < 2.1
|
|
||||||
- diagrams-lib < 1.3.0.4
|
|
||||||
- luminance < 0.6
|
|
||||||
- luminance-samples < 0.6
|
|
||||||
- lens < 4.13
|
|
||||||
- semigroups < 0.17
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/946
|
# https://github.com/fpco/stackage/issues/946
|
||||||
- cereal < 0.5
|
- cereal < 0.5
|
||||||
- messagepack < 0.5.0
|
- messagepack < 0.5.0
|
||||||
- messagepack-rpc < 0.5.1
|
- messagepack-rpc < 0.5.1
|
||||||
|
- DRBG < 0.5.5
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/957
|
# https://github.com/fpco/stackage/issues/957
|
||||||
- exact-pi < 0.3
|
- exact-pi < 0.3
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/959
|
|
||||||
- th-orphans < 0.13
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/960
|
|
||||||
- HaskellNet < 0.5
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/968
|
# https://github.com/fpco/stackage/issues/968
|
||||||
- bifunctors < 5.1
|
- bifunctors < 5.1
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/975
|
||||||
|
- retry < 0.7
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/944
|
||||||
|
- lens < 4.13
|
||||||
|
- reflection < 2.1
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/981
|
||||||
|
- haskell-src-exts < 1.17
|
||||||
|
- derive < 2.5.23
|
||||||
|
- hlint < 1.9.23
|
||||||
# end of packages
|
# end of packages
|
||||||
|
|
||||||
|
|
||||||
@ -1841,9 +1851,13 @@ skipped-tests:
|
|||||||
# https://github.com/fpco/stackage/issues/934
|
# https://github.com/fpco/stackage/issues/934
|
||||||
- cacophony
|
- cacophony
|
||||||
|
|
||||||
|
# Build error with lens-4.13
|
||||||
|
# https://github.com/brendanhay/amazonka/issues/251
|
||||||
|
- amazonka-ec2
|
||||||
|
- amazonka-s3
|
||||||
|
- amazonka-swf
|
||||||
# end of skipped-tests
|
# end of skipped-tests
|
||||||
|
|
||||||
|
|
||||||
# Tests which we should build and run, but which are expected to fail. We
|
# 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.
|
# should not fail a build based on a test failure for one of these packages.
|
||||||
expected-test-failures:
|
expected-test-failures:
|
||||||
@ -2152,6 +2166,8 @@ expected-test-failures:
|
|||||||
- hworker
|
- hworker
|
||||||
- hworker-ses
|
- hworker-ses
|
||||||
|
|
||||||
|
# https://github.com/chrisdone/hindent/issues/166
|
||||||
|
- hindent
|
||||||
# end of expected-test-failures
|
# end of expected-test-failures
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -54,6 +54,7 @@ apt-get install -y \
|
|||||||
libpq-dev \
|
libpq-dev \
|
||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
libsnappy-dev \
|
libsnappy-dev \
|
||||||
|
libsndfile1-dev \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libtagc0-dev \
|
libtagc0-dev \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user