Skip to content

Commit

Permalink
depend on fail only for ghc7
Browse files Browse the repository at this point in the history
For ghc8 `fail` is just a dummy dependency
  • Loading branch information
juhp authored Dec 28, 2019
1 parent cf386be commit f89f0f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repline.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ library
build-depends:
base >= 4.6 && <5.0,
containers >= 0.5 && <0.7,
fail >= 4.9 && <4.10,
exceptions >= 0.10 && < 0.11,
mtl >= 2.2 && <2.3,
process >= 1.2 && <2.0,
haskeline >= 0.7 && <0.9
if !impl(ghc >= 8.0)
Build-Depends: fail >= 4.9 && <4.10
default-language: Haskell2010

0 comments on commit f89f0f3

Please sign in to comment.