Skip to content

Commit

Permalink
Fixup version range of NonConfCheck/PackageVersionsStraddle
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 30, 2024
1 parent 5442cbd commit 8e1cf9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
# cabal check
These warnings may cause trouble when distributing the package:
Warning: [le-upper-bounds] On library, these packages have less than or equals (<=) upper bounds:
- base
Please use less than (<) for upper bounds.
Warning: [gt-lower-bounds] On library, these packages have greater than (>) lower bounds:
- base
Please use greater than or equals (>=) for lower bounds.
No errors or warnings could be found in the package.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ license: GPL-3.0-or-later
library
exposed-modules: Foo
default-language: Haskell2010
build-depends: base > 2,
base <= 3.10
build-depends: base >= 2,
base < 3.10

0 comments on commit 8e1cf9a

Please sign in to comment.