summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/lifted-base')
-rw-r--r--dev-haskell/lifted-base/files/lifted-base-0.1.0.1-test-ghc-6.12.patch11
-rw-r--r--dev-haskell/lifted-base/files/lifted-base-0.2-ghc-7.7.patch13
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-haskell/lifted-base/files/lifted-base-0.1.0.1-test-ghc-6.12.patch b/dev-haskell/lifted-base/files/lifted-base-0.1.0.1-test-ghc-6.12.patch
deleted file mode 100644
index 7da0dced62d3..000000000000
--- a/dev-haskell/lifted-base/files/lifted-base-0.1.0.1-test-ghc-6.12.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lifted-base-0.1.0.1-orig/test.hs 2011-12-03 22:38:23.000000000 +1100
-+++ lifted-base-0.1.0.1/test.hs 2011-12-11 22:33:38.889902803 +1100
-@@ -37,7 +37,7 @@
- main :: IO ()
- main = defaultMain
- [ testSuite "IdentityT" runIdentityT
-- , testSuite "ListT" $ fmap head . runListT
-+-- , testSuite "ListT" $ fmap head . runListT
- , testSuite "MaybeT" $ fmap fromJust . runMaybeT
- , testSuite "ReaderT" $ flip runReaderT "reader state"
- , testSuite "WriterT" runWriterT'
diff --git a/dev-haskell/lifted-base/files/lifted-base-0.2-ghc-7.7.patch b/dev-haskell/lifted-base/files/lifted-base-0.2-ghc-7.7.patch
deleted file mode 100644
index 27c017834b53..000000000000
--- a/dev-haskell/lifted-base/files/lifted-base-0.2-ghc-7.7.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- lifted-base-0.2-orig/Control/Exception/Lifted.hs 2012-10-05 15:29:06.000000000 +1000
-+++ lifted-base-0.2/Control/Exception/Lifted.hs 2012-11-03 10:44:27.063099107 +1100
-@@ -13,6 +13,10 @@
- {-# LANGUAGE Trustworthy #-}
- #endif
-
-+#if __GLASGOW_HASKELL__ >= 707
-+{-# LANGUAGE ImpredicativeTypes #-}
-+#endif
-+
- {- |
- Module : Control.Exception.Lifted
- Copyright : Bas van Dijk, Anders Kaseorg