From 2fb79b3ddf26cb099bc4a5daebeb873d77989516 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 2 Aug 2017 00:24:50 +0200 Subject: Plugin/Base.hs: Remove duplicated exports When I added the `Plugin(..)` export, I didn't think to remove the exports for the functions created by the Plugin record data type. Didn't see the warnings from the compiler when building until now. --- src/Plugin/Base.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/Plugin/Base.hs b/src/Plugin/Base.hs index c73ef6a..329c21a 100644 --- a/src/Plugin/Base.hs +++ b/src/Plugin/Base.hs @@ -2,8 +2,6 @@ module Plugin.Base ( PluginAction , Plugin(..) - , matchRegex - , perform ) where type PluginAction = String -> String -- cgit v1.2.3