diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 21:48:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 21:48:46 -0400 |
commit | 0d760cfff5f12a84fad07351d4c0a0e4f657689b (patch) | |
tree | 56607d5f49743dd2ed5730f7b2329e8647183ce0 /Types | |
parent | ca59b87b11c01c417a7b3b8f0cf15426e6fadcfb (diff) |
improve imports
Diffstat (limited to 'Types')
-rw-r--r-- | Types/Key.hs | 3 |
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. -} |