Skip to content

Commit

Permalink
Fix a compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan O'Sullivan committed Aug 17, 2010
1 parent a4675e4 commit 90e3e57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Data/Attoparsec/Lazy.hs
Expand Up @@ -34,7 +34,6 @@ module Data.Attoparsec.Lazy
) where

import Data.ByteString.Lazy.Internal (ByteString(..), chunk)
import qualified Data.ByteString.Lazy as L
import qualified Data.ByteString as B
import qualified Data.Attoparsec as A
import Data.Attoparsec hiding (Result(..), eitherResult, maybeResult,
Expand Down

0 comments on commit 90e3e57

Please sign in to comment.