From 8e0b24c1ee5844bf20031d31b11b698bf4cc673d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 23 Jan 2019 11:50:12 +0100 Subject: [PATCH 1/4] build-constraints.yaml: enable cabal2spec again https://github.com/peti/cabal2spec/issues/2 has been fixed. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b8cfb0e..229a0b18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2326,7 +2326,7 @@ packages: "Peter Simons @peti": - cabal2nix - # - cabal2spec # https://github.com/peti/cabal2spec/issues/2 + - cabal2spec - cgi - distribution-nixpkgs - distribution-opensuse From 70d4386b7bece99d860a695861a6776b995778b0 Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Wed, 23 Jan 2019 14:09:05 +0000 Subject: [PATCH 2/4] Re-enable csg (0.1.0.6) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b8cfb0e..01fe2df1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3610,7 +3610,7 @@ packages: - indexed-list-literals "Dmitry Dzhus @dzhus": - - csg < 0 + - csg - simple-vec3 - static-text - th-nowq < 0 From 7d613ab72801f193df7970a5695f5001a0ffd342 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Thu, 24 Jan 2019 13:28:12 +0100 Subject: [PATCH 3/4] add packages related to BLAS/LAPACK bindings --- build-constraints.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef4abe9e..d6815adc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -235,6 +235,7 @@ packages: - checksum - combinatorial - comfort-graph + - comfort-array - concurrent-split - cutter - data-accessor @@ -250,6 +251,7 @@ packages: - fixed-length - gnuplot - group-by-date < 0 # build failure with GHC 8.4 via hsshellscript + - guarded-allocation - iff - interpolation - jack @@ -266,6 +268,7 @@ packages: - pathtype - pooled-io - probability + - quickcheck-transformer - sample-frame - sample-frame-np - set-cover @@ -287,10 +290,17 @@ packages: - prelude-compat - fft - carray + - lapack-ffi-tools - netlib-ffi - blas-ffi - lapack-ffi - - lapack-ffi-tools + - netlib-carray + - blas-carray + - lapack-carray + - netlib-comfort-array + - blas-comfort-array + - lapack-comfort-array + - hmm-lapack # Not a maintainer - ix-shapable From e71a2bda550bf3838253878693a27da7770b8c48 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 24 Jan 2019 16:39:12 -0800 Subject: [PATCH 4/4] Add upper bound for wreq, #4325 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6815adc..90a963b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3939,6 +3939,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4316 - hsdev < 0.3.3 + + # https://github.com/commercialhaskell/stackage/issues/4325 + - wreq < 0.5.3.2 # end of packages # Package flags are applied to individual packages, and override the values of