Skip to content

Commit

Permalink
Version 0.0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bitc committed Mar 11, 2018
1 parent 4986b43 commit 4a6f78e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions vault-tool-server/vault-tool-server.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vault-tool-server
version: 0.0.0.3
version: 0.0.0.4
synopsis: Utility library for spawning a HashiCorp Vault process
description: Utility library for spawning a HashiCorp Vault process
license: MIT
Expand All @@ -22,7 +22,7 @@ library
exposed-modules: Network.VaultTool.VaultServerProcess

build-depends: base >=4.8 && <4.11,
vault-tool,
vault-tool >=0.0.0.4,
aeson,
async,
bytestring,
Expand All @@ -42,7 +42,7 @@ test-suite test
main-is: test.hs

build-depends: base >=4.8 && <4.11,
vault-tool,
vault-tool >=0.0.0.4,
vault-tool-server,
aeson,
tasty-hunit,
Expand Down
2 changes: 1 addition & 1 deletion vault-tool/vault-tool.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vault-tool
version: 0.0.0.3
version: 0.0.0.4
synopsis: Client library for HashiCorp's Vault tool (via HTTP API)
description: Client library for HashiCorp's Vault tool (via HTTP API)
license: MIT
Expand Down

0 comments on commit 4a6f78e

Please sign in to comment.