From af52fdf905392b06743a54c445ed70021ae79d9e Mon Sep 17 00:00:00 2001 From: Naushadh Date: Wed, 24 Oct 2018 18:32:12 -0400 Subject: [PATCH] Re-enable `persistent-mysql-haskell` with its deps. - `mysql-haskell` and `tcp-streams` are required dependencies. - latest version of all 3 packages run ok with: `stack build --resolver nightly --haddock --test --bench --no-run-benchmarks` --- build-constraints.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a6eb1c5..8fed10ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: - "Erik Schnetter @eschnett": + "Erik Schnetter @eschnett": - mpi-hs < 0 # https://github.com/commercialhaskell/stackage/issues/4068 "Yang Bo @Atry": @@ -4034,7 +4034,6 @@ packages: - morte < 0 - multipart < 0 - mwc-probability-transition < 0 - - mysql-haskell < 0 - mysql-haskell-nem < 0 - mysql-haskell-openssl < 0 - named < 0 @@ -4064,7 +4063,6 @@ packages: - parallel-io < 0 - partial-order < 0 - perf < 0 - - persistent-mysql-haskell < 0 - persistent-refs < 0 - picosat < 0 - pier < 0 @@ -4180,7 +4178,6 @@ packages: - swish < 0 - tasty-dejafu < 0 - tasty-stats < 0 - - tcp-streams < 0 - tcp-streams-openssl < 0 - tdigest < 0 - telegram-bot-simple < 0 @@ -4532,7 +4529,6 @@ skipped-tests: - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 - language-ecmascript # testing-feat 1.1.0.0 - makefile # GHC 8.2 - - mysql-haskell # tasty - next-ref # hspec 2.3 - partial-order # HUnit 1.6 - serialise