gothic 0.1.1 → 0.1.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~hashabledep ~lensdep ~lens-aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable, lens, lens-aeson
API changes (from Hackage documentation)
Files
- gothic.cabal +5/−5
gothic.cabal view
@@ -1,5 +1,5 @@ name: gothic-version: 0.1.1+version: 0.1.2 synopsis: A Haskell Vault KVv2 secret engine client description: A Haskell HashiCorp Vault KVv2 secret engine client library homepage: https://github.com/MichelBoucey/gothic@@ -13,7 +13,7 @@ cabal-version: >=1.10 extra-source-files: ReadMe.md -Tested-With: GHC ==8.4.3 || ==8.6.5+Tested-With: GHC ==8.4.3 || ==8.6.5 || ==8.8.1 Source-Repository head Type: git@@ -33,7 +33,7 @@ , binary >= 0.8.5.1 && < 0.9 , connection >= 0.2.8 && < 0.4 , exceptions >= 0.10.0 && < 0.11- , hashable >= 1.2.7.0 && < 1.3+ , hashable >= 1.2.7.0 && < 1.4 , http-conduit >= 2.3.2 && < 2.4 , http-client >= 0.5.13.1 && < 0.7 , http-client-tls >= 0.3.5.3 && < 0.4@@ -42,8 +42,8 @@ , http-conduit >= 2.3.2 && < 2.4 , text >= 1.2.3.0 && < 1.3 , unordered-containers >= 0.2.9.0 && < 0.3- , lens >= 4.16.1 && < 4.18- , lens-aeson >= 1.0.2 && < 1.1+ , lens >= 4.16.1 && < 4.19+ , lens-aeson >= 1.0.2 && < 1.2 , scientific >= 0.3.6.2 && < 0.4 , unix >= 2.7.2.2 && < 2.8 , vector >= 0.12.0.1 && < 0.13