Upgrade lts-12.12 -> lts-20.20

This commit is contained in:
Chris Done 2023-05-07 21:36:08 +01:00
parent 959d40db68
commit db305103f7
3 changed files with 7 additions and 16 deletions

View File

@ -482,7 +482,7 @@ parsedTypeToPredicates =
toPredicate :: Stream s m t => ParsedType i -> ParsecT s u m (Predicate ParsedType i)
toPredicate t =
case targs t of
(ParsedTypeConstructor i, vars@ (_:_)) -> do
(ParsedTypeConstructor i, vars@(_:_)) -> do
pure (IsIn i vars)
_ -> unexpected "non-class constraint"

View File

@ -1,3 +1 @@
resolver: lts-12.12
extra-deps:
- monad-supply-0.6
resolver: lts-20.20

View File

@ -3,17 +3,10 @@
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files
packages:
- completed:
hackage: monad-supply-0.6@sha256:9d99848857bebde27d10bdeeb190ec2b409040114671b00928edfdc56d6d71e0,725
pantry-tree:
size: 222
sha256: 59fea76b03614e8788ea471564dbc4891c275ac4f6fa9bf341456ebbd7c6d647
original:
hackage: monad-supply-0.6
packages: []
snapshots:
- completed:
size: 504336
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/12/12.yaml
sha256: 11db5c37144d13fe6b56cd511050b4e6ffe988f6edb8e439c2432fc9fcdf50c3
original: lts-12.12
sha256: 126fa33ceb11f5e85ceb4e86d434756bd9a8439e2e5776d306a15fbc63b01e89
size: 650041
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/20.yaml
original: lts-20.20