Add DeriveAnyClass to UVerb.lhs (not implied by DerivingVia on 8.6.5)

This commit is contained in:
Gaël Deest 2021-04-09 16:19:51 +02:00
parent 81a73dfcda
commit f30b72cc90

View file

@ -15,6 +15,7 @@ handlers that respond with arbitrary open unions of types.
{-# LANGUAGE DataKinds #-} {-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DerivingVia #-} {-# LANGUAGE DerivingVia #-}
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FlexibleInstances #-}