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

Commit

Permalink
Fix formatting in ghc-mod.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielG committed Mar 1, 2017
1 parent 82a51e6 commit c05051a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghc-mod.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ Library
, cabal-helper < 0.8 && >= 0.7.1.0
, ghc < 8.2 && >= 7.6

if impl(ghc < 7.8)
Build-Depends: convertible < 1.2 && >= 1.1.0.0
if impl(ghc >= 8.0)
Build-Depends: ghc-boot
if impl(ghc < 7.8)
Build-Depends: convertible < 1.2 && >= 1.1.0.0

Executable ghc-mod
Default-Language: Haskell2010
Expand Down

0 comments on commit c05051a

Please sign in to comment.