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


The following commit has been merged in the master branch:
commit 3a556894b4bc87b420bcb0d6f5794004da5387cb
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Oct 11 01:46:18 2005 +0100

    Added tar stuff

diff --git a/MissingH.cabal b/MissingH.cabal
index d48917f..65ba658 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -7,6 +7,7 @@ Stability: Alpha
 Copyright: Copyright (c) 2004-2005 John Goerzen
 Exposed-Modules: MissingH.Str, MissingH.IO, MissingH.IO.Binary, MissingH.List,
   MissingH.Daemon,
+  MissingH.Parsec,
   MissingH.Email.Mailbox,
   MissingH.Logging, MissingH.Logging.Handler,
     MissingH.Logging.Handler.Simple, MissingH.Logging.Handler.Syslog,
@@ -27,7 +28,6 @@ Exposed-Modules: MissingH.Str, MissingH.IO, MissingH.IO.Binary, MissingH.List,
     MissingH.Network.FTP.Server,
     MissingH.Network.FTP.ParserServer,
   MissingH.Network.SocketServer,
-  MissingH.Parsec,
   MissingH.Either,
   MissingH.Maybe,
   MissingH.ConfigParser,
@@ -39,7 +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.FileArchive.Tar, MissingH.FileArchive.Tar.HeaderParser,
   MissingH.Threads.Child, MissingH.Threads.Timeout,
   MissingH.IO.BlockIO,
   MissingH.IO.HVFS,

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list