Skip to content

Commit

Permalink
Correct dependency ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Sep 2, 2024
1 parent a94e0ea commit dd41599
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base/haskerwaul-base.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ test-suite doctests
hs-source-dirs: tests
main-is: doctests.hs
build-depends:
doctest ^>= {0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.20.0, 0.21.0, 0.22.0},
doctest ^>= {0.16.0, 0.18.1, 0.20.1, 0.21.1, 0.22.2},
haskerwaul-base,
if impl(ghc >= 8.10.1)
ghc-options:
Expand Down
2 changes: 1 addition & 1 deletion haskerwaul/haskerwaul.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ test-suite doctests
hs-source-dirs: tests
main-is: doctests.hs
build-depends:
doctest ^>= {0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.20.0, 0.21.0, 0.22.0},
doctest ^>= {0.16.0, 0.18.1, 0.20.1, 0.21.1, 0.22.2},
haskerwaul,
if impl(ghc >= 8.10.1)
ghc-options:
Expand Down
2 changes: 1 addition & 1 deletion hedgehog/haskerwaul-hedgehog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ test-suite doctests
hs-source-dirs: tests
main-is: doctests.hs
build-depends:
doctest ^>= {0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.20.0, 0.21.0, 0.22.0},
doctest ^>= {0.16.0, 0.18.1, 0.20.1, 0.21.1, 0.22.2},
haskerwaul-hedgehog,
if impl(ghc >= 8.10.1)
ghc-options:
Expand Down
2 changes: 1 addition & 1 deletion trample/haskerwaul-trample.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ if impl(ghc >= 8.8.0)
hs-source-dirs: tests
main-is: doctests.hs
build-depends:
doctest ^>= {0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.20.0, 0.21.0, 0.22.0},
doctest ^>= {0.16.0, 0.18.1, 0.20.1, 0.21.1, 0.22.2},
haskerwaul-trample,
if impl(ghc >= 8.10.1)
ghc-options:
Expand Down

0 comments on commit dd41599

Please sign in to comment.