summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-haskell/http2: remove unused patch(es)Michael Mair-Keimberger2023-11-202-70/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-haskell/fgl: remove unused patch(es)Michael Mair-Keimberger2023-11-201-42/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-haskell/cabal-install: remove unused patch(es)Michael Mair-Keimberger2023-11-201-20/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-haskell/foldl: fix building without USE=testViolet Purcell2023-11-201-1/+5
| | | | | | | | | | | The recent cabal-doctest patch broke building without USE=test since MIN_VERSION_cabal_doctest will be undefined. Fix this by defining it at the top of Setup.hs if it's undefined Closes: https://bugs.gentoo.org/917624 Signed-off-by: hololeap <hololeap@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33919 Signed-off-by: Sam James <sam@gentoo.org>
* */*: keyword arm64 ppc64 riscv on ghc-9.2hololeap2023-11-207-7/+7
| | | | | | | | This reverts commit dda3d53e486595616e93ce6096b478df4299cb42. Signed-off-by: hololeap <hololeap@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33909 Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/shelly: Fix IndirectInheritshololeap2023-11-202-2/+2
| | | | | | | Explicitly inherit ghc-package eclass. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/quickcheck: slotmove 2 -> 0hololeap2023-11-1939-45/+45
| | | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33672 Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/parallel: slotmove 3 -> 0hololeap2023-11-191-1/+1
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hdbc: slotmove 2 -> 0hololeap2023-11-196-6/+6
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hdbc-postgresql: slotmove 2 -> 0hololeap2023-11-192-6/+2
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/extra: slotmove 2 -> 0hololeap2023-11-192-2/+2
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hspec-wai: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | hspec-wai-0.10.1 will not build on >=ghc-9.2, leading to errors: Could not find module ‘Data.ByteString.Lazy.Builder’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hdbc-postgresql: Loosen constraint on 'time'hololeap2023-11-191-2/+4
| | | | | | | | | This allows hdbc-2.4.0.3 to be built on newer GHC. Add missing flags to src_configure. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/missingh: update upstream metadatahololeap2023-11-191-1/+1
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/missingh: Hackage revision bumphololeap2023-11-192-14/+7
| | | | | | | Pulls latest Hackage revision for v0.4.3.0 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hdbc: Fix dependencieshololeap2023-11-191-0/+14
| | | | | | | | | | Add missing src_configure to pass needed flags. Loosen constraint on 'time'. This allows hdbc-2.4.0.3 to be built on newer GHC. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hsyaml: update upstream metadatahololeap2023-11-191-1/+1
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hsyaml: Hackage revision bumphololeap2023-11-192-17/+12
| | | | | | | Pulls latest Hackage revision for v0.2.1.0 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/reducers: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | reducers-3.12.3 will not build on >=ghc-9.2 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/juicypixels: Loosen constraint on bytestringhololeap2023-11-191-0/+4
| | | | | | | This allows juicypixels-3.3.5 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/generics-sop: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | generics-sop-0.5.1.1 will not build on >=ghc-9.2 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/bsb-http-chunked: Add conditional upper bound to ghc dephololeap2023-11-192-1/+9
| | | | | | | | Tests included with bsb-http-chunked-0.0.0.4 do not work with >=ghc-9.2. Add an upper bound for dev-lang/ghc if USE=test is enabled. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hedgehog: Loosen constraint on template-haskellhololeap2023-11-192-16/+8
| | | | | | | This allows hedgehog-1.0.5 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/vector-th-unbox: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | | vector-th-unbox-0.2.1.7 will not build on >=ghc-9.2, leading to errors such as: Couldn't match type ‘[Pat] -> Pat’ with ‘Pat’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/xml-hamlet: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | | xml-hamlet-0.5.0.1 will not build on >=ghc-9.2, leading to errors such as: Couldn't match type ‘Pat’ with ‘Type’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cryptohash-md5: update upstream metadatahololeap2023-11-191-1/+1
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cryptohash-md5: Hackage revision bumphololeap2023-11-192-4/+6
| | | | | | | | | | Loosen constraint on 'bytestring'. This allows cryptohash-md5-0.11.100.1 to be built on newer GHC. Pulls latest Hackage revision for v0.11.100.1 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cryptohash-sha1: update upstream metadatahololeap2023-11-191-1/+1
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cryptohash-sha1: Hackage revision bumphololeap2023-11-192-4/+6
| | | | | | | | | | Loosen constraint on 'bytestring'. This allows cryptohash-sha1-0.11.100.1 to be built on newer GHC. Pulls latest Hackage revision for v0.11.100.1 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/stm: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | | People really shouldn't be installing different versions of this package than the one that comes bundled with GHC. This package exists for historical reasons and will be removed in the future. See: https://github.com/gentoo-haskell/gentoo-haskell/issues/1386 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/binary: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | | People really shouldn't be installing different versions of this package than the one that comes bundled with GHC. This package exists for historical reasons and will be removed in the future. See: https://github.com/gentoo-haskell/gentoo-haskell/issues/1386 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/text: drop 1.2.4.1-r1hololeap2023-11-192-40/+0
| | | | | | | | Old version is no longer needed now that ghc-8.10 has been removed from the tree. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/terminfo: drop 0.4.1.4-r1hololeap2023-11-192-30/+0
| | | | | | | | Old version is no longer needed now that ghc-8.10 has been removed from the tree. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/email-validate: Loosen constraint on template-haskellhololeap2023-11-191-0/+1
| | | | | | | This allows email-validate-2.3.2.15 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hjsmin: Loosen constraint on bytestringhololeap2023-11-191-0/+4
| | | | | | | This allows hjsmin-0.2.0.4 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/utf8-light: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | | utf8-light-0.4.2 will not build on >=ghc-9.2, leading to errors such as: Couldn't match expected type ‘Word#’ with actual type ‘GHC.Prim.Word32#’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/bloomfilter: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | bloomfilter-2.0.1.0 will not build on >=ghc-9.2 without a patch. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/shelly: update upstream metadatahololeap2023-11-191-1/+1
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/shelly: Hackage revision bumphololeap2023-11-192-7/+39
| | | | | | | | | | | | Loosen constraint on 'time'. This allows shelly-1.9.0 to be built on newer GHC. Pulls latest Hackage revision for v1.9.0 Rename example executables to help avoid file collisions Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/lifted-async: Hackage revision bumphololeap2023-11-192-5/+10
| | | | | | | | | | Pulls latest Hackage revision for v0.10.2 Loosen constraint on base. This allows lifted-async-0.10.2 to be built on newer GHC. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cryptonite: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | cryptonite-0.28 will not build on >=ghc-9.2, leading to errors such as: Couldn't match expected type ‘Word32#’ with actual type ‘Word#’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/memory: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | memory-0.15.0 will not build on >=ghc-9.2, leading to errors such as: Couldn't match expected type ‘Word#’ with actual type ‘Word8#’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/conduit: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | conduit-1.3.4.2 will not build on >=ghc-9.2, leading to various type errors. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/mono-traversable: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | | mono-traversable-1.0.15.1 will not build on >=ghc-9.2, leading to errors such as: Module ‘Data.Semigroup’ does not export ‘Option(..)’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/http-date: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | http-date-0.0.8 will not build on >=ghc-9.2, leading to errors such as: Variable not in scope: inlinePerformIO :: IO (Int, Int) -> b Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/libmpd: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | libmpd-0.9.2.0 will not build on >=ghc-9.2, leading to errors such as: Module ‘Data.Time.Format’ does not export ‘parseTime’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/timezone-olson: Loosen constraint on timehololeap2023-11-191-0/+4
| | | | | | | This allows timezone-olson-0.2.0 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/extra: Add conditional upper bound to ghc dephololeap2023-11-191-0/+8
| | | | | | | | Tests included with extra-1.7.10 do not work with >=ghc-9.2. Add an upper bound for dev-lang/ghc if USE=test is enabled. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/indexed-traversable-instances: Loosen constraint on basehololeap2023-11-191-0/+4
| | | | | | | This allows indexed-traversable-instances-0.1 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cryptohash-sha256: Loosen constraint on bytestringhololeap2023-11-191-0/+1
| | | | | | | This allows cryptohash-sha256-0.11.101.0 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>