Fix test failure: DerivingStrategies exists since ghc-8.2
parent
54f34344b3
commit
a23ef696e8
|
@ -351,6 +351,7 @@ data Foo = Bar
|
||||||
deriving (Show, Eq, Monad, Functor, Traversable, Foldable)
|
deriving (Show, Eq, Monad, Functor, Traversable, Foldable)
|
||||||
|
|
||||||
#test record multiple deriving strategies
|
#test record multiple deriving strategies
|
||||||
|
#min-ghc 8.2
|
||||||
data Foo = Bar
|
data Foo = Bar
|
||||||
{ foo :: Baz
|
{ foo :: Baz
|
||||||
, bars :: Bizzz
|
, bars :: Bizzz
|
||||||
|
|
Loading…
Reference in New Issue