improve imports

This commit is contained in:
Joey Hess 2013-02-27 21:48:46 -04:00
parent a2f17146fa
commit 24316f6562
6 changed files with 10 additions and 12 deletions

View file

@ -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. -}