commercialhaskell / stack-ide

Stack-based JSON interface to ide-backend
98 stars 23 forks source link

Derive Show and Eq for all API types #36

Closed CRogers closed 9 years ago

CRogers commented 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.

mgsloan commented 9 years ago

Hmm, yeah, we used to have those, I think chris must have removed them during zealous simplification. Thanks!