diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-08-17 18:21:14 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-08-17 18:21:14 +0200 |
commit | 1fcdeab5264180025ac2e48db312c1fbd5ae22ca (patch) | |
tree | e62541906d69bed0a34e467a5aeea26c2e8ac00e | |
parent | 246ff8df477f27ab4063bebc1a7750748b6fc512 (diff) | |
download | hmacaroons-1fcdeab5264180025ac2e48db312c1fbd5ae22ca.tar.gz hmacaroons-1fcdeab5264180025ac2e48db312c1fbd5ae22ca.tar.zst hmacaroons-1fcdeab5264180025ac2e48db312c1fbd5ae22ca.zip |
Import Control.Applicative
-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 |