diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-19 08:11:06 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-19 08:13:04 +0100 |
commit | 85c2ba0194cbc23d6a54bd2d2c3a82a91b74e6fd (patch) | |
tree | 164050f62d54d79d1048f0e9dcee6b480657ea50 /dev-haskell/exceptions | |
parent | dev-haskell/cabal: fix CABAL_CORE_LIB_GHC_PV for rev-bumped ghc (diff) | |
download | gentoo-85c2ba0194cbc23d6a54bd2d2c3a82a91b74e6fd.tar.gz gentoo-85c2ba0194cbc23d6a54bd2d2c3a82a91b74e6fd.tar.bz2 gentoo-85c2ba0194cbc23d6a54bd2d2c3a82a91b74e6fd.zip |
dev-haskell/exceptions: fix CABAL_CORE_LIB_GHC_PV for rev-bumped ghc
Fixes: f423849485dc ("dev-lang/ghc: Add sys-libs/ncurses[unicode(+)]")
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/802771
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/exceptions')
-rw-r--r-- | dev-haskell/exceptions/exceptions-0.10.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/exceptions/exceptions-0.10.4.ebuild b/dev-haskell/exceptions/exceptions-0.10.4.ebuild index 987428590228..bfc8bbcbe39c 100644 --- a/dev-haskell/exceptions/exceptions-0.10.4.ebuild +++ b/dev-haskell/exceptions/exceptions-0.10.4.ebuild @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 ) " -CABAL_CORE_LIB_GHC_PV="PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:9.0.1 PM:9999" +CABAL_CORE_LIB_GHC_PV="PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:9.0.1 PM:9.0.1-r1 PM:9999" src_prepare() { default |