Skip to content

Commit

Permalink
Fixup version range of NonConfCheck/PackageVersionsInternal
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 29, 2024
1 parent 61d731f commit d2a3622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +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.
No errors or warnings could be found in the package.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license: GPL-3.0-or-later
library
exposed-modules: Foo
default-language: Haskell2010
build-depends: base <= 3.10
build-depends: base < 3.10

executable test-exe
main-is: Main.hs
Expand Down

0 comments on commit d2a3622

Please sign in to comment.