From a5822779f64dcf42a271df7d0043f6665583ea0a Mon Sep 17 00:00:00 2001 From: Julien Tanguy Date: Wed, 6 May 2015 14:07:26 +0200 Subject: Fix haddock and add changelog [ci skip] --- CHANGELOG.md | 7 +++++++ hmacaroons.cabal | 31 ++++++++++--------------------- 2 files changed, 17 insertions(+), 21 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3a8e1eb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Revision history for [hmacaroons](https://github.com/jtanguy/hmacaroons) + +## 0.1.0 -- (Current development version) + + * Macaroon creation + * Base64 serialization + * First party caveats diff --git a/hmacaroons.cabal b/hmacaroons.cabal index a2878f2..c26ea19 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal @@ -4,48 +4,36 @@ synopsis: Haskell implementation of macaroons description: = Macaroons: Pure haskell implementation of macaroons #macaroons-pure-haskell-implementation-of-macaroons# - + . Macaroons is a pure haskell implementation of macaroons. It aims to provide compatibility at a serialized level with the and the - + . __WARNING: This library has not been audited by security experts.__ - __There is no error handling at the moment, everyhting is silently - accepted__ - + __There is no error handling at the moment, everyhting is silently accepted__ + . It is developed in the purpose of exploration purposes, and would need much more attention if it were to be used in production. - + . = References #references# - + . == Papers and articles #papers-and-articles# - + . - - - - + . == Implementations #implementations# - + . - - - - - - - = TODO - #todo# - - - Third party caveats - - Verify Macaroons - - Discharge Macaroons - - JSON serialization - - Quickcheck tests - - Error handling - - FFI\'s for testing and benchmarking purposes license: BSD3 license-file: LICENSE author: Julien Tanguy @@ -56,6 +44,7 @@ category: Data build-type: Simple extra-source-files: README.md CONTRIBUTING.md + CHANGELOG cabal-version: >=1.10 source-repository head -- cgit v1.2.3