summaryrefslogtreecommitdiff
path: root/Types/Key.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 21:48:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 21:48:46 -0400
commit0d760cfff5f12a84fad07351d4c0a0e4f657689b (patch)
tree56607d5f49743dd2ed5730f7b2329e8647183ce0 /Types/Key.hs
parentca59b87b11c01c417a7b3b8f0cf15426e6fadcfb (diff)
improve imports
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. -}