diff options
-rw-r--r-- | src/Crypto/Macaroon/Verifier/Internal.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Crypto/Macaroon/Verifier/Internal.hs b/src/Crypto/Macaroon/Verifier/Internal.hs index 2af55d3..73eb66a 100644 --- a/src/Crypto/Macaroon/Verifier/Internal.hs +++ b/src/Crypto/Macaroon/Verifier/Internal.hs | |||
@@ -14,6 +14,7 @@ Portability : portable | |||
14 | -} | 14 | -} |
15 | module Crypto.Macaroon.Verifier.Internal where | 15 | module Crypto.Macaroon.Verifier.Internal where |
16 | 16 | ||
17 | import Control.Applicative | ||
17 | import Control.Monad | 18 | import Control.Monad |
18 | import Control.Monad.IO.Class | 19 | import Control.Monad.IO.Class |
19 | import Crypto.Hash | 20 | import Crypto.Hash |