From b58980cebc41eef972f17f2062cdfaa73b955031 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Tue, 29 Jan 2019 15:39:34 +0300 Subject: [PATCH] lib flag is no longer required for cabal-install It was required for Cabal-2.2 but as we have Cabal-2.4 for quite some time it makes sense to remove this flag and e.g. current Stack master complains seeing it --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9279584e..ac9d14a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4460,7 +4460,6 @@ package-flags: servant-client-core: false cabal-install: - lib: true # https://github.com/haskell/cabal/issues/4883 native-dns: false