diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2017-01-25 18:21:43 +0100 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2017-01-30 14:39:35 +0100 |
commit | d8e85b20325073d90cfaf3060889d59d91362deb (patch) | |
tree | a0100ccbc6b4f0e6cfe7e4ddcf2c769aa6ca31bb /gnu/local.mk | |
parent | 54052a54c1188002b2040b8b24f8605d1c0fac1f (diff) | |
download | patches-d8e85b20325073d90cfaf3060889d59d91362deb.tar patches-d8e85b20325073d90cfaf3060889d59d91362deb.tar.gz |
gnu: ghc-8: Update to 8.0.2.
* gnu/packages/haskell.scm (ghc-8): Update to 8.0.2.
[arguments]: Remove #:modules, #:imported-modules and phase
configure-testsuite.
* gnu/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 6450da1de0..269af5fe12 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -575,6 +575,7 @@ dist_patch_DATA = \ %D%/packages/patches/gd-fix-truecolor-format-correction.patch \ %D%/packages/patches/gegl-CVE-2012-4433.patch \ %D%/packages/patches/geoclue-config.patch \ + %D%/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch \ %D%/packages/patches/ghostscript-CVE-2013-5653.patch \ %D%/packages/patches/ghostscript-CVE-2015-3228.patch \ %D%/packages/patches/ghostscript-CVE-2016-7976.patch \ |