Skip to content

Commit

Permalink
yampa-test: Add version bounds to base. Refs #320.
Browse files Browse the repository at this point in the history
Hackage is complaining that yampa-test does not specify an upper bound
on base. This is preventing yampa-test from being uploaded to hackage.

This commit adds version bounds to base, consistent with other
components in the same cabal file.
  • Loading branch information
ivanperez-keera committed Dec 8, 2024
1 parent fe613ea commit 0af0df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yampa-test/yampa-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ test-suite space
False
else
build-depends:
base
base >= 4 && < 5
, Yampa

0 comments on commit 0af0df6

Please sign in to comment.