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


The following commit has been merged in the master branch:
commit 3759fde8d9541412e85182724441ac9e3f7feaad
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Apr 16 13:12:00 2008 -0500

    Working on compatibility with Hackage

diff --git a/MissingH.cabal b/MissingH.cabal
index 1eb8332..2458779 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -1,5 +1,5 @@
 Name: MissingH
-Version: 1.0.1
+Version: 1.0.1.1
 License: GPL
 Maintainer: John Goerzen <jgoerzen at complete.org>
 Author: John Goerzen
@@ -61,12 +61,6 @@ Library
  Extensions: ExistentialQuantification, OverlappingInstances,
    UndecidableInstances, CPP, Rank2Types,
    MultiParamTypeClasses, FlexibleInstances, FlexibleContexts
- -- Hack because ghc-6.6 and the Cabal the comes with ghc-6.8.1
- -- does not understand the PatternSignatures extension.
- -- The Cabal that comes with ghc-6.8.2 does understand it, so
- -- this hack can be dropped if we require Cabal-Version: >=1.2.3
- If impl(ghc >= 6.8)
-   GHC-Options: -XPatternSignatures
 
  Build-Depends: network, parsec, base,
                haskell98, mtl, HUnit, regex-compat, QuickCheck, filepath,
@@ -84,4 +78,4 @@ Executable runtests
   Main-Is: runtests.hs
   HS-Source-Dirs: testsrc, .
   Extensions: ExistentialQuantification, OverlappingInstances,
-    UndecidableInstances, CPP
+    UndecidableInstances, CPP, PatternSignatures

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list