Merge pull request #1201 from haskell-servant/remove-unused-extensions
Remove unused extensions from servant cabal file.
This commit is contained in:
commit
680d218719
1 changed files with 0 additions and 2 deletions
|
@ -133,10 +133,8 @@ library
|
|||
, OverlappingInstances
|
||||
, OverloadedStrings
|
||||
, PolyKinds
|
||||
, QuasiQuotes
|
||||
, RecordWildCards
|
||||
, ScopedTypeVariables
|
||||
, TemplateHaskell
|
||||
, TypeFamilies
|
||||
, TypeOperators
|
||||
, TypeSynonymInstances
|
||||
|
|
Loading…
Reference in a new issue