diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-14 17:47:05 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-14 17:47:05 +0200 |
commit | 26d38f73993db56811d198a3e0b5c710722dd472 (patch) | |
tree | 433b28f99826251ea19ea0c1c56e52bd78a61414 /src | |
parent | 30c4b9252064ed044adf1776ff9501841c4de2fe (diff) | |
download | hmacaroons-26d38f73993db56811d198a3e0b5c710722dd472.tar.gz hmacaroons-26d38f73993db56811d198a3e0b5c710722dd472.tar.zst hmacaroons-26d38f73993db56811d198a3e0b5c710722dd472.zip |
Disable third party caveats
Diffstat (limited to 'src')
-rw-r--r-- | src/Crypto/Macaroon.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Crypto/Macaroon.hs b/src/Crypto/Macaroon.hs index 36aecf9..f955ab8 100644 --- a/src/Crypto/Macaroon.hs +++ b/src/Crypto/Macaroon.hs | |||
@@ -41,7 +41,7 @@ module Crypto.Macaroon ( | |||
41 | , create | 41 | , create |
42 | , inspect | 42 | , inspect |
43 | , addFirstPartyCaveat | 43 | , addFirstPartyCaveat |
44 | , addThirdPartyCaveat | 44 | -- , addThirdPartyCaveat |
45 | ) where | 45 | ) where |
46 | 46 | ||
47 | import Crypto.Cipher.AES | 47 | import Crypto.Cipher.AES |