[Pkg-haskell-commits] [SCM] Configuration file support branch, upstream, updated. debian/1.0.5-1-6-g38649c5
John Goerzen
jgoerzen at complete.org
Fri Feb 19 15:37:53 UTC 2010
The following commit has been merged in the upstream branch:
commit 38649c5fb6cf59d330def3939758ede4029b036d
Author: John Goerzen <jgoerzen at complete.org>
Date: Fri Feb 19 09:33:03 2010 -0600
Fix syntax error in cabal
diff --git a/ConfigFile.cabal b/ConfigFile.cabal
index afd32a6..0831177 100644
--- a/ConfigFile.cabal
+++ b/ConfigFile.cabal
@@ -54,7 +54,7 @@ Executable runtests
Buildable: False
Main-Is: runtests.hs
HS-Source-Dirs: testsrc, src, .
- Other-Modules: Tests.hs, ConfigParser.Maintest, ConfigParser.Parsertest
+ Other-Modules: Tests, ConfigParser.Maintest, ConfigParser.Parsertest
Extensions: ExistentialQuantification, OverlappingInstances,
UndecidableInstances, CPP, TypeSynonymInstances, FlexibleContexts,
FlexibleInstances
--
Configuration file support
More information about the Pkg-haskell-commits
mailing list