Skip to content

Commit

Permalink
Fixup version range of NonConfCheck/PackageVersionsInternalSimple
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 29, 2024
1 parent d2a3622 commit d810505
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ These warnings may cause trouble when distributing the package:
Warning: [missing-upper-bounds] On executable 'prova', these packages miss upper bounds:
- acme-box
Please add them. There is more information at https://pvp.haskell.org/
Warning: [tz-upper-bounds] On library, these packages have upper bounds with trailing zeros:
- text
Please avoid trailing zeros for upper bounds.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: GPL-3.0-or-later

library
exposed-modules: Foo
build-depends: text < 5.0
build-depends: text < 5
default-language: Haskell2010

executable prova
Expand Down

0 comments on commit d810505

Please sign in to comment.