Alexander Thiemann
Alexander Thiemann
Thanks for this awesome library! Are there any plans to remove `hspec` and friends from the library dependencies?
Nice tool! :-) It would be really nice if the tool could also suggest the next version, maybe even with a flag for selecting either PVP or SemVer?
This PR adds streaming library agnostic operations, for use with `conduit`, `io-streams`, `pipes` , etc.
It would be very nice if safecopy supported interchangable backends - I'd like to use safecopy and it's versioning, but actually store the data in a human-readable format like json,...
A nice set of additional assertion combinators would be something like: ```haskell assertEqualM :: (Eq a, Show a) => a -> IO a -> IO () ```
See #14
Currently when installing `servant-swagger` it also pulls in `QuickCheck` and `hspec`. Are there any plans to remove this, or make it configurable via a flag?