diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-08-17 17:36:35 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-08-17 17:36:35 +0200 |
commit | bf31e29028a4402ea0d2deefdb3b86efd526acd0 (patch) | |
tree | eaeb9871d201ad092edd901dc4e9091d90166c6d /hmacaroons.cabal | |
parent | 7f9f7386fdbe8d19ef30ebd20939e67cc8bb145c (diff) | |
download | hmacaroons-bf31e29028a4402ea0d2deefdb3b86efd526acd0.tar.gz hmacaroons-bf31e29028a4402ea0d2deefdb3b86efd526acd0.tar.zst hmacaroons-bf31e29028a4402ea0d2deefdb3b86efd526acd0.zip |
Typos and stylish-haskell
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r-- | hmacaroons.cabal | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal index 7b5a0dd..9424f22 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal | |||
@@ -2,16 +2,13 @@ name: hmacaroons | |||
2 | version: 0.2.0.0 | 2 | version: 0.2.0.0 |
3 | synopsis: Haskell implementation of macaroons | 3 | synopsis: Haskell implementation of macaroons |
4 | description: | 4 | description: |
5 | = Macaroons: Pure haskell implementation of macaroons | 5 | Hmacaroons is a pure haskell implementation of macaroons. It aims to |
6 | #macaroons-pure-haskell-implementation-of-macaroons# | ||
7 | . | ||
8 | Macaroons is a pure haskell implementation of macaroons. It aims to | ||
9 | provide compatibility at a serialized level with the | 6 | provide compatibility at a serialized level with the |
10 | <https://github.com/rescrv/libmacaroons reference implementation> and | 7 | <https://github.com/rescrv/libmacaroons reference implementation> and |
11 | the <https://github.com/ecordell/pymacaroons python implementation> | 8 | the <https://github.com/ecordell/pymacaroons python implementation> |
12 | . | 9 | . |
13 | __WARNING: This library has not been audited by security experts.__ | 10 | __WARNING: This library has not been audited by security experts.__ |
14 | __There is no error handling at the moment, everyhting is silently accepted__ | 11 | __There is no error handling at the moment, everything is silently accepted__ |
15 | . | 12 | . |
16 | It is developed in the purpose of exploration purposes, and would need | 13 | It is developed in the purpose of exploration purposes, and would need |
17 | much more attention if it were to be used in production. | 14 | much more attention if it were to be used in production. |