Skip to content

Commit

Permalink
cabal.project: Fix usage of allow-{newer,older}
Browse files Browse the repository at this point in the history
Using * tells cabal to disregard all bounds, which can make other
problems.
  • Loading branch information
rvl committed Feb 23, 2021
1 parent 3cd2e94 commit 2b7af6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions cabal.project
Expand Up @@ -14,8 +14,11 @@ source-repository-package
tag: 2547ad1e80aeabca2899951601079408becbc92c
--sha256: 1p2kg2w02q5w1cvqzhfhqmxviy4xrzada3mmb096j2n6hfr20kri

allow-older: *
allow-newer: *
-- Relax overly strict bounds in hjsonschema and hjsonpointer
allow-newer:
hjsonschema:aeson
, hjsonschema:hjsonpointer
, hjsonpointer:aeson

package cardano-addresses
ghc-options: -ddump-to-file -ddump-hi
Expand Down
2 changes: 1 addition & 1 deletion command-line/cardano-addresses-cli.cabal
Expand Up @@ -153,7 +153,7 @@ test-suite unit
, cardano-addresses
, cardano-addresses-cli
, containers
, hjsonschema
, hjsonschema >= 1.10.0
, hspec
, process
, string-interpolate
Expand Down

0 comments on commit 2b7af6d

Please sign in to comment.