summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* dev-haskell/blaze-builder: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | | blaze-builder-0.4.2.1 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/cereal: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | | cereal-0.5.8.1 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/vector: Add conditional upper bound to ghc dephololeap2023-11-191-0/+9
| | | | | | | | doctests included with vector-0.12.3.1 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/hourglass: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | hourglass-0.2.12 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/zlib: add github, hackage upstream metadatahololeap2023-11-191-0/+4
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/zlib: Hackage revision bumphololeap2023-11-192-2/+4
| | | | | | | Pulls latest Hackage revision for v0.6.2.3 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/charset: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | charset-0.3.7.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/timezone-series: Loosen constraint on timehololeap2023-11-191-0/+4
| | | | | | | This allows timezone-series-0.1.9 to be built on newer GHC Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/th-lift: Hackage revision bumphololeap2023-11-192-3/+4
| | | | | | | Pulls latest Hackage revision for v0.8.2 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/splitmix: Loosen constraint on basehololeap2023-11-191-0/+4
| | | | | | | | This allows splitmix-0.1.0.3 to be built on newer GHC Closes: https://bugs.gentoo.org/916617 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/entropy: Add upper bound to ghc dephololeap2023-11-191-1/+1
| | | | | | | | entropy-0.4.1.6 will not build on >=ghc-9.2; errors occur when building Setup.hs: "Empty 'do' block" Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/foldl: Fix doctestshololeap2023-11-192-5/+128
| | | | | | | | | | | | Change patch so that Setup.hs no longer requires cabal-doctest, but it will use it if it's available. Add dev-haskell/cabal-doctest as a conditional DEPEND if USE=test is enabled. Closes: https://bugs.gentoo.org/916851 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/tagged: Hackage revision bumphololeap2023-11-192-4/+5
| | | | | | | Pulls latest Hackage revision for v0.8.6.1 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/regex-posix: add github, github, hackage upstream metadatahololeap2023-11-191-0/+5
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/regex-posix: Hackage revision bumphololeap2023-11-192-4/+5
| | | | | | | | | | Pulls latest Hackage revision for v0.96.0.0 Loosen constraint on base. This allows regex-posix-0.96.0.0 to be built on newer GHC. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/regex-base: add github, hackage upstream metadatahololeap2023-11-191-0/+4
| | | | | Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/regex-base: Hackage revision bumphololeap2023-11-192-2/+4
| | | | | | | Pulls latest Hackage revision for v0.94.0.1 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>