Fix test failure: DerivingStrategies exists since ghc-8.2

pull/259/head
Lennart Spitzner 2019-11-07 10:45:44 +01:00 committed by Evan Rutledge Borden
parent 54f34344b3
commit a23ef696e8
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ data Foo = Bar
deriving (Show, Eq, Monad, Functor, Traversable, Foldable)
#test record multiple deriving strategies
#min-ghc 8.2
data Foo = Bar
{ foo :: Baz
, bars :: Bizzz