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

drvfail-functor1.hs:7:14: error: [GHC-86639]
    • Can't make a derived instance of ‘Functor List’:
        You need DeriveFunctor to derive an instance for this class
    • In the data declaration for ‘List’