aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 18:56:12 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 18:56:12 +0200
commita11f20be0fadf21cc96164b49305b59ac7445aa2 (patch)
tree00a8eec6be63241f0e40a4306e0eae436b6ff11c /test
parentcb1ee5df44a6a68f32e7f8413cee4a7105d37b4b (diff)
downloadhmacaroons-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.hs1
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-}
12module Crypto.Macaroon.Instances where 12module Crypto.Macaroon.Instances where
13 13
14import Control.Applicative
14import Control.Monad 15import Control.Monad
15import Data.Byteable 16import Data.Byteable
16import qualified Data.ByteString as BS 17import qualified Data.ByteString as BS