summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics/GenCannotDoRep1_1.stderr
blob: 6ed636ffc8b45a392ec8b592c76d8c5b0bdd12fd (plain)
1
2
3
4
5
6
7
8

GenCannotDoRep1_1.hs:1:29: warning: [-Wdeprecated-flags (in -Wdefault)]
    -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.

GenCannotDoRep1_1.hs:8:49:
    Can't make a derived instance of ‘Generic1 Context’:
      Context must not have a datatype context
    In the data declaration for ‘Context’