Skip to content

Commit

Permalink
ogma-language-jsonspec: Add version bounds to all dependencies. Refs #…
Browse files Browse the repository at this point in the history
…119.

The cabal packages do not currently specify all version bounds. This
makes hackage complain when we upload packages, and can create stability
/ installation issues for users.

This commit adds lower and upper version bounds for all dependencies.
  • Loading branch information
ivanperez-keera committed Dec 26, 2024
1 parent 6a6b732 commit e31e9b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ogma-language-jsonspec/ogma-language-jsonspec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ library
base >= 4.11.0.0 && < 5
, aeson >= 2.0.0.0 && < 2.2
, jsonpath >= 0.3 && < 0.4
, text
, megaparsec
, bytestring
, text >= 1.2.3.1 && < 2.1
, megaparsec >= 8.0.0 && < 9.10
, bytestring >= 0.10.8.2 && < 0.13

, ogma-spec >= 1.5.0 && < 1.6

Expand Down

0 comments on commit e31e9b1

Please sign in to comment.