aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 18:21:14 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 18:21:14 +0200
commit1fcdeab5264180025ac2e48db312c1fbd5ae22ca (patch)
treee62541906d69bed0a34e467a5aeea26c2e8ac00e
parent246ff8df477f27ab4063bebc1a7750748b6fc512 (diff)
downloadhmacaroons-1fcdeab5264180025ac2e48db312c1fbd5ae22ca.tar.gz
hmacaroons-1fcdeab5264180025ac2e48db312c1fbd5ae22ca.tar.zst
hmacaroons-1fcdeab5264180025ac2e48db312c1fbd5ae22ca.zip
Import Control.Applicative
-rw-r--r--src/Crypto/Macaroon/Verifier/Internal.hs1
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-}
15module Crypto.Macaroon.Verifier.Internal where 15module Crypto.Macaroon.Verifier.Internal where
16 16
17import Control.Applicative
17import Control.Monad 18import Control.Monad
18import Control.Monad.IO.Class 19import Control.Monad.IO.Class
19import Crypto.Hash 20import Crypto.Hash