diff options
author | Teddy Wing | 2017-08-02 00:22:55 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-02 00:22:55 +0200 |
commit | e40b06ecefe4f2246ea78d90433c3a09a7aebe6a (patch) | |
tree | 8e6010a7e4177308fc5caadc84986327c730f091 /src/Lib.hs | |
parent | a1c7bde56adbe85ef81c0e9aaced869f16f864c1 (diff) | |
download | sorbot-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/Lib.hs')
-rw-r--r-- | src/Lib.hs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,8 +2,6 @@ module Lib ( someFunc ) where -import Text.Regex.TDFA - import Plugin someFunc :: IO () |