Skip to content

Commit f30b72c

Browse files
author
Gaël Deest
committed
Add DeriveAnyClass to UVerb.lhs (not implied by DerivingVia on 8.6.5)
1 parent 81a73df commit f30b72c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/cookbook/uverb/UVerb.lhs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ handlers that respond with arbitrary open unions of types.
1515
{-# LANGUAGE DataKinds #-}
1616
{-# LANGUAGE DeriveGeneric #-}
1717
{-# LANGUAGE DerivingStrategies #-}
18+
{-# LANGUAGE DeriveAnyClass #-}
1819
{-# LANGUAGE DerivingVia #-}
1920
{-# LANGUAGE FlexibleContexts #-}
2021
{-# LANGUAGE FlexibleInstances #-}

0 commit comments

Comments
 (0)