diff --git a/automated/build.sh b/automated/build.sh index 13e39791..1dd7dadd 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -77,6 +77,7 @@ rm -f stackage-curator stackage-curator.bz2 wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 bunzip2 stackage-curator.bz2 chmod +x stackage-curator +stackage-curator --version ) ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR/stack:/usr/bin/stack:ro" diff --git a/build-constraints.yaml b/build-constraints.yaml index c7476dc2..baa974ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1567,8 +1567,8 @@ packages: - H - inline-r - jni - # Temporary block for https://github.com/fpco/stackage/pull/2139 - # - jvm + - jvm + # BLOCKED GHC 8.0.2 # - sparkle - th-lift @@ -1768,6 +1768,7 @@ packages: "Timo von Holtz @tvh": # via haxl - haxl-amazonka + - hasql-migration - servant-JuicyPixels "Artyom @neongreen": @@ -2070,6 +2071,7 @@ packages: - cacophony - pipes-cacophony - blake2 + - nfc "Adam Curtis @kallisti-dev": [] @@ -2292,7 +2294,7 @@ packages: - ua-parser - hs-GeoIP - retry - - katip + - katip - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -2728,6 +2730,10 @@ packages: - cryptonite < 0.21 - memory < 0.14 - tls < 1.3.9 + + # https://github.com/fpco/stackage/issues/2148 + - rattletrap < 2.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -2767,10 +2773,6 @@ package-flags: tar: old-time: false - # https://github.com/fpco/stackage/pull/482#issuecomment-83635207 - jose-jwt: - doctest: false - time-locale-compat: old-locale: false @@ -2990,6 +2992,7 @@ expected-test-failures: - happy # Needs mtl in the user package DB - haskell-neo4j-client # neo4j with auth disabled - hasql # PostgreSQL + - hasql-transaction # PostgreSQL - hedis - hocilib # oracle - hworker @@ -3041,6 +3044,7 @@ expected-test-failures: - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - hakyll # https://github.com/jaspervdj/hakyll/issues/491 + - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -3072,12 +3076,6 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - # Doctest ran across ambiguous modules - # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - warp # https://github.com/yesodweb/wai/issues/579 - # Stackage upper bounds, re-enable these when their upper bound is removed - hindent # 4.6.4 @@ -3323,3 +3321,5 @@ tell-me-when-its-released: hide: - async-dejafu # https://github.com/yesodweb/wai/issues/579 - monads-tf # mtl is preferred +- protolude # `module Panic` conflicts with base +- cryptohash # Superceeded by cryptonite diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4c28b457..32e6df55 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -84,6 +84,7 @@ apt-get install -y \ libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \ + libnfc-dev \ libnotify-dev \ libopenal-dev \ libpango1.0-dev \