public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/lifted-base/files: lifted-base-0.1.1-test-ghc-6.12.patch
@ 2012-06-02  3:14 Mark Wright (gienah)
  0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2012-06-02  3:14 UTC (permalink / raw
  To: gentoo-commits

gienah      12/06/02 03:14:13

  Added:                lifted-base-0.1.1-test-ghc-6.12.patch
  Log:
  Bump lifted-base to 0.1.1. Loosen transformers dep in lifted-base-0.1.0.3-r1.
  
  (Portage version: 2.1.10.63/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-haskell/lifted-base/files/lifted-base-0.1.1-test-ghc-6.12.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/lifted-base/files/lifted-base-0.1.1-test-ghc-6.12.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/lifted-base/files/lifted-base-0.1.1-test-ghc-6.12.patch?rev=1.1&content-type=text/plain

Index: lifted-base-0.1.1-test-ghc-6.12.patch
===================================================================
--- lifted-base-0.1.1-orig/test/test.hs	2012-04-28 23:47:19.000000000 +1000
+++ lifted-base-0.1.1/test/test.hs	2012-05-04 11:21:19.840997008 +1000
@@ -1,4 +1,4 @@
-{-# LANGUAGE DeriveDataTypeable, FlexibleContexts #-}
+{-# LANGUAGE DeriveDataTypeable, FlexibleContexts, CPP #-}
 
 -- from base:
 import Prelude hiding (catch)
@@ -38,7 +38,9 @@
 main :: IO ()
 main = defaultMain
     [ testSuite "IdentityT" runIdentityT
-    , testSuite "ListT" $ fmap head . runListT
+#if MIN_VERSION_base(4,3,0)
+    , testSuite "ListT" $ fmap head . runListT -- this test fails with ghc 6.12.3
+#endif
     , testSuite "MaybeT" $ fmap fromJust . runMaybeT
     , testSuite "ReaderT" $ flip runReaderT "reader state"
     , testSuite "WriterT" runWriterT'






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-02  3:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02  3:14 [gentoo-commits] gentoo-x86 commit in dev-haskell/lifted-base/files: lifted-base-0.1.1-test-ghc-6.12.patch Mark Wright (gienah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox