mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Add missing persistent-sqlite upper bound
This commit is contained in:
parent
f3bdcf34ca
commit
1ef4ceafe9
@ -215,6 +215,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
addRange "Michael Snoyman" "persistent-template" "< 2"
|
||||
addRange "Michael Snoyman" "persistent-postgresql" "< 2"
|
||||
addRange "Michael Snoyman" "persistent-mongoDB" "< 2"
|
||||
addRange "Michael Snoyman" "persistent-sqlite" "< 2"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/261
|
||||
addRange "Michael Snoyman" "cabal-install" $
|
||||
|
||||
Loading…
Reference in New Issue
Block a user