Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/vector-algorithms/files/
Date: Sun, 29 Dec 2019 18:34:30
Message-Id: 1577644397.0087e029b2e5e0162c1821fd915262bc9b8deae5.bman@gentoo
1 commit: 0087e029b2e5e0162c1821fd915262bc9b8deae5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 29 08:58:00 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 18:33:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0087e029
7
8 dev-haskell/vector-algorithms: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14159
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../files/vector-algorithms-0.5.4.1-ghc-7.4.patch | 21 ---------------------
15 1 file changed, 21 deletions(-)
16
17 diff --git a/dev-haskell/vector-algorithms/files/vector-algorithms-0.5.4.1-ghc-7.4.patch b/dev-haskell/vector-algorithms/files/vector-algorithms-0.5.4.1-ghc-7.4.patch
18 deleted file mode 100644
19 index edabcf2e8b5..00000000000
20 --- a/dev-haskell/vector-algorithms/files/vector-algorithms-0.5.4.1-ghc-7.4.patch
21 +++ /dev/null
22 @@ -1,21 +0,0 @@
23 ---- vector-algorithms-0.5.4.1-orig/vector-algorithms.cabal 2012-08-16 06:39:54.000000000 +1000
24 -+++ vector-algorithms-0.5.4.1/vector-algorithms.cabal 2012-08-17 17:05:37.875993915 +1000
25 -@@ -52,9 +52,15 @@
26 - FlexibleContexts,
27 - CPP
28 -
29 -- GHC-Options:
30 -- -Odph
31 -- -funbox-strict-fields
32 -+ if impl(ghc >= 7.4.0)
33 -+ GHC-Options:
34 -+ -Odph
35 -+ -funbox-strict-fields
36 -+ -fsimpl-tick-factor=153
37 -+ else
38 -+ GHC-Options:
39 -+ -Odph
40 -+ -funbox-strict-fields
41 -
42 - Include-Dirs:
43 - include