haskell-servant / servant-quickcheck

40 stars 21 forks source link

Update to LTS-17.2 #79

Open mgajda opened 3 years 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

See #80