diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-14 19:16:26 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-14 19:16:26 +0200 |
commit | 757637433ca2ab2e0577d8137664dfcabc6df982 (patch) | |
tree | 6108bbf8a5942c309fbdfce80c4bad32eb7e2992 | |
parent | b92e3c159fad49b86fe4bd115f487057c04e3c18 (diff) | |
download | hmacaroons-757637433ca2ab2e0577d8137664dfcabc6df982.tar.gz hmacaroons-757637433ca2ab2e0577d8137664dfcabc6df982.tar.zst hmacaroons-757637433ca2ab2e0577d8137664dfcabc6df982.zip |
Update changelog and fix cabal
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | hmacaroons.cabal | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8e1eb..71bdd9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -5,3 +5,4 @@ | |||
5 | * Macaroon creation | 5 | * Macaroon creation |
6 | * Base64 serialization | 6 | * Base64 serialization |
7 | * First party caveats | 7 | * First party caveats |
8 | - Basic signature verification | ||
diff --git a/hmacaroons.cabal b/hmacaroons.cabal index 48e2cfe..a731592 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal | |||
@@ -44,7 +44,7 @@ category: Data | |||
44 | build-type: Simple | 44 | build-type: Simple |
45 | extra-source-files: README.md | 45 | extra-source-files: README.md |
46 | CONTRIBUTING.md | 46 | CONTRIBUTING.md |
47 | CHANGELOG | 47 | CHANGELOG.md |
48 | cabal-version: >=1.10 | 48 | cabal-version: >=1.10 |
49 | 49 | ||
50 | source-repository head | 50 | source-repository head |