]> gitweb.michael.orlitzky.com - dead/harbl.git/blobdiff - harbl-cli/src/Lists.hs
Add a "threshold" to the configuration.
[dead/harbl.git] / harbl-cli / src / Lists.hs
index d94e85d16abbb797f2a160c0a8e853b13fcfafbb..4870f895d3845bdf8811fd2b2af235b829daecd8 100644 (file)
@@ -22,7 +22,7 @@ import Configurator ( convert_newtype_list )
 --
 newtype Lists =
   Lists { get_lists :: [String] }
-    deriving (Data, Monoid, Show, Typeable)
+    deriving (Data, Eq, Monoid, Show, Typeable)
 
 
 -- | The default list of white/blacklists. It's empty.