diff options
Diffstat (limited to 'tools/url-blocker/Main.hs')
-rw-r--r-- | tools/url-blocker/Main.hs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/url-blocker/Main.hs b/tools/url-blocker/Main.hs index 34197981598c..926412ce91f9 100644 --- a/tools/url-blocker/Main.hs +++ b/tools/url-blocker/Main.hs @@ -1,12 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE DeriveGeneric #-} -module Main - ( main - , getRules - , URL(..) - , Rule(..) - ) where +module Main ( main ) where -------------------------------------------------------------------------------- -- Dependencies |