Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Choose cabal-helper version according to current GHC
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz committed Apr 26, 2018
1 parent 1aaef54 commit 1d178f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/ghc-mod-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ Library
, temporary < 1.3 && >= 1.2.0.3
, transformers-base < 0.5 && >= 0.4.4

, cabal-helper < 0.9 && >= 0.8.0.2
, ghc < 8.5 && >= 7.6

if impl(ghc >= 8.0)
Expand All @@ -118,6 +117,10 @@ Library
Build-Depends: convertible < 1.2 && >= 1.1.0.0
if impl(ghc < 8.4)
Build-Depends: ghc-syb-utils < 0.3 && >= 0.2.3
if impl(ghc < 8.2)
Build-Depends: cabal-helper == 0.8.0.2
else
Build-Depends: cabal-helper < 0.9 && >= 0.8.0.2

Source-Repository head
Type: git
Expand Down

0 comments on commit 1d178f5

Please sign in to comment.