From e40b06ecefe4f2246ea78d90433c3a09a7aebe6a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 2 Aug 2017 00:22:55 +0200 Subject: Lib.hs: Remove unused `Text.Regex.TDFA` import We previously removed the call to `=~` that we needed this import for in 4bb65c50a2a85404af6d122acc53b6fb1739652b. --- src/Lib.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Lib.hs') 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 () -- cgit v1.2.3