[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:20:21 UTC 2010
The following commit has been merged in the master branch:
commit 9abfd51b2d725f89b64964e2ee77531f6d22e417
Author: John Goerzen <jgoerzen at complete.org>
Date: Thu Dec 7 00:08:59 2006 +0100
Hide Data.ConfigFile.Lexer. fixes #2
diff --git a/MissingH.cabal b/MissingH.cabal
index 2b66636..159b3d8 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -36,7 +36,6 @@ Exposed-Modules: Data.String, System.IO.Utils, System.IO.Binary, Data.List.Utils
Data.ConfigFile,
Data.ConfigFile.Types,
Data.ConfigFile.Parser,
- Data.ConfigFile.Lexer,
Data.Bits.Utils,
Data.Hash.CRC32.Posix, Data.Hash.CRC32.GZip,
Data.Hash.MD5, Data.Hash.MD5.Zord64_HARD,
@@ -54,6 +53,7 @@ Exposed-Modules: Data.String, System.IO.Utils, System.IO.Binary, Data.List.Utils
Database.AnyDBM.MapDBM,
Database.AnyDBM.StringDBM,
System.Console.GetOpt.Utils
+Other-Modules: Data.ConfigFile.Lexer
Extensions: ExistentialQuantification, OverlappingInstances,
UndecidableInstances, CPP
Build-Depends: network, parsec, base,
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list