summaryrefslogtreecommitdiff
path: root/BackendTypes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'BackendTypes.hs')
-rw-r--r--BackendTypes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackendTypes.hs b/BackendTypes.hs
index c4927ab20..c0705a550 100644
--- a/BackendTypes.hs
+++ b/BackendTypes.hs
@@ -14,7 +14,7 @@ import Test.QuickCheck
type KeyName = String
type BackendName = String
-data Key = Key (BackendName, KeyName) deriving (Eq, Ord)
+newtype Key = Key (BackendName, KeyName) deriving (Eq, Ord)
data Backend a = Backend {
-- name of this backend