From 2842e05c232505c670daee0fffb9a34d5c866217 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 21 Jan 2019 19:14:55 +0100 Subject: src: add Data.ByteString.Char8.Extended --- src/Reaktor/Parser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Reaktor/Parser.hs') diff --git a/src/Reaktor/Parser.hs b/src/Reaktor/Parser.hs index bdd2f98..3baaad7 100644 --- a/src/Reaktor/Parser.hs +++ b/src/Reaktor/Parser.hs @@ -3,7 +3,7 @@ module Reaktor.Parser where import Control.Applicative import Data.Attoparsec.ByteString.Char8 -import qualified Data.ByteString.Char8 as BS +import qualified Data.ByteString.Char8.Extended as BS import qualified Data.Char import Reaktor.Types -- cgit v1.2.3