diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-24 17:59:18 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-24 18:02:43 +0100 |
commit | f4e183320515e00a68912d98e1f8367c72886527 (patch) | |
tree | 4bf856274f50446455b520612710c863ca03856c /gnu/local.mk | |
parent | c75db693713e74a632bafe849de68a87ee7e34eb (diff) | |
download | patches-f4e183320515e00a68912d98e1f8367c72886527.tar patches-f4e183320515e00a68912d98e1f8367c72886527.tar.gz |
gnu: ghc@8.0: Remove obsolete patch.
* gnu/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/haskell.scm (ghc-8.0)[source](patches): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f335ee1d25..6ed9789481 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -932,7 +932,6 @@ dist_patch_DATA = \ %D%/packages/patches/geoclue-config.patch \ %D%/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch \ %D%/packages/patches/ghc-testsuite-dlopen-pie.patch \ - %D%/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch \ %D%/packages/patches/ghc-diff-swap-cover-args.patch \ %D%/packages/patches/ghc-haddock-api-fix-haddock.patch \ %D%/packages/patches/ghc-hpack-fix-tests.patch \ |