We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6559a commit 9858c69Copy full SHA for 9858c69
cabal-install/cabal-install.cabal
@@ -659,7 +659,7 @@ executable cabal
659
mtl,
660
network,
661
network-uri,
662
- pretty-show,
+ pretty-show >= 1.6.15,
663
random,
664
tagged,
665
tar,
@@ -788,7 +788,7 @@ Test-Suite solver-quickcheck
788
tasty >= 0.12,
789
tasty-quickcheck,
790
QuickCheck >= 2.8.2,
791
- pretty-show
+ pretty-show >= 1.6.15
792
793
if !(arch(arm) && impl(ghc < 7.6))
794
ghc-options: -threaded
0 commit comments