diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-08-17 18:56:12 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-08-17 18:56:12 +0200 |
commit | a11f20be0fadf21cc96164b49305b59ac7445aa2 (patch) | |
tree | 00a8eec6be63241f0e40a4306e0eae436b6ff11c /test | |
parent | cb1ee5df44a6a68f32e7f8413cee4a7105d37b4b (diff) | |
download | hmacaroons-a11f20be0fadf21cc96164b49305b59ac7445aa2.tar.gz hmacaroons-a11f20be0fadf21cc96164b49305b59ac7445aa2.tar.zst hmacaroons-a11f20be0fadf21cc96164b49305b59ac7445aa2.zip |
ghc<7.10.1 compat
Diffstat (limited to 'test')
-rw-r--r-- | test/Crypto/Macaroon/Instances.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Crypto/Macaroon/Instances.hs b/test/Crypto/Macaroon/Instances.hs index 6348c56..019c094 100644 --- a/test/Crypto/Macaroon/Instances.hs +++ b/test/Crypto/Macaroon/Instances.hs | |||
@@ -11,6 +11,7 @@ This test suite is based on the pymacaroons test suite: | |||
11 | -} | 11 | -} |
12 | module Crypto.Macaroon.Instances where | 12 | module Crypto.Macaroon.Instances where |
13 | 13 | ||
14 | import Control.Applicative | ||
14 | import Control.Monad | 15 | import Control.Monad |
15 | import Data.Byteable | 16 | import Data.Byteable |
16 | import qualified Data.ByteString as BS | 17 | import qualified Data.ByteString as BS |