summaryrefslogtreecommitdiff
path: root/Types/Key.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/Key.hs')
-rw-r--r--Types/Key.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Types/Key.hs b/Types/Key.hs
index e955725c7..51449ca33 100644
--- a/Types/Key.hs
+++ b/Types/Key.hs
@@ -17,10 +17,9 @@ module Types.Key (
) where
import System.Posix.Types
-import Test.QuickCheck
-import Utility.QuickCheck ()
import Common
+import Utility.QuickCheck
{- A Key has a unique name, is associated with a key/value backend,
- and may contain other optional metadata. -}