]> git.immae.eu Git - github/fretlink/hmacaroons.git/commit
Change verifier api and split Verifier module
authorJulien Tanguy <julien.tanguy@jhome.fr>
Mon, 17 Aug 2015 15:38:24 +0000 (17:38 +0200)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Mon, 17 Aug 2015 15:39:31 +0000 (17:39 +0200)
commit86f3882318d323d1920ca1c7da6e816f0ed376da
tree0e16232125c2fb6c0413d654e6b1537c9813b301
parentbf31e29028a4402ea0d2deefdb3b86efd526acd0
Change verifier api and split Verifier module

- Added haddocks
hmacaroons.cabal
src/Crypto/Macaroon.hs
src/Crypto/Macaroon/Internal.hs
src/Crypto/Macaroon/Verifier.hs
src/Crypto/Macaroon/Verifier/Internal.hs
test/Crypto/Macaroon/Instances.hs
test/Crypto/Macaroon/Verifier/Internal/Tests.hs [new file with mode: 0644]
test/Crypto/Macaroon/Verifier/Tests.hs
test/main.hs