summaryrefslogtreecommitdiffhomepage
path: root/Types
diff options
context:
space:
mode:
Diffstat (limited to 'Types')
-rw-r--r--Types/Cost.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Types/Cost.hs b/Types/Cost.hs
index f880bfe..45cf813 100644
--- a/Types/Cost.hs
+++ b/Types/Cost.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE GeneralizedNewtypeDeriving, MultiParamTypeClasses #-}
+{-# LANGUAGE GeneralizedNewtypeDeriving, MultiParamTypeClasses, EmptyDataDecls #-}
module Types.Cost where
@@ -56,3 +56,4 @@ class Bruteforceable t a where
-- | Things that can have entropy
data UnknownPassword
+data UnknownName