diff options
author | 2013-08-25 06:38:13 +0000 | |
---|---|---|
committer | 2013-08-25 06:38:13 +0000 | |
commit | 19fc394455673e9da99cbe70b40817afcb7795f4 (patch) | |
tree | 835287cd75e65f4cd045bc803b1a4edaec24b9a7 /dev-haskell/vector-algorithms/files | |
parent | Bump (diff) | |
download | gentoo-2-19fc394455673e9da99cbe70b40817afcb7795f4.tar.gz gentoo-2-19fc394455673e9da99cbe70b40817afcb7795f4.tar.bz2 gentoo-2-19fc394455673e9da99cbe70b40817afcb7795f4.zip |
dev-haskell/vector-algorithms: 0.5.4.2
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/vector-algorithms/files')
-rw-r--r-- | dev-haskell/vector-algorithms/files/vector-algorithms-0.5.4.1-ghc-7.4.patch | 21 |
1 files changed, 21 insertions, 0 deletions
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 new file mode 100644 index 000000000000..edabcf2e8b54 --- /dev/null +++ b/dev-haskell/vector-algorithms/files/vector-algorithms-0.5.4.1-ghc-7.4.patch @@ -0,0 +1,21 @@ +--- vector-algorithms-0.5.4.1-orig/vector-algorithms.cabal 2012-08-16 06:39:54.000000000 +1000 ++++ vector-algorithms-0.5.4.1/vector-algorithms.cabal 2012-08-17 17:05:37.875993915 +1000 +@@ -52,9 +52,15 @@ + FlexibleContexts, + CPP + +- GHC-Options: +- -Odph +- -funbox-strict-fields ++ if impl(ghc >= 7.4.0) ++ GHC-Options: ++ -Odph ++ -funbox-strict-fields ++ -fsimpl-tick-factor=153 ++ else ++ GHC-Options: ++ -Odph ++ -funbox-strict-fields + + Include-Dirs: + include |