packages feed

vault-tool-server 0.0.0.4 → 0.1.0.0

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~vault-toolPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: vault-tool

API changes (from Hackage documentation)

Files

test/test.hs view
@@ -25,6 +25,8 @@  main :: IO () main = withTempVaultBackend $ \vaultBackendConfig -> do+    putStrLn "Running tests..."+     vaultExe <- lookupEnv "VAULT_EXE"      let cfg = vaultConfigDefaultAddress vaultBackendConfig@@ -32,6 +34,8 @@     withVaultConfigFile cfg $ \vaultConfigFile ->         withVaultServerProcess vaultExe vaultConfigFile addr $             talkToVault addr++    putStrLn "Ok"  -- | The vault must be a newly created, non-initialized vault --
vault-tool-server.cabal view
@@ -1,5 +1,5 @@ name:                vault-tool-server-version:             0.0.0.4+version:             0.1.0.0 synopsis:            Utility library for spawning a HashiCorp Vault process description:         Utility library for spawning a HashiCorp Vault process license:             MIT@@ -22,7 +22,7 @@   exposed-modules:     Network.VaultTool.VaultServerProcess    build-depends:       base >=4.8 && <4.11,-                       vault-tool >=0.0.0.4,+                       vault-tool >=0.1.0.0,                        aeson,                        async,                        bytestring,@@ -42,7 +42,7 @@   main-is:             test.hs    build-depends:       base >=4.8 && <4.11,-                       vault-tool >=0.0.0.4,+                       vault-tool >=0.1.0.0,                        vault-tool-server,                        aeson,                        tasty-hunit,