{"bugs":[],"categories":[{"categoryid":433,"name":"dev-haskell","summary":"The dev-haskell category contains libraries and utilities relevant to the Haskell programming language."},{"categoryid":450,"name":"dev-lang","summary":"The dev-lang category contains various programming language implementations and related tools."},{"categoryid":393,"name":"dev-libs","summary":"The dev-libs category contains various miscellaneous programming libraries."},{"categoryid":428,"name":"dev-util","summary":"The dev-util category contains various miscellaneous development utilities."},{"categoryid":325,"name":"sys-process","summary":"The sys-process category contains packages which query or manipulate processes. The 'cron' daemons are included in this."}],"changelog":[{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"7090584d7f460e325f28f123ca098f0446fbb6d1","committime":"2026-06-22T10:46:04","packageid":79186,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"hololeap@protonmail.com","authorname":"hololeap","body":"Signed-off-by: hololeap <hololeap@protonmail.com>\nSigned-off-by: Mark Wright <gienah@gentoo.org>","commitid":"40e44a5411826cf15eea59b7d585e257ccb14f47","committime":"2026-01-24T05:15:46","packageid":79186,"repoid":1,"summary":"dev-haskell\/hadrian: new package, add 9.8.4-r1"}],"dependencies":[{"block":false,"categoryid":433,"description":"A framework for packaging Haskell software","ebuildids":[902934,902934,902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"haskell@gentoo.org","name":"cabal","packageid":47777},{"block":false,"categoryid":433,"description":"Monadic parser combinators","ebuildids":[902934,902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"haskell@gentoo.org","name":"parsec","packageid":47985},{"block":false,"categoryid":393,"description":"Portable, high level programming interface to various calling conventions","ebuildids":[902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"toolchain@gentoo.org","maintainername":"Gentoo Toolchain Project","name":"libffi","packageid":52280,"summary":"Compilers for high level languages generate code that follow certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the \"calling convention\". The \"calling convention\" is essentially a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A \"calling convention\" also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code. The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. Ffi stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages."},{"block":false,"categoryid":433,"description":"Automatic testing of Haskell programs","ebuildids":[902934,902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"quickcheck","packageid":53163},{"block":false,"categoryid":325,"description":"Utilities and libraries for NUMA systems","ebuildids":[902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"numactl","packageid":53999},{"block":false,"categoryid":393,"description":"Library for arbitrary-precision arithmetic on different type of numbers","ebuildids":[902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"toolchain@gentoo.org","maintainername":"Gentoo Toolchain Project","name":"gmp","packageid":55512},{"block":false,"categoryid":450,"description":"The Glasgow Haskell Compiler","ebuildids":[902934,902934,902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"ghc","packageid":55607},{"block":false,"categoryid":433,"description":"An efficient packed Unicode text type","ebuildids":[902934,902934],"firstseen":"2011-06-12T14:37:46.618061","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"text","packageid":57517},{"block":false,"categoryid":433,"description":"Efficient hashing-based container types","ebuildids":[902934,902934],"firstseen":"2012-11-18T14:38:10.106394","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"unordered-containers","packageid":60025},{"block":false,"categoryid":433,"description":"RFC 4648-compliant Base16 encodings for ByteStrings","ebuildids":[902934,902934],"firstseen":"2014-07-02T13:37:17.146389","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"base16-bytestring","packageid":62347},{"block":false,"categoryid":433,"description":"Extra functions I use","ebuildids":[902934],"firstseen":"2015-08-02T13:38:04.499594","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"extra","packageid":63926},{"block":false,"categoryid":433,"description":"Fast, pure and practical SHA-256 implementation","ebuildids":[902934,902934],"firstseen":"2017-02-15T14:36:15.015178","name":"cryptohash-sha256","packageid":66505},{"block":false,"categoryid":428,"description":"Build system library, like Make, but more accurate dependencies","ebuildids":[902934,902934],"firstseen":"2026-06-22T11:57:30.836959","name":"shake","packageid":79245}],"depending":[],"ebuilds":[{"archs":["~amd64","~arm64"],"ebuildid":902934,"firstseen":"2026-06-22T11:57:30.836959","license":"BSD","moddate":"2026-06-22T10:57:30","packageid":79186,"repoid":1,"slot":"0","uses":["static","test","threaded"],"version":"9.8.4-r1"}],"masks":[],"package":{"categoryid":433,"description":"GHC build system","firstseen":"2026-06-22T11:57:30.836959","name":"hadrian","packageid":79186},"rdependencies":[{"block":false,"categoryid":433,"description":"A framework for packaging Haskell software","ebuildids":[902934,902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"haskell@gentoo.org","name":"cabal","packageid":47777},{"block":false,"categoryid":433,"description":"Monadic parser combinators","ebuildids":[902934,902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"haskell@gentoo.org","name":"parsec","packageid":47985},{"block":false,"categoryid":393,"description":"Portable, high level programming interface to various calling conventions","ebuildids":[902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"toolchain@gentoo.org","maintainername":"Gentoo Toolchain Project","name":"libffi","packageid":52280,"summary":"Compilers for high level languages generate code that follow certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the \"calling convention\". The \"calling convention\" is essentially a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A \"calling convention\" also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code. The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. Ffi stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages."},{"block":false,"categoryid":433,"description":"Automatic testing of Haskell programs","ebuildids":[902934,902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"quickcheck","packageid":53163},{"block":false,"categoryid":325,"description":"Utilities and libraries for NUMA systems","ebuildids":[902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"numactl","packageid":53999},{"block":false,"categoryid":393,"description":"Library for arbitrary-precision arithmetic on different type of numbers","ebuildids":[902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"toolchain@gentoo.org","maintainername":"Gentoo Toolchain Project","name":"gmp","packageid":55512},{"block":false,"categoryid":450,"description":"The Glasgow Haskell Compiler","ebuildids":[902934,902934,902934],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"ghc","packageid":55607},{"block":false,"categoryid":433,"description":"An efficient packed Unicode text type","ebuildids":[902934,902934],"firstseen":"2011-06-12T14:37:46.618061","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"text","packageid":57517},{"block":false,"categoryid":433,"description":"Efficient hashing-based container types","ebuildids":[902934,902934],"firstseen":"2012-11-18T14:38:10.106394","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"unordered-containers","packageid":60025},{"block":false,"categoryid":433,"description":"RFC 4648-compliant Base16 encodings for ByteStrings","ebuildids":[902934,902934],"firstseen":"2014-07-02T13:37:17.146389","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"base16-bytestring","packageid":62347},{"block":false,"categoryid":433,"description":"Extra functions I use","ebuildids":[902934],"firstseen":"2015-08-02T13:38:04.499594","maintainer":"haskell@gentoo.org","maintainername":"Gentoo Haskell","name":"extra","packageid":63926},{"block":false,"categoryid":433,"description":"Fast, pure and practical SHA-256 implementation","ebuildids":[902934,902934],"firstseen":"2017-02-15T14:36:15.015178","name":"cryptohash-sha256","packageid":66505},{"block":false,"categoryid":428,"description":"Build system library, like Make, but more accurate dependencies","ebuildids":[902934,902934],"firstseen":"2026-06-22T11:57:30.836959","name":"shake","packageid":79245}],"repos":[{"branch":"master","lastcommit":"6b5d3b950bca5a95dcf0465f3fd90af4e0b56767","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/gitlab.haskell.org\/ghc\/ghc\/-\/tree\/master\/hadrian#readme"],"uses":[{"description":"!!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically","isdefault":false,"use":"static"},{"description":"Enables the hadrian selftest rules which require QuickCheck. Disabling it thus saves on a few dependencies which can be problematic when bootstrapping.","isdefault":false,"packageid":79186,"use":"test"},{"defaultflag":true,"description":"Build with the threaded runtime for improved performance. Users with bootstrap compilers which don't support the threaded runtime should disable this flag.","isdefault":true,"packageid":79186,"use":"threaded"}]}