From 43831e0817bf59e16b4ae3c80291208573726b63 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 16 Jul 2020 05:31:06 +0000 Subject: [PATCH] Restricts optparse-generic < 1.4 (#5518) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 465252fe..9757c739 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4879,6 +4879,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5484 - primitive < 0.7.1.0 + + # https://github.com/commercialhaskell/stackage/issues/5518 + - optparse-generic < 1.4 # end of packages