packages feed

sbv-14.0: SBVTestSuite/TestSuite/CompileTests/SCase/SCase20.stderr

SCase20.hs:11:14: error: [GHC-39584]
    " SCase20.hs:17:16: sCase: Wildcard match is redundant
    " In the quasi-quotation:
        [sCase| e of
               Zero           -> 0
               Num i          -> 4
               Var s          -> ite (s .== literal "a") 1 2
               Add a b        -> t e + t b
               Let _   _a  b  -> t b
               _ -> 4
      |]
   |
11 | t e = [sCase| e of
   |              ^^^^^...