commit 0a6f233c027468d3fd5a5ea142586a00d1b0ce40 Author: Sergei Trofimovich Date: Sat Dec 18 22:09:19 2010 +0200 MissingH.cabal: resurrect 'buildtests' cabal flag Signed-off-by: Sergei Trofimovich diff --git a/MissingH.cabal b/MissingH.cabal index ad09d17..3700331 100644 --- a/MissingH.cabal +++ b/MissingH.cabal @@ -107,7 +107,7 @@ Executable runtests else Buildable: False Main-Is: runtests.hs - HS-Source-Dirs: testsrc, . + HS-Source-Dirs: testsrc, ., src Other-Modules: Bitstest, CRC32GZIPtest, CRC32POSIXtest, @@ -128,4 +128,6 @@ Executable runtests Timetest, WildMatchtest Extensions: ExistentialQuantification, OverlappingInstances, - UndecidableInstances, CPP, ScopedTypeVariables + UndecidableInstances, CPP, Rank2Types, + MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, + ScopedTypeVariables