[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:15:33 UTC 2010


The following commit has been merged in the master branch:
commit 21140c215c9e8c5813badf9ed2021c40144a25e5
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Dec 1 03:32:26 2006 +0100

    Remove unnecessary imports

diff --git a/Setup.hs b/Setup.hs
index e9077ab..ac58d9e 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -2,9 +2,11 @@
 
 import Distribution.Simple
 import Distribution.PackageDescription
+import Distribution.Simple.LocalBuildInfo
 import Distribution.Version
 import System.Info
 import Data.Maybe
+import System.Cmd
 
 missingHooks = defaultUserHooks {confHook = customConfHook}
                                 }

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list