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

dev-lang/ghc: keyword 9.0.2 for ~arm64 #27048

Closed
wants to merge 489 commits into from
Closed

Conversation

matoro
Copy link
Contributor

@matoro matoro commented Aug 28, 2022

Haskell for arm64! Thanks to Marcus for providing the initial bootstrap I used to build the one included here.

Packages that have something other than a simple keyword going on:

  • dev-lang/ghc:
    • New patch ghc-9.0.2-llvm-13.patch taken from https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b16997ae9270c8f88b7f8548e5cb6fdf93a07c43. ghc will attempt to use any LLVM verison in path but will complain non-fatally if it's not one of the versions sanctioned by upstream. While I tested with LLVM 14 and didn't notice any problems, upstream officially only supports LLVM 9 thru 12, inclusive. Debian maintains this patch to bump the maximum to 13
    • Inherit llvm.eclass and set LLVM_MAX_SLOT=13. Bind to appropriate SLOT. I just included all versions from 9-13 even though older LLVM SLOTs are out of tree because it's easier to just copy this out of the GHC documentation on bumps without cross-referencing what's currently in-tree (which could change on its own independently)
    • New local function llvmize(). Because most of the "executables" installed to /usr/bin are shell scripts that invoke in /usr/lib64/..., this searches for shell scripts under a particular directory and prepends the call to exec with a PATH variable pointing to the appropriately-bound LLVM dir. This is called twice, once for modifying the boostrap binary and once for modifying the installed tree.
    • So far all supported architectures are using registerised builds, so force this now. This will cause the ebuild to die on platforms with no registerised backend. Will come up with a solution for toggling registerised/unregisterised later.
  • dev-haskell/happy: Currently the LLVM codegen backend will cause the test suite to generate IR that causes opt to crash. Tested on all architectures, and all versions of LLVM including git master, tracked in opt crashes on ghc-generated IR llvm/llvm-project#57393. Expressed this blocker as test? ( !dev-lang/ghc[llvm(-)] )
  • dev-haskell/path: Include in masks, along with dependencies, since it was only ever depended on by packages included in the previous mask list. We're tracking other issues like this in https://gist.github.com/zeldin/82b27e412f6ee61c67de3f00da18e0e8
  • dev-util/shellcheck: Drop 0.7.2.

@orlitzky 's packages are excluded as they are pending #26981, will issue a separate PR for them once that is merged. These are included now, thanks to @orlitzky for handling. Now every non-masked Haskell package is included.

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @matoro
Areas affected: ebuilds, profiles
Packages affected: app-admin/haskell-updater, app-portage/hackport, app-text/pandoc, dev-haskell/abstract-deque, dev-haskell/abstract-par...

app-admin/haskell-updater: @gentoo/haskell
app-portage/hackport: @gentoo/haskell
app-text/pandoc: @gentoo/haskell
dev-haskell/abstract-deque: @gentoo/haskell
dev-haskell/abstract-par: @gentoo/haskell
dev-haskell/adjunctions: @gentoo/haskell
dev-haskell/aeson: @gentoo/haskell
dev-haskell/aeson-pretty: @gentoo/haskell
dev-haskell/alex: @gentoo/haskell
dev-haskell/alsa-core: @gentoo/haskell
dev-haskell/alsa-mixer: @gentoo/haskell
dev-haskell/ansi-terminal: @gentoo/haskell
dev-haskell/ansi-wl-pprint: @gentoo/haskell
dev-haskell/appar: @gentoo/haskell
dev-haskell/asn1-encoding: @gentoo/haskell
dev-haskell/asn1-parse: @gentoo/haskell
dev-haskell/asn1-types: @gentoo/haskell
dev-haskell/assoc: @gentoo/haskell
dev-haskell/async: @gentoo/haskell
dev-haskell/atomic-primops: @gentoo/haskell
dev-haskell/attoparsec: @gentoo/haskell
dev-haskell/attoparsec-iso8601: @gentoo/haskell
dev-haskell/auto-update: @gentoo/haskell
dev-haskell/aws: @gentoo/haskell
dev-haskell/base-compat: @gentoo/haskell
dev-haskell/base-compat-batteries: @gentoo/haskell
dev-haskell/base-orphans: @gentoo/haskell
dev-haskell/base16-bytestring: @gentoo/haskell
dev-haskell/base64-bytestring: @gentoo/haskell
dev-haskell/basement: @gentoo/haskell
dev-haskell/bencode: @gentoo/haskell
dev-haskell/bifunctors: @gentoo/haskell
dev-haskell/binary: @gentoo/haskell
dev-haskell/binary-orphans: @gentoo/haskell
dev-haskell/blaze-builder: @gentoo/haskell
dev-haskell/blaze-html: @gentoo/haskell
dev-haskell/blaze-markup: @gentoo/haskell
dev-haskell/bloomfilter: @gentoo/haskell
dev-haskell/bsb-http-chunked: @gentoo/haskell
dev-haskell/byteable: @gentoo/haskell
dev-haskell/byteorder: @gentoo/haskell
dev-haskell/bytestring-builder: @gentoo/haskell
dev-haskell/c2hs: @gentoo/haskell
dev-haskell/cabal: @gentoo/haskell
dev-haskell/cabal-doctest: @gentoo/haskell
dev-haskell/cabal-install: @gentoo/haskell
dev-haskell/call-stack: @gentoo/haskell
dev-haskell/case-insensitive: @gentoo/haskell
dev-haskell/cassava: @gentoo/haskell
dev-haskell/cereal: @gentoo/haskell
dev-haskell/charset: @gentoo/haskell
dev-haskell/chell: @gentoo/haskell
dev-haskell/cipher-aes: @gentoo/haskell
dev-haskell/citeproc: @gentoo/haskell
dev-haskell/clientsession: @gentoo/haskell
dev-haskell/clock: @gentoo/haskell
dev-haskell/cmdargs: @gentoo/haskell
dev-haskell/code-page: @gentoo/haskell
dev-haskell/colour: @gentoo/haskell
dev-haskell/commonmark: @gentoo/haskell
dev-haskell/commonmark-extensions: @gentoo/haskell
dev-haskell/commonmark-pandoc: @gentoo/haskell
dev-haskell/comonad: @gentoo/haskell
dev-haskell/concurrent-output: @gentoo/haskell
dev-haskell/conduit: @gentoo/haskell
dev-haskell/conduit-combinators: @gentoo/haskell
dev-haskell/conduit-extra: @gentoo/haskell
dev-haskell/connection: @gentoo/haskell
dev-haskell/constraints: @gentoo/haskell
dev-haskell/contravariant: @gentoo/haskell
dev-haskell/cookie: @gentoo/haskell
dev-haskell/cprng-aes: @gentoo/haskell
dev-haskell/criterion: @gentoo/haskell
dev-haskell/criterion-measurement: @gentoo/haskell
dev-haskell/crypto-api: @gentoo/haskell
dev-haskell/crypto-api-tests: @gentoo/haskell
dev-haskell/crypto-cipher-tests: @gentoo/haskell
dev-haskell/crypto-cipher-types: @gentoo/haskell
dev-haskell/crypto-random: @gentoo/haskell
dev-haskell/cryptohash-md5: @gentoo/haskell
dev-haskell/cryptohash-sha1: @gentoo/haskell
dev-haskell/cryptohash-sha256: @gentoo/haskell
dev-haskell/cryptonite: @gentoo/haskell
dev-haskell/cryptonite-conduit: @gentoo/haskell
dev-haskell/css-text: @gentoo/haskell
dev-haskell/data-default: @gentoo/haskell
dev-haskell/data-default-class: @gentoo/haskell
dev-haskell/data-default-instances-containers: @gentoo/haskell
dev-haskell/data-default-instances-dlist: @gentoo/haskell
dev-haskell/data-default-instances-old-locale: @gentoo/haskell
dev-haskell/data-fix: @gentoo/haskell
dev-haskell/data-ordlist: @gentoo/haskell
dev-haskell/dav: @gentoo/haskell
dev-haskell/dbus: @gentoo/haskell
dev-haskell/dec: @gentoo/haskell
dev-haskell/dense-linear-algebra: @gentoo/haskell
dev-haskell/deriving-compat: @gentoo/haskell
dev-haskell/diff: @gentoo/haskell
dev-haskell/digest: @gentoo/haskell
dev-haskell/disk-free-space: @gentoo/haskell
dev-haskell/distributive: @gentoo/haskell
dev-haskell/dlist: @gentoo/haskell
dev-haskell/doclayout: @gentoo/haskell
dev-haskell/doctemplates: @gentoo/haskell
dev-haskell/doctest: @gentoo/haskell
dev-haskell/easy-file: @gentoo/haskell
dev-haskell/echo: @gentoo/haskell
dev-haskell/ed25519: @gentoo/haskell
dev-haskell/edit-distance: @gentoo/haskell
dev-haskell/email-validate: @gentoo/haskell
dev-haskell/emojis: @gentoo/haskell
dev-haskell/enclosed-exceptions: @gentoo/haskell
dev-haskell/entropy: @gentoo/haskell
dev-haskell/erf: @gentoo/haskell
dev-haskell/errors: @gentoo/haskell
dev-haskell/exceptions: @gentoo/haskell
dev-haskell/extensible-exceptions: @gentoo/haskell
dev-haskell/extra: @gentoo/haskell
dev-haskell/fail: @gentoo/haskell
dev-haskell/fast-logger: @gentoo/haskell
dev-haskell/fdo-notify: @gentoo/haskell
dev-haskell/feed: @gentoo/haskell
dev-haskell/fgl: @gentoo/haskell
dev-haskell/file-embed: @gentoo/haskell
dev-haskell/filepath-bytestring: @gentoo/haskell
dev-haskell/findbin: @gentoo/haskell
dev-haskell/fingertree: @gentoo/haskell
dev-haskell/foldl: @gentoo/haskell
dev-haskell/foundation: @gentoo/haskell
dev-haskell/free: @gentoo/haskell
dev-haskell/generic-deriving: @gentoo/haskell
dev-haskell/generics-sop: @gentoo/haskell
dev-haskell/getopt-generics: @gentoo/haskell
dev-haskell/ghc-byteorder: @gentoo/haskell
dev-haskell/ghc-paths: @gentoo/haskell
dev-haskell/git-lfs: @gentoo/haskell
dev-haskell/glob: @gentoo/haskell
dev-haskell/hackage-security: @gentoo/haskell
dev-haskell/haddock-library: @gentoo/haskell
dev-haskell/happy: @gentoo/haskell
dev-haskell/hashable: @gentoo/haskell
dev-haskell/haskeline: @gentoo/haskell
dev-haskell/haskell-lexer: @gentoo/haskell
dev-haskell/haskell-src-exts: @gentoo/haskell
dev-haskell/hedgehog: @gentoo/haskell
dev-haskell/hinotify: @gentoo/haskell
dev-haskell/hjsmin: @gentoo/haskell
dev-haskell/hostname: @gentoo/haskell
dev-haskell/hourglass: @gentoo/haskell
dev-haskell/hscolour: @gentoo/haskell
dev-haskell/hslua: @gentoo/haskell
dev-haskell/hslua-aeson: @gentoo/haskell
dev-haskell/hslua-classes: @gentoo/haskell
dev-haskell/hslua-core: @gentoo/haskell
dev-haskell/hslua-marshalling: @gentoo/haskell
dev-haskell/hslua-module-doclayout: @gentoo/haskell
dev-haskell/hslua-module-path: @gentoo/haskell
dev-haskell/hslua-module-system: @gentoo/haskell
dev-haskell/hslua-module-text: @gentoo/haskell
dev-haskell/hslua-module-version: @gentoo/haskell
dev-haskell/hslua-objectorientation: @gentoo/haskell
dev-haskell/hslua-packaging: @gentoo/haskell
dev-haskell/hspec: @gentoo/haskell
dev-haskell/hspec-contrib: @gentoo/haskell
dev-haskell/hspec-core: @gentoo/haskell
dev-haskell/hspec-discover: @gentoo/haskell
dev-haskell/hspec-expectations: @gentoo/haskell
dev-haskell/hspec-meta: @gentoo/haskell
dev-haskell/hspec-wai: @gentoo/haskell
dev-haskell/hsyaml: @gentoo/haskell
dev-haskell/html: @gentoo/haskell
dev-haskell/html-conduit: @gentoo/haskell
dev-haskell/http: @gentoo/haskell
dev-haskell/http-api-data: @gentoo/haskell
dev-haskell/http-client: @gentoo/haskell
dev-haskell/http-client-restricted: @gentoo/haskell
dev-haskell/http-client-tls: @gentoo/haskell
dev-haskell/http-conduit: @gentoo/haskell
dev-haskell/http-date: @gentoo/haskell
dev-haskell/http-media: @gentoo/haskell
dev-haskell/http-types: @gentoo/haskell
dev-haskell/http2: @gentoo/haskell
dev-haskell/httpd-shed: @gentoo/haskell
dev-haskell/hunit: @gentoo/haskell
dev-haskell/ieee754: @gentoo/haskell
dev-haskell/ifelse: @gentoo/haskell
dev-haskell/indexed-traversable: @gentoo/haskell
dev-haskell/indexed-traversable-instances: @gentoo/haskell
dev-haskell/integer-logarithms: @gentoo/haskell
dev-haskell/invariant: @gentoo/haskell
dev-haskell/iproute: @gentoo/haskell
dev-haskell/ipynb: @gentoo/haskell
dev-haskell/jira-wiki-markup: @gentoo/haskell
dev-haskell/js-chart: @gentoo/haskell
dev-haskell/juicypixels: @gentoo/haskell
dev-haskell/kan-extensions: @gentoo/haskell
dev-haskell/language-c: @gentoo/haskell
dev-haskell/language-haskell-extract: @gentoo/haskell
dev-haskell/language-javascript: @gentoo/haskell
dev-haskell/leancheck: @gentoo/haskell
dev-haskell/lens: @gentoo/haskell
dev-haskell/libmpd: @gentoo/haskell
dev-haskell/libyaml: @gentoo/haskell
dev-haskell/lift-type: @gentoo/haskell
dev-haskell/lifted-async: @gentoo/haskell
dev-haskell/lifted-base: @gentoo/haskell
dev-haskell/logging-facade: @gentoo/haskell
dev-haskell/logict: @gentoo/haskell
dev-haskell/lpeg: @gentoo/haskell
dev-haskell/lua: @gentoo/haskell
dev-haskell/lua-arbitrary: @gentoo/haskell
dev-haskell/lukko: @gentoo/haskell
dev-haskell/magic: @gentoo/haskell
dev-haskell/markdown-unlit: @gentoo/haskell
dev-haskell/math-functions: @gentoo/haskell
dev-haskell/memory: @gentoo/haskell
dev-haskell/microlens: @gentoo/haskell
dev-haskell/microlens-aeson: @gentoo/haskell
dev-haskell/microlens-mtl: @gentoo/haskell
dev-haskell/microlens-th: @gentoo/haskell
dev-haskell/microstache: @gentoo/haskell
dev-haskell/mime-types: @gentoo/haskell
dev-haskell/mmap: @gentoo/haskell
dev-haskell/mmorph: @gentoo/haskell
dev-haskell/mockery: @gentoo/haskell
dev-haskell/monad-control: @gentoo/haskell
dev-haskell/monad-logger: @gentoo/haskell
dev-haskell/monad-loops: @gentoo/haskell
dev-haskell/monad-par: @gentoo/haskell
dev-haskell/monad-par-extras: @gentoo/haskell
dev-haskell/monads-tf: @gentoo/haskell
dev-haskell/mono-traversable: @gentoo/haskell
dev-haskell/mountpoints: @gentoo/haskell
dev-haskell/mtl: @gentoo/haskell
dev-haskell/mwc-random: @gentoo/haskell
dev-haskell/nanospec: @gentoo/haskell
dev-haskell/nats: @gentoo/haskell
dev-haskell/netlink: @gentoo/haskell
dev-haskell/network: @gentoo/haskell
dev-haskell/network-bsd: @gentoo/haskell
dev-haskell/network-byte-order: @gentoo/haskell
dev-haskell/network-info: @gentoo/haskell
dev-haskell/network-multicast: @gentoo/haskell
dev-haskell/network-uri: @gentoo/haskell
dev-haskell/old-locale: @gentoo/haskell
dev-haskell/old-time: @gentoo/haskell
dev-haskell/onetuple: @gentoo/haskell
dev-haskell/only: @gentoo/haskell
dev-haskell/options: @gentoo/haskell
dev-haskell/optparse-applicative: @gentoo/haskell
dev-haskell/pandoc-lua-marshal: @gentoo/haskell
dev-haskell/pandoc-types: @gentoo/haskell
dev-haskell/parallel: @gentoo/haskell
dev-haskell/parsec: @gentoo/haskell
dev-haskell/parsec-numbers: @gentoo/haskell
dev-haskell/parsec1: @gentoo/haskell
dev-haskell/parsers: @gentoo/haskell
dev-haskell/path-pieces: @gentoo/haskell
dev-haskell/patience: @gentoo/haskell
dev-haskell/pcre-light: @gentoo/haskell
dev-haskell/pem: @gentoo/haskell
dev-haskell/persistent: @gentoo/haskell
dev-haskell/persistent-sqlite: @gentoo/haskell
dev-haskell/persistent-template: @gentoo/haskell
dev-haskell/persistent-test: @gentoo/haskell
dev-haskell/pgp-wordlist: @gentoo/haskell
dev-haskell/pretty-hex: @gentoo/haskell
dev-haskell/pretty-show: @gentoo/haskell
dev-haskell/prettyprinter: @gentoo/proxy-maint (maintainer needed)
dev-haskell/prettyprinter-ansi-terminal: @gentoo/haskell
dev-haskell/primitive: @gentoo/haskell
dev-haskell/primitive-addr: @gentoo/haskell
dev-haskell/profunctors: @gentoo/haskell
dev-haskell/psqueues: @gentoo/haskell
dev-haskell/puremd5: @gentoo/haskell
dev-haskell/quickcheck: @gentoo/haskell
dev-haskell/quickcheck-classes: @gentoo/haskell
dev-haskell/quickcheck-classes-base: @gentoo/haskell
dev-haskell/quickcheck-instances: @gentoo/haskell
dev-haskell/quickcheck-io: @gentoo/haskell
dev-haskell/random: @gentoo/haskell
dev-haskell/raw-strings-qq: @gentoo/haskell
dev-haskell/reducers: @gentoo/haskell
dev-haskell/reflection: @gentoo/haskell
dev-haskell/regex-applicative: @gentoo/haskell
dev-haskell/regex-base: @gentoo/haskell
dev-haskell/regex-compat: @gentoo/haskell
dev-haskell/regex-posix: @gentoo/haskell
dev-haskell/regex-tdfa: @gentoo/haskell
dev-haskell/resolv: @gentoo/haskell
dev-haskell/resource-pool: @gentoo/haskell
dev-haskell/resourcet: @gentoo/haskell
dev-haskell/retry: @gentoo/haskell
dev-haskell/rio: @gentoo/haskell
dev-haskell/safe: @gentoo/haskell
dev-haskell/safe-exceptions: @gentoo/haskell
dev-haskell/safesemaphore: @gentoo/haskell
dev-haskell/sandi: @gentoo/haskell
dev-haskell/scientific: @gentoo/haskell
dev-haskell/securemem: @gentoo/haskell
dev-haskell/semialign: @gentoo/haskell
dev-haskell/semigroupoids: @gentoo/haskell
dev-haskell/semigroups: @gentoo/haskell
dev-haskell/semirings: @gentoo/haskell
dev-haskell/servant: @gentoo/haskell
dev-haskell/servant-server: @gentoo/haskell
dev-haskell/setenv: @gentoo/haskell
dev-haskell/setlocale: @gentoo/haskell
dev-haskell/sha: @gentoo/haskell
dev-haskell/shakespeare: @gentoo/haskell
dev-haskell/shelly: @gentoo/haskell
dev-haskell/should-not-typecheck: @gentoo/haskell
dev-haskell/silently: @gentoo/haskell
dev-haskell/simple-reflect: @gentoo/haskell
dev-haskell/simple-sendfile: @gentoo/haskell
dev-haskell/singleton-bool: @gentoo/haskell
dev-haskell/skein: @gentoo/haskell
dev-haskell/skylighting: @gentoo/haskell
dev-haskell/skylighting-core: @gentoo/haskell
dev-haskell/smallcheck: @gentoo/haskell
dev-haskell/socks: @gentoo/haskell
dev-haskell/sop-core: @gentoo/haskell
dev-haskell/split: @gentoo/haskell
dev-haskell/splitmix: @gentoo/haskell
dev-haskell/statevar: @gentoo/haskell
dev-haskell/statistics: @gentoo/haskell
dev-haskell/stm: @gentoo/haskell
dev-haskell/stm-chans: @gentoo/haskell
dev-haskell/streaming-commons: @gentoo/haskell
dev-haskell/strict: @gentoo/haskell
dev-haskell/string-conversions: @gentoo/haskell
dev-haskell/string-qq: @gentoo/haskell
dev-haskell/stringbuilder: @gentoo/haskell
dev-haskell/syb: @gentoo/haskell
dev-haskell/system-fileio: @gentoo/haskell
dev-haskell/system-filepath: @gentoo/haskell
dev-haskell/tagged: @gentoo/haskell
dev-haskell/tagsoup: @gentoo/haskell
dev-haskell/tar: @gentoo/haskell
dev-haskell/tasty: @gentoo/haskell
dev-haskell/tasty-expected-failure: @gentoo/haskell
dev-haskell/tasty-golden: @gentoo/haskell
dev-haskell/tasty-hedgehog: @gentoo/haskell
dev-haskell/tasty-hslua: @gentoo/haskell
dev-haskell/tasty-hunit: @gentoo/haskell
dev-haskell/tasty-kat: @gentoo/haskell
dev-haskell/tasty-lua: @gentoo/haskell
dev-haskell/tasty-quickcheck: @gentoo/haskell
dev-haskell/tasty-rerun: @gentoo/haskell
dev-haskell/tasty-smallcheck: @gentoo/haskell
dev-haskell/tasty-th: @gentoo/haskell
dev-haskell/temporary: @gentoo/haskell
dev-haskell/temporary-rc: @gentoo/haskell
dev-haskell/terminal-size: @gentoo/haskell
dev-haskell/terminfo: @gentoo/haskell
dev-haskell/test-framework: @gentoo/haskell
dev-haskell/test-framework-hunit: @gentoo/haskell
dev-haskell/test-framework-leancheck: @gentoo/haskell
dev-haskell/test-framework-quickcheck2: @gentoo/haskell
dev-haskell/test-framework-th: @gentoo/haskell
dev-haskell/texmath: @gentoo/haskell
dev-haskell/text: @gentoo/haskell
dev-haskell/text-conversions: @gentoo/haskell
dev-haskell/text-icu: @gentoo/haskell
dev-haskell/text-short: @gentoo/haskell
dev-haskell/text-show: @gentoo/haskell
dev-haskell/tf-random: @gentoo/haskell
dev-haskell/th-abstraction: @gentoo/haskell
dev-haskell/th-compat: @gentoo/haskell
dev-haskell/th-lift: @gentoo/haskell
dev-haskell/th-lift-instances: @gentoo/haskell
dev-haskell/these: @gentoo/haskell
dev-haskell/time-compat: @gentoo/haskell
dev-haskell/time-locale-compat: @gentoo/haskell
dev-haskell/time-manager: @gentoo/haskell
dev-haskell/timeit: @gentoo/haskell
dev-haskell/timezone-olson: @gentoo/haskell
dev-haskell/timezone-series: @gentoo/haskell
dev-haskell/tls: @gentoo/haskell
dev-haskell/tls-session-manager: @gentoo/haskell
dev-haskell/torrent: @gentoo/haskell
dev-haskell/transformers: @gentoo/haskell
dev-haskell/transformers-base: @gentoo/haskell
dev-haskell/transformers-compat: @gentoo/haskell
dev-haskell/tree-diff: @gentoo/haskell
dev-haskell/trifecta: @gentoo/haskell
dev-haskell/type-equality: @gentoo/haskell
dev-haskell/typed-process: @gentoo/haskell
dev-haskell/unbounded-delays: @gentoo/haskell
dev-haskell/unicode-collation: @gentoo/haskell
dev-haskell/unicode-data: @gentoo/haskell
dev-haskell/unicode-transforms: @gentoo/haskell
dev-haskell/uniplate: @gentoo/haskell
dev-haskell/unix-compat: @gentoo/haskell
dev-haskell/unix-time: @gentoo/haskell
dev-haskell/unliftio: @gentoo/haskell
dev-haskell/unliftio-core: @gentoo/haskell
dev-haskell/unordered-containers: @gentoo/haskell
dev-haskell/utf8-light: @gentoo/haskell
dev-haskell/utf8-string: @gentoo/haskell
dev-haskell/uuid: @gentoo/haskell
dev-haskell/uuid-types: @gentoo/haskell
dev-haskell/vault: @gentoo/haskell
dev-haskell/vector: @gentoo/haskell
dev-haskell/vector-algorithms: @gentoo/haskell
dev-haskell/vector-binary-instances: @gentoo/haskell
dev-haskell/vector-th-unbox: @gentoo/haskell
dev-haskell/void: @gentoo/haskell
dev-haskell/wai: @gentoo/haskell
dev-haskell/wai-app-static: @gentoo/haskell
dev-haskell/wai-extra: @gentoo/haskell
dev-haskell/wai-logger: @gentoo/haskell
dev-haskell/warp: @gentoo/haskell
dev-haskell/warp-tls: @gentoo/haskell
dev-haskell/wcwidth: @gentoo/haskell
dev-haskell/witherable: @gentoo/haskell
dev-haskell/wl-pprint-annotated: @gentoo/haskell
dev-haskell/word8: @gentoo/haskell
dev-haskell/x11: @gentoo/haskell
dev-haskell/x11-xft: @gentoo/haskell
dev-haskell/x509: @gentoo/haskell
dev-haskell/x509-store: @gentoo/haskell
dev-haskell/x509-system: @gentoo/haskell
dev-haskell/x509-validation: @gentoo/haskell
dev-haskell/xml: @gentoo/haskell
dev-haskell/xml-conduit: @gentoo/haskell
dev-haskell/xml-hamlet: @gentoo/haskell
dev-haskell/xml-types: @gentoo/haskell
dev-haskell/xss-sanitize: @gentoo/haskell
dev-haskell/yaml: @gentoo/haskell
dev-haskell/yesod: @gentoo/haskell
dev-haskell/yesod-core: @gentoo/haskell
dev-haskell/yesod-form: @gentoo/haskell
dev-haskell/yesod-persistent: @gentoo/haskell
dev-haskell/yesod-static: @gentoo/haskell
dev-haskell/yesod-test: @gentoo/haskell
dev-haskell/zip-archive: @gentoo/haskell
dev-haskell/zlib: @gentoo/haskell
dev-lang/ghc: @gentoo/haskell
dev-perl/CGI-FormBuilder: @gentoo/perl
dev-perl/CGI-Session: @gentoo/perl
dev-perl/CGI-Simple: @gentoo/perl
dev-perl/Class-ErrorHandler: @gentoo/perl
dev-perl/Crypt-DH-GMP: @gentoo/perl
dev-perl/DateTime-Format-Flexible: @gentoo/perl
dev-perl/DateTime-Format-Natural: @gentoo/perl
dev-perl/Feed-Find: @gentoo/perl
dev-perl/File-ReadBackwards: @gentoo/perl
dev-perl/HTML-LinkExtractor: @gentoo/perl
dev-perl/HTML-Scrubber: @gentoo/perl
dev-perl/LWP-Authen-Wsse: @gentoo/perl
dev-perl/LWPx-ParanoidAgent: @gentoo/perl
dev-perl/Mail-Sendmail: @gentoo/perl
dev-perl/Module-Util: @gentoo/perl
dev-perl/Net-OpenID-Common: @gentoo/perl
dev-perl/Net-OpenID-Consumer: @gentoo/perl
dev-perl/RPC-XML: @gentoo/perl
dev-perl/Test-MockTime: @gentoo/perl
dev-perl/URI-Fetch: @gentoo/perl
dev-perl/XML-Atom: @gentoo/perl
dev-perl/XML-Feed: @gentoo/perl
dev-perl/XML-RSS-LibXML: @gentoo/perl
dev-perl/boolean: @gentoo/perl
dev-util/shellcheck: @gentoo/haskell
dev-vcs/darcs: @gentoo/haskell
dev-vcs/git-annex: @gentoo/haskell
www-apps/ikiwiki: @gentoo/proxy-maint (maintainer needed)
x11-misc/xmobar: @gentoo/haskell
x11-wm/xmonad: @gentoo/haskell
x11-wm/xmonad-contrib: @gentoo/haskell

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.

If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers.

Missing GCO sign-off

Please read the terms of Gentoo Certificate of Origin and acknowledge them by adding a sign-off to all your commits.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added maintainer-needed There is at least one affected package with no maintainer. Review it if you can. assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. no signoff One or more commits do not indicate GCO sign-off. labels Aug 28, 2022
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-08-28 19:46 UTC
Newest commit scanned: 6570e94
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/5a121068f1/output.html

Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-08-30 19:51 UTC
Newest commit scanned: afdbaca
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/1d4594b693/output.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). maintainer-needed There is at least one affected package with no maintainer. Review it if you can. no bug found No Bug/Closes found in the commits. no signoff One or more commits do not indicate GCO sign-off.
Projects
None yet
3 participants