Skip to content

Commit

Permalink
Fixup version range of NonConfCheck/SetupBounds
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 30, 2024
1 parent 8e1cf9a commit bdcb45e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# cabal check
These warnings may cause trouble when distributing the package:
Warning: [gt-lower-bounds] On custom-setup, these packages have greater than (>) lower bounds:
- base
Please use greater than or equals (>=) for lower bounds.
The following errors will cause portability problems on other environments:
Error: [missing-bounds-setup] The dependency 'setup-depends: 'base' does not specify an upper bound on the version number. Each major release of the 'base' package changes the API in various ways and most packages will need some changes to compile with it. If you are not sure what upper bound to use then use the next major version.
Error: Hackage would reject this package.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainer: [email protected]
license: GPL-3.0-or-later

custom-setup
setup-depends: base > 1
setup-depends: base >= 1

library
exposed-modules: Foo
Expand Down

0 comments on commit bdcb45e

Please sign in to comment.