diff --git a/default.nix b/default.nix index 4b07297..f993e48 100644 --- a/default.nix +++ b/default.nix @@ -8,7 +8,7 @@ }: mkDerivation { pname = "servant-auth-hmac"; - version = "0.1.0.0"; + version = "0.1.0.1"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/servant-auth-hmac.cabal b/servant-auth-hmac.cabal index 332b50b..1db5a99 100644 --- a/servant-auth-hmac.cabal +++ b/servant-auth-hmac.cabal @@ -1,6 +1,7 @@ name: servant-auth-hmac -version: 0.1.0.0 -synopsis: Authentication via hashed message code (HMAC) based on RFC1945. +version: 0.1.0.1 +synopsis: Authentication via HMAC +description: Authentication via hashed message code (HMAC) based on RFC1945. license: BSD3 license-file: LICENSE author: Al Zohali