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
This commit is contained in:
Kirill Zaborsky 2019-01-29 15:39:34 +03:00 committed by GitHub
parent 560e32942b
commit b58980cebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4460,7 +4460,6 @@ package-flags:
servant-client-core: false servant-client-core: false
cabal-install: cabal-install:
lib: true
# https://github.com/haskell/cabal/issues/4883 # https://github.com/haskell/cabal/issues/4883
native-dns: false native-dns: false