Merge pull request #1201 from haskell-servant/remove-unused-extensions

Remove unused extensions from servant cabal file.
This commit is contained in:
David Johnson 2019-08-09 15:56:04 -04:00 committed by GitHub
commit 680d218719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,10 +133,8 @@ library
, OverlappingInstances
, OverloadedStrings
, PolyKinds
, QuasiQuotes
, RecordWildCards
, ScopedTypeVariables
, TemplateHaskell
, TypeFamilies
, TypeOperators
, TypeSynonymInstances