-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove testing dependencies from library dependencies #53
Comments
A better alternative would be to create a separate For now we could add a Cabal flag if these extra dependencies are uncomfortable for you. |
Wow validateEveryToJSON
:: (_, QCAssertion p)
=> proxy api
-> (p -> spec)
-> spec I have not tried it out, but this should work? Apart from that a Cabal flag would be great for short term, I like to keep my dependencies clear of another testing framework as it adds build complexity and things that can go wrong. |
I am not sure we'll be able to create a universal Actually there's just once piece of code that is I think rather than making an all-fit solution we should move this function to |
Hi, Thanks in advance! |
Currently when installing
servant-swagger
it also pulls inQuickCheck
andhspec
. Are there any plans to remove this, or make it configurable via a flag?The text was updated successfully, but these errors were encountered: