haskell-servant / servant-quickcheck

40 stars 21 forks source link

Remove base-compat-batteries dependency #52

Closed parsonsmatt closed 6 years ago

parsonsmatt commented 6 years ago

We're having some issues with the base-compat-batteries dependency, and it seems to be unused. This removes it in favor of the base-compat dependency which we are carrying.

parsonsmatt commented 6 years ago

ok, we need base-compat-batteries for GHC 7.10.3 support.

parsonsmatt commented 6 years ago

And we only seem to need the newer base-compat for the monoid <> operator.

phadej commented 6 years ago

what problems?