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