clientsession 0.4.0.2 → 0.4.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory
API changes (from Hackage documentation)
Files
- clientsession.cabal +2/−2
clientsession.cabal view
@@ -1,5 +1,5 @@ name: clientsession-version: 0.4.0.2+version: 0.4.0.3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -20,7 +20,7 @@ library build-depends: base >=4 && <5, bytestring >= 0.9 && < 0.10,- directory >= 1 && < 1.1,+ directory >= 1 && < 1.2, random >= 1.0.0.2 && < 1.1 exposed-modules: Web.ClientSession ghc-options: -Wall