Skip to content

Commit

Permalink
Bump up some lower bounds to fix 8.6.1
Browse files Browse the repository at this point in the history
This mostly bumps transitive dependencies, and not necessarily on the correct
components.
  • Loading branch information
sellout committed Mar 13, 2024
1 parent c4dd508 commit e3b857e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions core/yaya.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,20 @@ library
foldable1-classes-compat ^>= 0.1,
-- FIXME: Fold yaya-containers into here, and make this the dependency
containers ^>= {0.4.2, 0.5.0, 0.6.0, 0.7},
-- TRYING TO LIMIT THE LOWER BOUNDS FOR 8.6.1
QuickCheck >= 2.13.2,
async >= 2.2.2,
doctest >= 0.16.2,
exceptions >= 0.10.2,
ghc-paths >= 0.1.0.12,
-- happy >= 1.19.12,
hashable >= 1.3.0,
hedgehog >= 1.0.1,
lifted-async >= 0.10.0.4,
mmorph >= 1.1.3,
semigroupoids >= 5.3.2,
-- next step (since previous didn’t work
parsec >= 3.1.17,
ghc-options:
-trust adjunctions
-trust array
Expand Down
2 changes: 1 addition & 1 deletion quickcheck/yaya-quickcheck.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ library
-- 2.13. However, `-trust` only works for packages in the dependency
-- graph, so we make it explicit here for the times that it doesn’t get
-- included transitively.
splitmix ^>= {0.0.1, 0.1.0}
splitmix ^>= {0.0.3, 0.1.0}
ghc-options:
-trust QuickCheck
-trust adjunctions
Expand Down

0 comments on commit e3b857e

Please sign in to comment.