From 5fe2d10c984dcfcdff01c7d73ab8e8bf95d27b26 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 28 Mar 2018 22:24:27 -0400 Subject: Drop spurious import of Alternative --- Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs b/Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs index 08a951b..b62ff6a 100644 --- a/Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs +++ b/Codec/Encryption/OpenPGP/ASCIIArmor/Decode.hs @@ -12,7 +12,7 @@ module Codec.Encryption.OpenPGP.ASCIIArmor.Decode ( import Codec.Encryption.OpenPGP.ASCIIArmor.Types import Codec.Encryption.OpenPGP.ASCIIArmor.Utils -import Control.Applicative (many, (<|>), (<$>), Alternative, (<*), (<*>), (*>), optional) +import Control.Applicative (many, (<|>), (<$>), (<*), (<*>), (*>), optional) import Data.Attoparsec.ByteString (Parser, many1, string, inClass, notInClass, satisfy, word8, ()) import qualified Data.Attoparsec.ByteString as AS import qualified Data.Attoparsec.ByteString.Lazy as AL -- cgit v1.2.3