Skip to content

Commit

Permalink
Add bounds on base for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jan 12, 2025
1 parent 74d7214 commit 1b18c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massiv/massiv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ test-suite doctests
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: doctests.hs
build-depends: base
build-depends: base >= 4.9 && < 5
, doctest >=0.15
if impl(ghc >= 8.2) && impl(ghc < 8.10)
build-depends: QuickCheck
Expand Down

0 comments on commit 1b18c53

Please sign in to comment.