[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:03:45 UTC 2010


The following commit has been merged in the master branch:
commit b4bb1622bf40d475e9c3253d771309e7eed87760
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Oct 10 22:49:44 2005 +0100

    Minor fixups

diff --git a/MissingH.cabal b/MissingH.cabal
index 5ae16e9..d48917f 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -39,6 +39,7 @@ Exposed-Modules: MissingH.Str, MissingH.IO, MissingH.IO.Binary, MissingH.List,
   MissingH.Checksum.CRC32.Posix, MissingH.Checksum.CRC32.GZip,
   MissingH.Compression.Inflate,
   MissingH.FileArchive.GZip,
+  MissingH.FileArchive.Tar,
   MissingH.Threads.Child, MissingH.Threads.Timeout,
   MissingH.IO.BlockIO,
   MissingH.IO.HVFS,
diff --git a/MissingH/List.hs b/MissingH/List.hs
index 19ceeb9..f5a9778 100644
--- a/MissingH/List.hs
+++ b/MissingH/List.hs
@@ -58,7 +58,7 @@ import Data.List(intersperse, concat, isPrefixOf, isSuffixOf, elemIndices,
                 elemIndex, elemIndices)
 import IO
 import System.IO.Unsafe
-import Control.Monad.State
+import Control.Monad.State(State, get, put)
 
 {- | Returns true if the given list starts with the specified elements;
 false otherwise.  (This is an alias for "Data.List.isPrefixOf".)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list