Skip to content

Update yesod-test.cabal#1873

Merged
jezen merged 1 commit intoyesodweb:masterfrom
jezen:master
Jun 3, 2025
Merged

Update yesod-test.cabal#1873
jezen merged 1 commit intoyesodweb:masterfrom
jezen:master

Conversation

@jezen
Copy link
Copy Markdown
Member

@jezen jezen commented Jun 3, 2025

This fixes the following errors that occur when running cabal check.

The following errors are likely to affect your build negatively:
Error: [git-protocol] Cloning over git:// might lead to an arbitrary
code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
These warnings may cause trouble when distributing the package:
Warning: [missing-upper-bounds] On library, these packages miss upper
bounds:
- aeson
- attoparsec
- blaze-builder
- blaze-html
- blaze-markup
- bytestring
- case-insensitive
- conduit
- containers
- cookie
- directory
- html-conduit
- http-types
- HUnit
- memory
- mtl
- network
- pretty-show
- process
- text
- time
- transformers
- wai
- wai-extra
- xml-conduit
- xml-types
- yesod-core
Please add them. There is more information at https://pvp.haskell.org/
Error: Hackage would reject this package.

Before submitting your PR, check that you've:

After submitting your PR:

  • Update the Changelog.md file with a link to your PR
  • Check that CI passes (or if it fails, for reasons unrelated to your change, like CI timeouts)

This fixes the following errors that occur when running `cabal check`.

```
The following errors are likely to affect your build negatively:
Error: [git-protocol] Cloning over git:// might lead to an arbitrary
code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
These warnings may cause trouble when distributing the package:
Warning: [missing-upper-bounds] On library, these packages miss upper
bounds:
- aeson
- attoparsec
- blaze-builder
- blaze-html
- blaze-markup
- bytestring
- case-insensitive
- conduit
- containers
- cookie
- directory
- html-conduit
- http-types
- HUnit
- memory
- mtl
- network
- pretty-show
- process
- text
- time
- transformers
- wai
- wai-extra
- xml-conduit
- xml-types
- yesod-core
Please add them. There is more information at https://pvp.haskell.org/
Error: Hackage would reject this package.
```
@jezen jezen merged commit a9159dc into yesodweb:master Jun 3, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant