Skip to content

Commit 9858c69

Browse files
committed
Bump the dependency on pretty-show.
Solver still sometimes picks 1.6.14 for some reason, and that version is broken on older GHCs.
1 parent 7a6559a commit 9858c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cabal-install/cabal-install.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ executable cabal
659659
mtl,
660660
network,
661661
network-uri,
662-
pretty-show,
662+
pretty-show >= 1.6.15,
663663
random,
664664
tagged,
665665
tar,
@@ -788,7 +788,7 @@ Test-Suite solver-quickcheck
788788
tasty >= 0.12,
789789
tasty-quickcheck,
790790
QuickCheck >= 2.8.2,
791-
pretty-show
791+
pretty-show >= 1.6.15
792792

793793
if !(arch(arm) && impl(ghc < 7.6))
794794
ghc-options: -threaded

0 commit comments

Comments
 (0)