aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2017-08-02 00:22:55 +0200
committerTeddy Wing2017-08-02 00:22:55 +0200
commite40b06ecefe4f2246ea78d90433c3a09a7aebe6a (patch)
tree8e6010a7e4177308fc5caadc84986327c730f091 /src
parenta1c7bde56adbe85ef81c0e9aaced869f16f864c1 (diff)
downloadsorbot-e40b06ecefe4f2246ea78d90433c3a09a7aebe6a.tar.bz2
Lib.hs: Remove unused `Text.Regex.TDFA` import
We previously removed the call to `=~` that we needed this import for in 4bb65c50a2a85404af6d122acc53b6fb1739652b.
Diffstat (limited to 'src')
-rw-r--r--src/Lib.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Lib.hs b/src/Lib.hs
index 0142dfb..0768465 100644
--- a/src/Lib.hs
+++ b/src/Lib.hs
@@ -2,8 +2,6 @@ module Lib
( someFunc
) where
-import Text.Regex.TDFA
-
import Plugin
someFunc :: IO ()