haskell-servant / servant-quickcheck

40 stars 21 forks source link

Update to recent LTS, GHC 8.10, and servant 0.18. #80

Closed mgajda closed 5 months ago

mgajda commented 3 years ago

Since servant-0.18 is now included in LTS 17.*, I decided to update servant-quickcheck to work with it. It simplifies stack.yaml dependencies too, and requires a small addition of instance for HasGenRequest (Fragment a :> b).

mgajda commented 3 years ago

@phadej @jkarni Do you still maintain it and accept patches? Or do you recommend another solution?

tchoutri commented 5 months ago

Superceded by #87 and friends.