Skip to content

Commit

Permalink
Correcct DeriveAnyType into DeriveAnyClass (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Perone committed Aug 22, 2022
1 parent 5686bd8 commit 227cd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rel8/Generic/Rel8able.hs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ type instance Eval (TSerialize expr a) =
-- [Supplying @Rel8able@ instances]
--
-- This type class should be derived generically for all table types in your
-- project. To do this, enable the @DeriveAnyType@ and @DeriveGeneric@ language
-- project. To do this, enable the @DeriveAnyClass@ and @DeriveGeneric@ language
-- extensions:
--
-- @
Expand Down

0 comments on commit 227cd33

Please sign in to comment.