summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2020-05-16 08:52:37 -0400
committerJoe Crayne <joe@jerkface.net>2020-05-19 11:58:22 -0400
commita0994da3aa361e1fff4d5e523e3b33341b0d245f (patch)
tree4b39b09b13e62858ce05109d54df07fe108e3f8d
parent4a31287e55e1bd45d8ae3c715a194c2b9d35636f (diff)
Hush PatternGuards warning.
-rw-r--r--Data/OpenPGP/Util/Sign.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Data/OpenPGP/Util/Sign.hs b/Data/OpenPGP/Util/Sign.hs
index c586b60..b9c6435 100644
--- a/Data/OpenPGP/Util/Sign.hs
+++ b/Data/OpenPGP/Util/Sign.hs
@@ -1,5 +1,6 @@
1{-# LANGUAGE CPP #-}
2{-# LANGUAGE PatternGuards #-}
1{-# LANGUAGE ScopedTypeVariables #-} 3{-# LANGUAGE ScopedTypeVariables #-}
2{-# LANGUAGE CPP #-}
3module Data.OpenPGP.Util.Sign where 4module Data.OpenPGP.Util.Sign where
4 5
5import qualified Data.OpenPGP as OpenPGP 6import qualified Data.OpenPGP as OpenPGP