diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-09 04:51:39 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:33 +0000 |
commit | fd2a281ed75a9501b295de783a9810cd9dfc3575 (patch) | |
tree | 9962083e242e3667665ada54adc71c4a36bf6f7a /dev-haskell/http-date | |
parent | dev-haskell/libmpd: Add upper bound to ghc dep (diff) | |
download | gentoo-fd2a281ed75a9501b295de783a9810cd9dfc3575.tar.gz gentoo-fd2a281ed75a9501b295de783a9810cd9dfc3575.tar.bz2 gentoo-fd2a281ed75a9501b295de783a9810cd9dfc3575.zip |
dev-haskell/http-date: Add upper bound to ghc dep
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>
Diffstat (limited to 'dev-haskell/http-date')
-rw-r--r-- | dev-haskell/http-date/http-date-0.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/http-date/http-date-0.0.8.ebuild b/dev-haskell/http-date/http-date-0.0.8.ebuild index ce23a21ec32c..7ffa278155d0 100644 --- a/dev-haskell/http-date/http-date-0.0.8.ebuild +++ b/dev-haskell/http-date/http-date-0.0.8.ebuild @@ -20,7 +20,7 @@ IUSE="" RESTRICT=test # Ambiguous module name ‘Data.Time’: it was found in multiple packages: pulseaudio-0.0.2.1 time-1.8.0.2 RDEPEND="dev-haskell/attoparsec:=[profile?] - >=dev-lang/ghc-7.4.1:= + >=dev-lang/ghc-7.4.1:= <dev-lang/ghc-9.1 " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 |