Skip to content

Conversation

@andreasabel
Copy link
Member

Also in HTTP.cabal: reorganize constraints, allow base-4.16 in testsuite.

  • The constraints have been reorganized according to these principles:

    • mention dependency on top-level if mentioned in all branches of a conditional
    • do not repeat constraints in test-suite that are inherited from library
    • order each dependency group alphabetically (but base and parent go first)
    • format with leading comma (harder to make mistakes)
    • align at >= and &&

The constraints have been reorganized according to these principles:

- mention dependency on top-level if mentioned in all branches of a conditional
- do not repeat constraints in test-suite that are inherited from library
- order each dependency group alphabetically (but `base` and parent go first)
- format with leading comma (harder to make mistakes)
- align at >= and &&
@hsenag
Copy link
Member

hsenag commented Feb 21, 2022

Thanks for the cleanup! I guess we should also drop AppVeyor. (EDIT: or maybe not until we have Windows coverage from the GH actions)

@hsenag hsenag merged commit f40cd9d into haskell:master Feb 21, 2022
@andreasabel andreasabel deleted the ci branch February 22, 2022 07:56
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.

2 participants