[Pkg-haskell-commits] [SCM] Configuration file support branch, master, updated. debian/1.0.6-4-6-gf18e6b7

Clint Adams clint at debian.org
Thu Nov 8 03:57:00 UTC 2012


The following commit has been merged in the master branch:
commit 892972bc5898baaecad3bd84303f6f9874ac2228
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 8919b23..551dfe3 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