From d89adf56425f12dc192894e84c3abffd2b30ee46 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 12 Sep 2020 15:27:44 +0100 Subject: dev-haskell/constraints: drop old Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich --- .../constraints/files/constraints-0.4.1.3-ghc-8.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dev-haskell/constraints/files/constraints-0.4.1.3-ghc-8.patch (limited to 'dev-haskell/constraints/files') diff --git a/dev-haskell/constraints/files/constraints-0.4.1.3-ghc-8.patch b/dev-haskell/constraints/files/constraints-0.4.1.3-ghc-8.patch deleted file mode 100644 index 1b2f8169c45d..000000000000 --- a/dev-haskell/constraints/files/constraints-0.4.1.3-ghc-8.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/Data/Constraint.hs b/Data/Constraint.hs -index 84d67c0..a104f51 100644 ---- a/Data/Constraint.hs -+++ b/Data/Constraint.hs -@@ -79,3 +79,7 @@ import Data.Data - #endif -+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 707 -+import GHC.Exts (Constraint) -+#else - import GHC.Prim (Constraint) -+#endif - -@@ -375,3 +379,3 @@ instance Class () (b :=> a) where cls = Sub Dict - instance Class b a => () :=> Class b a where ins = Sub Dict --instance (b :=> a) => () :=> b :=> a where ins = Sub Dict -+instance (b :=> a) => () :=> (b :=> a) where ins = Sub Dict - -- cgit v1.2.3