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

Neil Mitchell NeilMitchell
Fri Apr 23 15:21:52 UTC 2010


The following commit has been merged in the master branch:
commit 9fbabf3b8f9b72926f66c343e963cf643cd3c6e9
Author: Neil Mitchell <Neil Mitchell>
Date:   Fri Dec 8 20:33:38 2006 +0100

    Delete two unused imports (importing IO stuff gives a scary looking feel)

diff --git a/src/Data/List/Utils.hs b/src/Data/List/Utils.hs
index ecb0f1f..da71723 100644
--- a/src/Data/List/Utils.hs
+++ b/src/Data/List/Utils.hs
@@ -60,8 +60,6 @@ module Data.List.Utils(-- * Merging
                     ) where
 import Data.List(intersperse, concat, isPrefixOf, isSuffixOf, elemIndices,
                 elemIndex, elemIndices, tails, find, findIndex)
-import IO
-import System.IO.Unsafe
 import Control.Monad.State(State, get, put)
 import Data.Maybe(isJust)
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list