mig-client 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~migPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mig
API changes (from Hackage documentation)
Files
- mig-client.cabal +2/−2
mig-client.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: mig-client-version: 0.1.0.0+version: 0.1.0.1 synopsis: Build http-clients from API definition for mig servers description: With this library we can build client functions for HTTP-applications from the same code as server definition.@@ -50,7 +50,7 @@ , http-client , http-media , http-types- , mig >=0.2+ , mig >=0.2.0.1 , mtl , text default-language: GHC2021