Skip to content

Commit

Permalink
Refer to GHC 8.6 instead of 8.5 for disclaimer about quantified const…
Browse files Browse the repository at this point in the history
…raints
  • Loading branch information
andrewthad committed Jun 18, 2019
1 parent fe65f14 commit cd22f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Test/QuickCheck/Classes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
{-| This library provides sets of properties that should hold for common
typeclasses.
/Note:/ on GHC < 8.5, this library uses the higher-kinded typeclasses
/Note:/ on GHC < 8.6, this library uses the higher-kinded typeclasses
('Data.Functor.Classes.Show1', 'Data.Functor.Classes.Eq1', 'Data.Functor.Classes.Ord1', etc.),
but on GHC >= 8.5, it uses `-XQuantifiedConstraints` to express these
but on GHC >= 8.6, it uses @-XQuantifiedConstraints@ to express these
constraints more cleanly.
-}
module Test.QuickCheck.Classes
Expand Down

0 comments on commit cd22f62

Please sign in to comment.