From 6243f71afc190033e647d5cac850c07f95b5b830 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 25 Sep 2019 15:41:08 -0700 Subject: [PATCH] More constraints that will be deleted soon anyways --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3999815..d34fddbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4841,6 +4841,7 @@ packages: - vector-sized < 1.4 - essence-of-live-coding < 0.1.0.2 - rhine < 0.5.1.1 + - emd < 0.1.6.0 # https://github.com/commercialhaskell/stackage/issues/4841 - hackage-db < 2.1.0 @@ -4863,6 +4864,12 @@ packages: # requires Cabal 3 - cabal2nix < 2.15.0 + # breaks galois-field-0.4.1 + # https://github.com/adjoint-io/galois-field/issues/22 + - poly < 0.3.2.0 + + # misc. doesn't matter; these will be deleted soon anyways + - regex-base < 0.94.0.0 # end of packages