mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-08 04:17:29 +01:00
Merge branch 'master' of https://github.com/fpco/stackage
This commit is contained in:
commit
a3b37d7205
@ -18,6 +18,15 @@ project information. In addition, we have the following repositories:
|
|||||||
* [stackage-types](https://github.com/fpco/stackage-types) [](https://travis-ci.org/fpco/stackage-types)
|
* [stackage-types](https://github.com/fpco/stackage-types) [](https://travis-ci.org/fpco/stackage-types)
|
||||||
* [lts-haskell](https://github.com/fpco/lts-haskell)
|
* [lts-haskell](https://github.com/fpco/lts-haskell)
|
||||||
* [stackage-nightly](https://github.com/fpco/stackage-nightly)
|
* [stackage-nightly](https://github.com/fpco/stackage-nightly)
|
||||||
|
|
||||||
|
We strongly recommend using the Haskell tool stack for doing builds, which
|
||||||
|
includes built-in Stackage support:
|
||||||
|
|
||||||
|
* [stack](https://github.com/commercialhaskell/stack) [](https://travis-ci.org/commercialhaskell/stack)
|
||||||
|
|
||||||
|
We also support some add-on tools to cabal-install to make its usage with
|
||||||
|
Stackage both easier and more secure:
|
||||||
|
|
||||||
* [stackage-cli](https://github.com/fpco/stackage-cli) [](https://travis-ci.org/fpco/stackage-cli)
|
* [stackage-cli](https://github.com/fpco/stackage-cli) [](https://travis-ci.org/fpco/stackage-cli)
|
||||||
* [stackage-update](https://github.com/fpco/stackage-update) [](https://travis-ci.org/fpco/stackage-update)
|
* [stackage-update](https://github.com/fpco/stackage-update) [](https://travis-ci.org/fpco/stackage-update)
|
||||||
* [stackage-upload](https://github.com/fpco/stackage-upload) [](https://travis-ci.org/fpco/stackage-upload)
|
* [stackage-upload](https://github.com/fpco/stackage-upload) [](https://travis-ci.org/fpco/stackage-upload)
|
||||||
|
|||||||
@ -77,6 +77,6 @@ ARGS_UPLOAD="$ARGS_COMMON -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$A
|
|||||||
|
|
||||||
# Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely
|
# Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely
|
||||||
docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET"
|
docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET"
|
||||||
docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random cabal-install"
|
docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random Cabal cabal-install"
|
||||||
docker run $ARGS_BUILD $IMAGE stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET
|
docker run $ARGS_BUILD $IMAGE stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET
|
||||||
docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload --bundle-file $BUNDLE_FILE && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE"
|
docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET"
|
||||||
|
|||||||
@ -13,6 +13,7 @@ packages:
|
|||||||
- hebrew-time
|
- hebrew-time
|
||||||
- keter
|
- keter
|
||||||
- markdown
|
- markdown
|
||||||
|
- mime-mail
|
||||||
- mime-mail-ses
|
- mime-mail-ses
|
||||||
- monadcryptorandom
|
- monadcryptorandom
|
||||||
- network-conduit-tls
|
- network-conduit-tls
|
||||||
@ -98,6 +99,7 @@ packages:
|
|||||||
- random-source
|
- random-source
|
||||||
- shelly
|
- shelly
|
||||||
- smtLib
|
- smtLib
|
||||||
|
- stack < 9.9.9
|
||||||
- stackage
|
- stackage
|
||||||
# Temporary block while system-filepath issues worked out
|
# Temporary block while system-filepath issues worked out
|
||||||
# - stackage-curator
|
# - stackage-curator
|
||||||
@ -114,8 +116,7 @@ packages:
|
|||||||
- statistics-linreg
|
- statistics-linreg
|
||||||
- th-expand-syns
|
- th-expand-syns
|
||||||
- thyme
|
- thyme
|
||||||
# https://github.com/kallisti-dev/hs-webdriver/issues/71
|
- webdriver
|
||||||
# - webdriver
|
|
||||||
- web-fpco
|
- web-fpco
|
||||||
- criterion
|
- criterion
|
||||||
- th-lift
|
- th-lift
|
||||||
@ -266,7 +267,7 @@ packages:
|
|||||||
- bound
|
- bound
|
||||||
- bytes
|
- bytes
|
||||||
- charset
|
- charset
|
||||||
- comonad
|
- comonad > 4.2.7 || < 4.2.7
|
||||||
- comonads-fd
|
- comonads-fd
|
||||||
- comonad-transformers
|
- comonad-transformers
|
||||||
# https://github.com/ekmett/compensated/issues/5
|
# https://github.com/ekmett/compensated/issues/5
|
||||||
@ -353,13 +354,10 @@ packages:
|
|||||||
"Brent Yorgey <byorgey@gmail.com>":
|
"Brent Yorgey <byorgey@gmail.com>":
|
||||||
- active
|
- active
|
||||||
- BlogLiterately
|
- BlogLiterately
|
||||||
# - BlogLiterately-diagrams GHC 7.10
|
- BlogLiterately-diagrams
|
||||||
- diagrams
|
- diagrams
|
||||||
|
- diagrams-builder
|
||||||
# https://github.com/fpco/stackage/issues/443
|
- diagrams-haddock
|
||||||
#- diagrams-builder
|
|
||||||
#- diagrams-haddock
|
|
||||||
|
|
||||||
- diagrams-contrib
|
- diagrams-contrib
|
||||||
- diagrams-core
|
- diagrams-core
|
||||||
- diagrams-lib
|
- diagrams-lib
|
||||||
@ -386,12 +384,25 @@ packages:
|
|||||||
"Paul Harper <benekastah@gmail.com>":
|
"Paul Harper <benekastah@gmail.com>":
|
||||||
- yesod-auth-oauth2
|
- yesod-auth-oauth2
|
||||||
|
|
||||||
"Felipe Lessa <felipe.lessa@gmail.com>":
|
"Felipe Lessa <felipe.lessa@gmail.com> @meteficha":
|
||||||
|
- country-codes
|
||||||
- esqueleto
|
- esqueleto
|
||||||
- fb
|
- fb
|
||||||
- fb-persistent
|
- fb-persistent
|
||||||
|
- mangopay
|
||||||
|
- nonce
|
||||||
|
- serversession
|
||||||
|
- serversession-backend-acid-state
|
||||||
|
- serversession-backend-persistent
|
||||||
|
- serversession-backend-redis
|
||||||
|
- serversession-frontend-snap
|
||||||
|
# <https://github.com/singpolyma/wai-session/pull/7>
|
||||||
|
# - serversession-frontend-wai
|
||||||
|
- serversession-frontend-yesod
|
||||||
|
- thumbnail-plus
|
||||||
- yesod-fb
|
- yesod-fb
|
||||||
- yesod-auth-fb
|
- yesod-auth-fb
|
||||||
|
- yesod-mangopay
|
||||||
|
|
||||||
"Alexander Altman <alexanderaltman@me.com>":
|
"Alexander Altman <alexanderaltman@me.com>":
|
||||||
- base-unicode-symbols
|
- base-unicode-symbols
|
||||||
@ -428,6 +439,9 @@ packages:
|
|||||||
- turtle
|
- turtle
|
||||||
- foldl
|
- foldl
|
||||||
|
|
||||||
|
"Arash Rouhani <miffoljud@gmail.com>":
|
||||||
|
- yesod-text-markdown
|
||||||
|
|
||||||
"Chris Allen <cma@bitemyapp.com>":
|
"Chris Allen <cma@bitemyapp.com>":
|
||||||
- bloodhound
|
- bloodhound
|
||||||
|
|
||||||
@ -461,7 +475,7 @@ packages:
|
|||||||
"Janne Hellsten <jjhellst@gmail.com>":
|
"Janne Hellsten <jjhellst@gmail.com>":
|
||||||
- sqlite-simple
|
- sqlite-simple
|
||||||
|
|
||||||
"Michal J. Gajda":
|
"Michal J. Gajda <maintainer@migamake.com>":
|
||||||
- iterable
|
- iterable
|
||||||
- Octree
|
- Octree
|
||||||
- FenwickTree
|
- FenwickTree
|
||||||
@ -470,6 +484,7 @@ packages:
|
|||||||
|
|
||||||
- wordpass
|
- wordpass
|
||||||
- json-autotype
|
- json-autotype
|
||||||
|
- posix-realtime
|
||||||
|
|
||||||
"Dominic Steinitz <dominic@steinitz.org>":
|
"Dominic Steinitz <dominic@steinitz.org>":
|
||||||
[]
|
[]
|
||||||
@ -485,6 +500,7 @@ packages:
|
|||||||
- hse-cpp
|
- hse-cpp
|
||||||
- immortal
|
- immortal
|
||||||
- regex-applicative
|
- regex-applicative
|
||||||
|
- lexer-applicative
|
||||||
- smallcheck
|
- smallcheck
|
||||||
- tasty
|
- tasty
|
||||||
- tasty-golden
|
- tasty-golden
|
||||||
@ -495,6 +511,7 @@ packages:
|
|||||||
- timezone-olson
|
- timezone-olson
|
||||||
- timezone-series
|
- timezone-series
|
||||||
- traverse-with-class
|
- traverse-with-class
|
||||||
|
- tuples-homogenous-h98
|
||||||
|
|
||||||
"George Giorgidze <giorgidze@gmail.com>":
|
"George Giorgidze <giorgidze@gmail.com>":
|
||||||
- HCodecs
|
- HCodecs
|
||||||
@ -529,7 +546,9 @@ packages:
|
|||||||
#- hopenpgp-tools GHC 7.10, via syb-with-class
|
#- hopenpgp-tools GHC 7.10, via syb-with-class
|
||||||
|
|
||||||
"Joey Hess <id@joeyh.name>":
|
"Joey Hess <id@joeyh.name>":
|
||||||
- git-annex
|
[]
|
||||||
|
# https://github.com/fpco/stackage/issues/638
|
||||||
|
# - git-annex
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/160
|
# https://github.com/fpco/stackage/issues/160
|
||||||
"Ketil Malde":
|
"Ketil Malde":
|
||||||
@ -585,10 +604,11 @@ packages:
|
|||||||
- io-manager
|
- io-manager
|
||||||
|
|
||||||
"Dimitri Sabadie <dimitri.sabadie@gmail.com":
|
"Dimitri Sabadie <dimitri.sabadie@gmail.com":
|
||||||
# https://github.com/fpco/stackage/pull/461#issuecomment-76914158
|
# - al --FIXME temporary, figure out why it's not working with stackage-build
|
||||||
# - al
|
|
||||||
- monad-journal
|
- monad-journal
|
||||||
- smoothie
|
- smoothie
|
||||||
|
- hid
|
||||||
|
- msi-kb-backlit
|
||||||
|
|
||||||
"Thomas Schilling <nominolo@googlemail.com>":
|
"Thomas Schilling <nominolo@googlemail.com>":
|
||||||
- ghc-syb-utils
|
- ghc-syb-utils
|
||||||
@ -802,6 +822,7 @@ packages:
|
|||||||
- hexstring
|
- hexstring
|
||||||
- network-attoparsec
|
- network-attoparsec
|
||||||
- network-anonymous-i2p
|
- network-anonymous-i2p
|
||||||
|
- network-anonymous-tor
|
||||||
|
|
||||||
"Timothy Jones git@zmthy.io @zmthy":
|
"Timothy Jones git@zmthy.io @zmthy":
|
||||||
- http-media
|
- http-media
|
||||||
@ -922,6 +943,8 @@ packages:
|
|||||||
"Noam Lewis <jones.noamle@gmail.com> @sinelaw":
|
"Noam Lewis <jones.noamle@gmail.com> @sinelaw":
|
||||||
- xml-to-json
|
- xml-to-json
|
||||||
- xml-to-json-fast
|
- xml-to-json-fast
|
||||||
|
- base-orphans
|
||||||
|
- digits
|
||||||
|
|
||||||
"Tim Baumann <tim@timbaumann.info> @timjb":
|
"Tim Baumann <tim@timbaumann.info> @timjb":
|
||||||
- aeson-schema
|
- aeson-schema
|
||||||
@ -936,6 +959,9 @@ packages:
|
|||||||
"Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz":
|
"Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz":
|
||||||
- setlocale
|
- setlocale
|
||||||
|
|
||||||
|
"John Chee <cheecheeo+stackage@gmail.com> @chee1bot":
|
||||||
|
- cgi
|
||||||
|
|
||||||
"Taylor Fausak <taylor@fausak.me> @tfausak":
|
"Taylor Fausak <taylor@fausak.me> @tfausak":
|
||||||
- flow
|
- flow
|
||||||
|
|
||||||
@ -948,7 +974,10 @@ packages:
|
|||||||
- linux-namespaces
|
- linux-namespaces
|
||||||
|
|
||||||
"Will Coster <willcoster@gmail.com> @fimad":
|
"Will Coster <willcoster@gmail.com> @fimad":
|
||||||
|
- prometheus-client
|
||||||
|
- prometheus-metrics-ghc
|
||||||
- scalpel
|
- scalpel
|
||||||
|
- wai-middleware-prometheus
|
||||||
|
|
||||||
"Smirnov Alexey <chemistmail@gmail.com> @chemist":
|
"Smirnov Alexey <chemistmail@gmail.com> @chemist":
|
||||||
- snmp
|
- snmp
|
||||||
@ -972,10 +1001,12 @@ packages:
|
|||||||
- tasty-hspec
|
- tasty-hspec
|
||||||
|
|
||||||
"Christiaan Baaij <christiaan.baaij@gmail.com> @christiaanb":
|
"Christiaan Baaij <christiaan.baaij@gmail.com> @christiaanb":
|
||||||
|
- ghc-tcplugins-extra
|
||||||
- ghc-typelits-natnormalise
|
- ghc-typelits-natnormalise
|
||||||
- clash-prelude
|
- clash-prelude
|
||||||
- clash-lib
|
- clash-lib
|
||||||
- clash-vhdl
|
- clash-vhdl
|
||||||
|
- clash-verilog
|
||||||
- clash-systemverilog
|
- clash-systemverilog
|
||||||
- clash-ghc
|
- clash-ghc
|
||||||
|
|
||||||
@ -1003,7 +1034,10 @@ packages:
|
|||||||
|
|
||||||
"Michael Thompson <what_is_it_to_do_anything@yahoo.com> @michaelt":
|
"Michael Thompson <what_is_it_to_do_anything@yahoo.com> @michaelt":
|
||||||
- pipes-text
|
- pipes-text
|
||||||
|
- lens-simple
|
||||||
|
- lens-family-core
|
||||||
|
- lens-family
|
||||||
|
|
||||||
"Justin Le <justin@jle.im> @mstksg":
|
"Justin Le <justin@jle.im> @mstksg":
|
||||||
- auto
|
- auto
|
||||||
- tagged-binary
|
- tagged-binary
|
||||||
@ -1015,49 +1049,73 @@ packages:
|
|||||||
- flowdock
|
- flowdock
|
||||||
- growler
|
- growler
|
||||||
- engine-io-growler
|
- engine-io-growler
|
||||||
# https://github.com/iand675/metrics/issues/2
|
- metrics
|
||||||
# - metrics
|
|
||||||
- pipes-wai
|
- pipes-wai
|
||||||
- serf
|
- serf
|
||||||
- uri-templater
|
- uri-templater
|
||||||
- librato
|
- librato
|
||||||
|
|
||||||
|
"Michael Xavier <michael@michaelxavier.net> @MichaelXavier":
|
||||||
|
- angel
|
||||||
|
- uri-bytestring
|
||||||
|
- phash
|
||||||
|
- cron
|
||||||
|
|
||||||
|
"Lars Kuhtz <lakuhtz@gmail.com> @larskuhtz":
|
||||||
|
- wai-cors
|
||||||
|
|
||||||
|
"Sam Rijs <srijs@airpost.net>":
|
||||||
|
- ndjson-conduit
|
||||||
|
- attoparsec-trans
|
||||||
|
|
||||||
|
"Anupam Jain <ajnsit@gmail.com>":
|
||||||
|
- wai-routes
|
||||||
|
"Daniel Patterson <dbp@dbpmail.net>":
|
||||||
|
- hspec-snap
|
||||||
|
|
||||||
|
"Mathieu Boespflug <mboes@tweag.net> @mboes":
|
||||||
|
- netwire
|
||||||
|
- th-lift
|
||||||
|
|
||||||
|
"Alcides Viamontes <a.viamontes.esquivel@gmail.com>":
|
||||||
|
- second-transfer
|
||||||
|
|
||||||
|
"Hirotomo Moriwaki <philopon.dependence@gmail.com> @philopon":
|
||||||
|
- apiary
|
||||||
|
- apiary-logger
|
||||||
|
- apiary-persistent
|
||||||
|
- apiary-websockets
|
||||||
|
- apiary-cookie
|
||||||
|
- apiary-session
|
||||||
|
- apiary-clientsession
|
||||||
|
- apiary-authenticate
|
||||||
|
- apiary-eventsource
|
||||||
|
- apiary-mongoDB
|
||||||
|
- apiary-memcached
|
||||||
|
- types-compat
|
||||||
|
- web-routing
|
||||||
|
- bytestring-read
|
||||||
|
- memcached-binary
|
||||||
|
|
||||||
|
"Kai Zhang <kai@kzhang.org> @kaizhang":
|
||||||
|
- clustering
|
||||||
|
- matrices
|
||||||
|
|
||||||
|
"Michel Boucey <michel.boucey@gmail.com> @MichelBoucey":
|
||||||
|
- IPv6Addr
|
||||||
|
- ip6addr
|
||||||
|
- cayley-client
|
||||||
|
|
||||||
|
"koral koral@mailoo.org @k0ral":
|
||||||
|
- timerep
|
||||||
|
|
||||||
"Stackage upper bounds":
|
"Stackage upper bounds":
|
||||||
# https://github.com/fpco/stackage/issues/476
|
|
||||||
- vector-space < 0.10
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/509
|
|
||||||
- srcloc < 0.5
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/515
|
|
||||||
- exception-transformers < 0.4
|
|
||||||
- exception-mtl < 0.4
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/517
|
|
||||||
- generic-deriving < 1.7
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/537
|
# https://github.com/fpco/stackage/issues/537
|
||||||
- zlib < 0.6
|
- zlib < 0.6
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/549
|
|
||||||
- tttool < 1.4
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/572
|
# https://github.com/fpco/stackage/issues/572
|
||||||
- attoparsec < 0.13
|
- attoparsec < 0.13
|
||||||
- aeson < 0.8.1.0
|
- aeson < 0.8.1.0
|
||||||
- jose-jwt < 0.6
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/577
|
|
||||||
- MonadRandom < 0.4
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/579
|
|
||||||
- wai-app-static < 3.1
|
|
||||||
- yesod-static < 1.5
|
|
||||||
- keter < 1.4
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/581
|
|
||||||
- xml-conduit < 1.3
|
|
||||||
- html-conduit < 1.2
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/588
|
# https://github.com/fpco/stackage/issues/588
|
||||||
- semigroupoids < 4.5
|
- semigroupoids < 4.5
|
||||||
@ -1070,15 +1128,26 @@ packages:
|
|||||||
- machines < 0.5
|
- machines < 0.5
|
||||||
- free < 4.12
|
- free < 4.12
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/591
|
|
||||||
- th-orphans < 0.12
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/602
|
# https://github.com/fpco/stackage/issues/602
|
||||||
- errors < 2
|
- errors < 2
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/607
|
# https://github.com/fpco/stackage/issues/615
|
||||||
- pandoc < 1.14
|
- syb < 0.5
|
||||||
- highlighting-kate < 0.5.13
|
|
||||||
|
# https://github.com/gtk2hs/gtk2hs/issues/109
|
||||||
|
- gtk < 0.13.8
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/639
|
||||||
|
- mainland-pretty < 0.3
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/646
|
||||||
|
- clock < 0.5
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/653
|
||||||
|
- base-orphans < 0.4
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/654
|
||||||
|
- generic-deriving < 1.8
|
||||||
|
|
||||||
# Package flags are applied to individual packages, and override the values of
|
# Package flags are applied to individual packages, and override the values of
|
||||||
# global-flags
|
# global-flags
|
||||||
@ -1190,6 +1259,24 @@ skipped-tests:
|
|||||||
- Cabal
|
- Cabal
|
||||||
- MissingH
|
- MissingH
|
||||||
|
|
||||||
|
# Upper bound on src-log, see: https://github.com/fpco/stackage/issues/509
|
||||||
|
- language-c-quote
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/602
|
||||||
|
- aws
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/622
|
||||||
|
- ad
|
||||||
|
- bound
|
||||||
|
- heaps
|
||||||
|
- hyphenation
|
||||||
|
- linear
|
||||||
|
- machines
|
||||||
|
- semigroupoids
|
||||||
|
|
||||||
|
# https://github.com/kaizhang/clustering/issues/2
|
||||||
|
- clustering
|
||||||
|
|
||||||
# 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:
|
||||||
@ -1379,9 +1466,6 @@ expected-test-failures:
|
|||||||
# https://github.com/simonmar/alex/issues/62 GHC 7.10
|
# https://github.com/simonmar/alex/issues/62 GHC 7.10
|
||||||
- alex
|
- alex
|
||||||
|
|
||||||
# https://github.com/haskell-suite/haskell-names/issues/63 GHC 7.10
|
|
||||||
- haskell-names
|
|
||||||
|
|
||||||
# https://github.com/ekmett/hyperloglog/issues/10 GHC 7.10
|
# https://github.com/ekmett/hyperloglog/issues/10 GHC 7.10
|
||||||
- hyperloglog
|
- hyperloglog
|
||||||
|
|
||||||
@ -1413,8 +1497,36 @@ expected-test-failures:
|
|||||||
# https://github.com/kazu-yamamoto/dns/issues/29
|
# https://github.com/kazu-yamamoto/dns/issues/29
|
||||||
- dns
|
- dns
|
||||||
|
|
||||||
# https://github.com/haskell-servant/servant/issues/98
|
# No PhantomJS available
|
||||||
- servant-client
|
- wai-cors
|
||||||
|
|
||||||
|
# Permissions failure when creating /home/stackage/.stack. We _should_ fix
|
||||||
|
# this in the build scripts here...
|
||||||
|
- stack
|
||||||
|
|
||||||
|
# https://github.com/kazu-yamamoto/http2/issues/4
|
||||||
|
- http2
|
||||||
|
|
||||||
|
# https://github.com/alcidesv/second-transfer/issues/1
|
||||||
|
- second-transfer
|
||||||
|
|
||||||
|
# https://github.com/prowdsponsor/mangopay/issues/30
|
||||||
|
- mangopay
|
||||||
|
|
||||||
|
# https://github.com/MichaelXavier/Angel/issues/43
|
||||||
|
- angel
|
||||||
|
|
||||||
|
# https://github.com/MichaelXavier/phash/issues/4
|
||||||
|
- phash
|
||||||
|
|
||||||
|
# Requires memcached on the server
|
||||||
|
- memcached-binary
|
||||||
|
|
||||||
|
# Requires redis on the build machine
|
||||||
|
- serversession-backend-redis
|
||||||
|
|
||||||
|
# Unstated dependency on HList-PP
|
||||||
|
- Rlang-QQ
|
||||||
|
|
||||||
# Haddocks which are expected to fail. Same concept as expected test failures.
|
# Haddocks which are expected to fail. Same concept as expected test failures.
|
||||||
expected-haddock-failures:
|
expected-haddock-failures:
|
||||||
@ -1466,6 +1578,15 @@ skipped-benchmarks:
|
|||||||
- postgresql-binary
|
- postgresql-binary
|
||||||
- scientific
|
- scientific
|
||||||
|
|
||||||
|
# Pulls in discount which depends on extra C libraries
|
||||||
|
- cmark
|
||||||
|
|
||||||
|
# Old criterion
|
||||||
|
- acid-state
|
||||||
|
|
||||||
|
# https://github.com/kaizhang/clustering/issues/2
|
||||||
|
- clustering
|
||||||
|
|
||||||
skipped-profiling:
|
skipped-profiling:
|
||||||
# https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10
|
# https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10
|
||||||
- ghc-heap-view
|
- ghc-heap-view
|
||||||
@ -1494,3 +1615,5 @@ github-users:
|
|||||||
- mihaimaruseac
|
- mihaimaruseac
|
||||||
elm-lang:
|
elm-lang:
|
||||||
- JoeyEremondi
|
- JoeyEremondi
|
||||||
|
prowdsponsor:
|
||||||
|
- meteficha
|
||||||
|
|||||||
@ -54,6 +54,9 @@ apt-get install -y \
|
|||||||
libgtk-3-dev \
|
libgtk-3-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libgsasl7-dev \
|
libgsasl7-dev \
|
||||||
|
libphash0-dev \
|
||||||
|
libopenal-dev \
|
||||||
|
libhidapi-dev \
|
||||||
libzmq3-dev
|
libzmq3-dev
|
||||||
|
|
||||||
mkdir /tmp/nettle-build
|
mkdir /tmp/nettle-build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user