roboservant 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+4/−15 lines, 1 filesdep −QuickCheckdep −hspecdep −http-clientPVP ok
version bump matches the API change (PVP)
Dependencies removed: QuickCheck, hspec, http-client, http-media, quickcheck-state-machine
API changes (from Hackage documentation)
Files
- roboservant.cabal +4/−15
roboservant.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 24c3d87b15d4d45c7a72d5972edaef1acc1bef842dc9b7b5bbf625bc14f04199+-- hash: 179b83962de30f5bcf8b13d2f0648b301a753367094171f21a68e60b5cb4e4d5 name: roboservant-version: 0.1.0.1+version: 0.1.0.2 synopsis: Automatic session-aware servant testing description: Please see the README on GitHub at <https://github.com/mwotton/roboservant#readme> category: Web@@ -37,17 +37,11 @@ src ghc-options: -Wall build-depends:- QuickCheck- , aeson- , base >=4.7 && <5+ base >=4.7 && <5 , bytestring , containers , hedgehog- , hspec- , http-client- , http-media , mtl- , quickcheck-state-machine >=0.7 , servant >=0.17 , servant-client >=0.17 , servant-flatten@@ -66,17 +60,12 @@ test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends:- QuickCheck- , aeson+ aeson , base >=4.7 && <5 , bytestring , containers , hedgehog- , hspec- , http-client- , http-media , mtl- , quickcheck-state-machine >=0.7 , roboservant , servant >=0.17 , servant-client >=0.17