summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-28 18:59:15 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-03 09:21:54 +0200
commitddbe302b06ceba0ba68b1db899c1fdcc987be5de (patch)
tree2efc60d76b76941781866b01f76ae2b889b09e2a /dev-haskell/wxcore
parentdev-haskell/wai: remove unused patch (diff)
downloadgentoo-ddbe302b06ceba0ba68b1db899c1fdcc987be5de.tar.gz
gentoo-ddbe302b06ceba0ba68b1db899c1fdcc987be5de.tar.bz2
gentoo-ddbe302b06ceba0ba68b1db899c1fdcc987be5de.zip
dev-haskell/wxcore: remove unused patches
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-haskell/wxcore')
-rw-r--r--dev-haskell/wxcore/files/wxcore-0.90.0.1-ghc-7.5.patch29
-rw-r--r--dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch18
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-haskell/wxcore/files/wxcore-0.90.0.1-ghc-7.5.patch b/dev-haskell/wxcore/files/wxcore-0.90.0.1-ghc-7.5.patch
deleted file mode 100644
index 08f0f5bc27d2..000000000000
--- a/dev-haskell/wxcore/files/wxcore-0.90.0.1-ghc-7.5.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- wxcore-0.90.0.1-orig/wxcore.cabal 2012-05-15 06:26:55.000000000 +1000
-+++ wxcore-0.90.0.1/wxcore.cabal 2012-05-19 21:32:01.230849131 +1000
-@@ -80,7 +80,7 @@
- build-depends:
- array >= 0.2 && < 0.5,
- base >= 4 && < 5,
-- containers >= 0.2 && < 0.5
-+ containers >= 0.2 && < 0.6
- else
- build-depends:
- array >= 0.1 && < 0.3,
---- wxcore-0.90.0.1-orig/src/haskell/Graphics/UI/WXCore/Events.hs 2012-05-15 06:26:55.000000000 +1000
-+++ wxcore-0.90.0.1/src/haskell/Graphics/UI/WXCore/Events.hs 2012-05-19 21:44:09.457185166 +1000
-@@ -1,4 +1,4 @@
--{-# LANGUAGE ForeignFunctionInterface #-}
-+{-# LANGUAGE CPP, ForeignFunctionInterface #-}
- -----------------------------------------------------------------------------------------
- {-| Module : Events
- Copyright : (c) Daan Leijen 2003
-@@ -245,6 +245,9 @@
- import Foreign.Marshal.Alloc
- import Foreign.Marshal.Array
- import Foreign.Marshal.Utils
-+#if (__GLASGOW_HASKELL__>=705)
-+import Foreign.C.Types(CInt(..))
-+#endif
-
- import Data.Char ( chr ) -- used in stc
- import Data.Maybe ( fromMaybe, fromJust )
diff --git a/dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch b/dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch
deleted file mode 100644
index ee2405dce90e..000000000000
--- a/dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- wxcore-0.90.1.1-orig/src/haskell/Graphics/UI/WXCore/Events.hs 2014-03-23 08:01:17.000000000 +1100
-+++ wxcore-0.90.1.1/src/haskell/Graphics/UI/WXCore/Events.hs 2014-03-23 17:05:26.428738461 +1100
-@@ -1,4 +1,4 @@
--{-# LANGUAGE ForeignFunctionInterface #-}
-+{-# LANGUAGE CPP, ForeignFunctionInterface #-}
- -----------------------------------------------------------------------------------------
- {-| Module : Events
- Copyright : (c) Daan Leijen 2003
-@@ -248,6 +248,9 @@
- import Foreign.Marshal.Alloc
- import Foreign.Marshal.Array
- import Foreign.Marshal.Utils
-+#if (__GLASGOW_HASKELL__>=705)
-+import Foreign.C.Types(CInt(..))
-+#endif
-
- import Data.Char ( chr ) -- used in stc
- import Data.Maybe ( fromMaybe, fromJust )