[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:10:49 UTC 2010


The following commit has been merged in the master branch:
commit c08a1da6595246cf008abbb1c42d930922e24b0c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Jun 29 01:37:39 2006 +0100

    Change extensions to work with newer GHC

diff --git a/MissingH.cabal b/MissingH.cabal
index 775441b..5404ee5 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -80,8 +80,8 @@ Exposed-Modules: MissingH.Str, MissingH.IO, MissingH.IO.Binary, MissingH.List,
     MissingH.AnyDBM.MapDBM,
     MissingH.AnyDBM.StringDBM,
   MissingH.GetOpt
-Extensions: ExistentialQuantification, AllowOverlappingInstances,
-    AllowUndecidableInstances, CPP
+Extensions: ExistentialQuantification, OverlappingInstances, 
+   UndecidableInstances, CPP
 Build-Depends: haskell-src, network, parsec, base,
                unix,
                haskell98, mtl, HUnit

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list