aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Crypto/Macaroon/Tests.hs
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 17:36:35 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 17:36:35 +0200
commitbf31e29028a4402ea0d2deefdb3b86efd526acd0 (patch)
treeeaeb9871d201ad092edd901dc4e9091d90166c6d /test/Crypto/Macaroon/Tests.hs
parent7f9f7386fdbe8d19ef30ebd20939e67cc8bb145c (diff)
downloadhmacaroons-bf31e29028a4402ea0d2deefdb3b86efd526acd0.tar.gz
hmacaroons-bf31e29028a4402ea0d2deefdb3b86efd526acd0.tar.zst
hmacaroons-bf31e29028a4402ea0d2deefdb3b86efd526acd0.zip
Typos and stylish-haskell
Diffstat (limited to 'test/Crypto/Macaroon/Tests.hs')
-rw-r--r--test/Crypto/Macaroon/Tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Crypto/Macaroon/Tests.hs b/test/Crypto/Macaroon/Tests.hs
index 25d77c8..c934cc1 100644
--- a/test/Crypto/Macaroon/Tests.hs
+++ b/test/Crypto/Macaroon/Tests.hs
@@ -12,7 +12,7 @@ This test suite is based on the pymacaroons test suite:
12module Crypto.Macaroon.Tests where 12module Crypto.Macaroon.Tests where
13 13
14import Data.Byteable 14import Data.Byteable
15import qualified Data.ByteString.Char8 as B8 15import qualified Data.ByteString.Char8 as B8
16import Data.Hex 16import Data.Hex
17import Test.Tasty 17import Test.Tasty
18import Test.Tasty.HUnit 18import Test.Tasty.HUnit