* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/haskell-src/, dev-haskell/haskell-src/files/, profiles/
@ 2022-08-22 7:35 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-08-22 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 62ce1ee82631f06c1b3f079df957da05ff926269
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 07:20:46 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 07:20:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ce1ee8
dev-haskell/haskell-src: treeclean
Closes: https://bugs.gentoo.org/862495
Closes: https://bugs.gentoo.org/736024
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-haskell/haskell-src/Manifest | 1 -
.../files/haskell-src-1.0.3.0-ghc-8.8.patch | 39 ----------------------
dev-haskell/haskell-src/haskell-src-1.0.3.0.ebuild | 30 -----------------
dev-haskell/haskell-src/metadata.xml | 7 ----
profiles/package.mask | 1 -
5 files changed, 78 deletions(-)
diff --git a/dev-haskell/haskell-src/Manifest b/dev-haskell/haskell-src/Manifest
deleted file mode 100644
index cbf48573cb3b..000000000000
--- a/dev-haskell/haskell-src/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST haskell-src-1.0.3.0.tar.gz 29863 BLAKE2B a75a52f6df1da50a8509db495a9dde56c1b0edf4b0934deb24822940dc7a0a1e252994a55342175e8e08894aa86c540b5cb8437c190d5e2aeeb19f62eb43b602 SHA512 6426f1602b2e9165c44efc4d10cdc8bdbc0b4291b7255d8ed223f1e5f474f6c41830cdd39af154290d2e972f9699269a67279baaf63f0e4c4321c96b37f0f5a5
diff --git a/dev-haskell/haskell-src/files/haskell-src-1.0.3.0-ghc-8.8.patch b/dev-haskell/haskell-src/files/haskell-src-1.0.3.0-ghc-8.8.patch
deleted file mode 100644
index 84342b0d6847..000000000000
--- a/dev-haskell/haskell-src/files/haskell-src-1.0.3.0-ghc-8.8.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-commit bd0a8199252f4cd7f5d93ee862a919646f85a06f
-Author: Ollie Charles <ollie@ocharles.org.uk>
-Date: Wed Sep 18 12:36:15 2019 +0100
-
- Build with GHC 8.8
-
-diff --git a/Language/Haskell/ParseMonad.hs b/Language/Haskell/ParseMonad.hs
-index 1ed9b7a..f9bea5e 100644
---- a/Language/Haskell/ParseMonad.hs
-+++ b/Language/Haskell/ParseMonad.hs
-@@ -12,6 +12,8 @@
- --
- -----------------------------------------------------------------------------
-
-+{-# LANGUAGE CPP #-}
-+
- module Language.Haskell.ParseMonad(
- -- * Parsing
- P, ParseResult(..), atSrcLoc, LexContext(..),
-@@ -134,7 +136,9 @@ instance Monad P where
- case m i x y l s mode of
- Failed loc msg -> Failed loc msg
- Ok s' a -> runP (k a) i x y l s' mode
-+#if !(MIN_VERSION_base(4,13,0))
- fail = Fail.fail
-+#endif
-
- -- | @since 1.0.3.0
- instance Fail.MonadFail P where
-@@ -191,7 +195,9 @@ instance Monad (Lex r) where
- return = pure
- Lex v >>= f = Lex $ \k -> v (\a -> runL (f a) k)
- (>>) = (*>)
-+#if !(MIN_VERSION_base(4,13,0))
- fail = Fail.fail
-+#endif
-
- -- | @since 1.0.3.0
- instance Fail.MonadFail (Lex r) where
diff --git a/dev-haskell/haskell-src/haskell-src-1.0.3.0.ebuild b/dev-haskell/haskell-src/haskell-src-1.0.3.0.ebuild
deleted file mode 100644
index 04e987ba642d..000000000000
--- a/dev-haskell/haskell-src/haskell-src-1.0.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.5.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Support for manipulating Haskell source code"
-HOMEPAGE="https://hackage.haskell.org/package/haskell-src"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
- >=dev-haskell/semigroups-0.18:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
- >=dev-haskell/syb-0.1:=[profile?] <dev-haskell/syb-0.8:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- dev-haskell/happy
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.0.3.0-ghc-8.8.patch )
diff --git a/dev-haskell/haskell-src/metadata.xml b/dev-haskell/haskell-src/metadata.xml
deleted file mode 100644
index c7bb0e775ab0..000000000000
--- a/dev-haskell/haskell-src/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>haskell@gentoo.org</email>
-</maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 0a24bc1d21d4..3d4c5682ef8c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -434,7 +434,6 @@ dev-haskell/half
dev-haskell/hamlet
dev-haskell/happstack-server
dev-haskell/harp
-dev-haskell/haskell-src
# Hans de Graaff <graaff@gentoo.org> (2022-07-16)
# No longer supported upstream. Use a newer ruby version instead.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-22 7:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22 7:35 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/haskell-src/, dev-haskell/haskell-src/files/, profiles/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox