We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680d218 commit 3712b20Copy full SHA for 3712b20
servant/servant.cabal
@@ -125,19 +125,19 @@ library
125
, ConstraintKinds
126
, DataKinds
127
, DeriveDataTypeable
128
+ , DeriveGeneric
129
+ , FlexibleContexts
130
, FlexibleInstances
131
, FunctionalDependencies
132
, GADTs
133
, KindSignatures
134
, MultiParamTypeClasses
- , OverlappingInstances
135
, OverloadedStrings
136
, PolyKinds
- , RecordWildCards
137
, ScopedTypeVariables
138
+ , TupleSections
139
, TypeFamilies
140
, TypeOperators
- , TypeSynonymInstances
141
, UndecidableInstances
142
ghc-options: -Wall -Wno-redundant-constraints
143
0 commit comments