Closed CRogers closed 9 years ago
I'm writing integration tests against stack ide but none of the API types have Show or Eq forcing me to derive them myself. This PR adds deriving (Show, Eq) to every type declared by stack-ide-api.
stack ide
Show
Eq
deriving (Show, Eq)
stack-ide-api
Hmm, yeah, we used to have those, I think chris must have removed them during zealous simplification. Thanks!
I'm writing integration tests against
stack ide
but none of the API types haveShow
orEq
forcing me to derive them myself. This PR addsderiving (Show, Eq)
to every type declared bystack-ide-api
.