diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2017-09-09 12:15:00 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2017-09-09 12:15:00 +0200 |
commit | 122f183d47fe46a54d2964111ce269939706b0f8 (patch) | |
tree | affd7345b82b7876792ba33e34fa3ac104ffc09b /rules | |
parent | cf6b4d1c603c0e81eeae8d4e4d8025e84ca5d63b (diff) | |
download | haskell-122f183d47fe46a54d2964111ce269939706b0f8.tar.gz |
Remove now redundant cabal conditionals in {ghc,template-haskell}.cabal
In the past we needed the construct below for wired-in packages,
but since GHC 8.0 (which we require at least for stage0 now) the CLI has
stabilised, so we can unconditionally use `-this-unit-id` since GHC 8.0.
if impl( ghc >= 7.11 )
ghc-options: -this-unit-id template-haskell
else
if impl( ghc >= 7.9 )
ghc-options: -this-package-key template-haskell
else
ghc-options: -package-name template-haskell
Diffstat (limited to 'rules')
0 files changed, 0 insertions, 0 deletions