diff options
author | tv <tv@krebsco.de> | 2019-01-21 19:14:55 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-21 19:19:05 +0100 |
commit | 2842e05c232505c670daee0fffb9a34d5c866217 (patch) | |
tree | 90ffcdea7130b5811b6e02f931c5b1cc27a3191f /src/Reaktor/Plugins/Mention.hs | |
parent | ce276eee82ec0b8c4106beb4c51d6f9eb77335c4 (diff) |
src: add Data.ByteString.Char8.Extended
Diffstat (limited to 'src/Reaktor/Plugins/Mention.hs')
-rw-r--r-- | src/Reaktor/Plugins/Mention.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reaktor/Plugins/Mention.hs b/src/Reaktor/Plugins/Mention.hs index 0c86d74..a08604c 100644 --- a/src/Reaktor/Plugins/Mention.hs +++ b/src/Reaktor/Plugins/Mention.hs @@ -4,7 +4,7 @@ module Reaktor.Plugins.Mention (plugin) where import Control.Monad (when) import Data.Aeson -import qualified Data.ByteString.Char8 as BS +import qualified Data.ByteString.Char8.Extended as BS import qualified Data.Char import Reaktor.Message import Reaktor.Types |