mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Remove pretty-show constraints #253
This commit is contained in:
parent
210fa30d5e
commit
25c70ff7f6
@ -467,10 +467,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- local patch
|
||||
addRange "Michael Snoyman" "bson" "== 0.2.4"
|
||||
|
||||
-- Depends on a newer version of happy
|
||||
when (ghcVer < GhcMajorVersion 7 8) $
|
||||
addRange "Roman Cheplyaka <roma@ro-che.info>" "pretty-show" "<= 1.6.1"
|
||||
|
||||
-- 0.16.2 fixes dependency issues with different version of GHC
|
||||
-- and Haskell Platform. Now builds on GHC 7.4-7.8. Version 1.0 is
|
||||
-- guaranteed to break the API. See
|
||||
|
||||
Loading…
Reference in New Issue
Block a user