Open mgajda opened 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).
servant-0.18
servant-quickcheck
stack.yaml
HasGenRequest (Fragment a :> b)
See #80
Since
servant-0.18
is now included in LTS 17.*, I decided to updateservant-quickcheck
to work with it. It simplifiesstack.yaml
dependencies too, and requires a small addition of instance forHasGenRequest (Fragment a :> b)
.