Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take over some grandfathered dependencies #7040

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,24 @@ packages:
- cryptohash-sha512
- newtype
- resolv

- blaze-builder

# Some "grandfathered dependencies" I took over because I contributed to them at some time.
# Feel free to snatch them from me!
- regex-pcre-builtin
- test-framework
- c2hs
- cabal-doctest
- hackage-security
- haskell-lexer
- lifted-async
- polyparse
- silently
- text-icu
- vector-binary-instances
- map-syntax
- heist
- snap


"Diogo Biazus <[email protected]>":
Expand Down Expand Up @@ -5078,9 +5092,7 @@ packages:
- bytesmith
- bytestring-builder
- bzlib
- c2hs
- ca-province-codes
- cabal-doctest
- cabal-install-solver
- call-stack
- casing
Expand Down Expand Up @@ -5203,13 +5215,11 @@ packages:
- groom
- groups
- gtk
- hackage-security
- haha
- hamlet
- harp
- hashable
- haskell-gi-overloading
- haskell-lexer
- haskell-lsp-types
- haskell-src-exts
- haskell-src-exts-simple
Expand Down Expand Up @@ -5285,7 +5295,6 @@ packages:
- leb128-cereal
- libBF
- libyaml
- lifted-async
- lifted-base
- loch-th
- lockfree-queue
Expand Down Expand Up @@ -5358,7 +5367,6 @@ packages:
- pipes-group
- placeholders
- poll
- polyparse
- portable-lines
- posix-pty
- postgresql-libpq
Expand Down Expand Up @@ -5423,7 +5431,6 @@ packages:
- shakespeare
- shakespeare-text
- shell-escape
- silently
- simple-reflect
- simple-sendfile
- singleton-bool
Expand Down Expand Up @@ -5476,7 +5483,6 @@ packages:
- testing-feat
- testing-type-modifiers
- text-binary
- text-icu
- text-latin1
- text-postgresql
- text-printer
Expand Down Expand Up @@ -5528,7 +5534,6 @@ packages:
- vec
- vector
- vector-algorithms
- vector-binary-instances
- vector-space
- vector-th-unbox
- vty
Expand Down Expand Up @@ -5568,9 +5573,6 @@ packages:
- yesod-persistent
- zlib
- zlib-bindings
- map-syntax
- heist
- snap

# If you stop maintaining a package (either just on stackage, or
# completely), you can move it here. It will be disabled if it
Expand Down