[commit: packages/filepath] master: Remove missing imports from AutoTest (8c9ab52)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:36:30 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/8c9ab5252e93748dc9a6df874dfdea581534af4d

>---------------------------------------------------------------

commit 8c9ab5252e93748dc9a6df874dfdea581534af4d
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Wed Oct 29 08:28:11 2014 +0000

    Remove missing imports from AutoTest


>---------------------------------------------------------------

8c9ab5252e93748dc9a6df874dfdea581534af4d
 tests/AutoTest.hs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/AutoTest.hs b/tests/AutoTest.hs
index 00ddd30..2781543 100644
--- a/tests/AutoTest.hs
+++ b/tests/AutoTest.hs
@@ -6,10 +6,7 @@ module AutoTest(
     ) where
 
 import Test.QuickCheck hiding ((==>))
-import Data.Char
-import System.Random
 import Data.List
-import Control.Monad
 
 infixr 0 ==>
 a ==> b = not a || b



More information about the ghc-commits mailing list