summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail-functor1.stderr
blob: d221f99f9d65aea09ec6dc1f80f4ff654b78bb8b (plain)
1
2
3
4
5

drvfail-functor1.hs:6:14:
    Can't make a derived instance of `Functor List':
      You need -XDeriveFunctor to derive an instance for this class
    In the data type declaration for `List'