Skip to content

Commit

Permalink
Fix syntax error in cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Feb 19, 2010
1 parent 1ec2254 commit 38649c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigFile.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 38649c5

Please sign in to comment.