From 6a35b50523bcc5dc9995e7665b3c49da209deec3 Mon Sep 17 00:00:00 2001 From: Parfunc Account Date: Tue, 19 Jul 2016 13:56:34 -0400 Subject: [PATCH] Add back several blocked packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some libraries, tests, and benchmarks which were previously blocked appear to build successfully with GHC 8.0 when I tested them. They are: * `ad` (the doctests run as of [`4.3.2.1`](http://hackage.haskell.org/package/ad-4.3.2.1)) * `lifted-base` (the benchmarks compile as of [`0.2.3.7`](http://hackage.haskell.org/package/lifted-base-0.2.3.7)) * `postgresql-binary` (the library and benchmarks—but not the tests, due to #1691—compile as of [`0.9.0.1`](http://hackage.haskell.org/package/postgresql-binary-0.9.0.1)) * `rethinkdb` (the benchmarks compile as of [`2.2.0.6`](http://hackage.haskell.org/package/rethinkdb-2.2.0.6)) * `simple-sendfile` (the [issue](https://github.com/kazu-yamamoto/simple-sendfile/pull/10) blocking it has long been fixed) --- build-constraints.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83d3806b..b5c9a487 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -779,7 +779,7 @@ packages: - mtl-prelude - neat-interpolation - partial-handler - # GHC 8 - postgresql-binary + - postgresql-binary - slave-thread - stm-containers @@ -2692,7 +2692,6 @@ skipped-tests: # doctest < 0.11 # Closed due to inactivity: https://github.com/fpco/stackage/issues/1328 - - ad - composition-tree # GHC 8 - patches-vector @@ -2726,9 +2725,6 @@ expected-test-failures: # https://github.com/bos/statistics/issues/42 - statistics - # https://github.com/kazu-yamamoto/simple-sendfile/pull/10 - - simple-sendfile - # Tests require shell script and are incompatible with sandboxed package # databases - HTF @@ -3118,7 +3114,6 @@ expected-benchmark-failures: - lens - lucid - picoparsec - - rethinkdb - thyme - web-routing - xmlgen @@ -3181,7 +3176,6 @@ expected-haddock-failures: # benchmarks are included or not. skipped-benchmarks: - criterion-plus - - lifted-base - stm-containers # pulls in criterion-plus, which has restrictive upper bounds @@ -3201,7 +3195,6 @@ skipped-benchmarks: # https://github.com/fpco/stackage/issues/494 - case-insensitive - - postgresql-binary # https://github.com/kaizhang/clustering/issues/2 - clustering