]> git.immae.eu Git - github/fretlink/hmacaroons.git/commit
Initial commit
authorJulien Tanguy <julien.tanguy@jhome.fr>
Wed, 8 Apr 2015 23:12:36 +0000 (01:12 +0200)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Wed, 8 Apr 2015 23:12:36 +0000 (01:12 +0200)
commitf678145637ba6f42c36d07c19f8c764e5d537f72
tree3e8578900501968de7404131a89e8e063dd0f12e
Initial commit
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
Setup.hs [new file with mode: 0644]
bench/bench.hs [new file with mode: 0644]
hmacaroons.cabal [new file with mode: 0644]
src/Crypto/Macaroon.hs [new file with mode: 0644]
src/Crypto/Macaroon/Binder.hs [new file with mode: 0644]
src/Crypto/Macaroon/Internal.hs [new file with mode: 0644]
test/Crypto/Macaroon/Tests.hs [new file with mode: 0644]
test/tests.hs [new file with mode: 0644]