summaryrefslogtreecommitdiff
path: root/dev-haskell/fclabels
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/fclabels')
-rw-r--r--dev-haskell/fclabels/Manifest3
-rw-r--r--dev-haskell/fclabels/fclabels-2.0.5.ebuild27
-rw-r--r--dev-haskell/fclabels/metadata.xml32
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-haskell/fclabels/Manifest b/dev-haskell/fclabels/Manifest
deleted file mode 100644
index 8fb2df89f0c5..000000000000
--- a/dev-haskell/fclabels/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST fclabels-2.0.5.tar.gz 24612 BLAKE2B 48742838f7d7e6194da0556c55ecfe80512f412f0cf03e30092199917f9037bdd3ce55d2744330e43a11a7c63b007ae8b25c2f2e92a277b7f6d2a65a54c439f7 SHA512 f6cc731d68cdf1e5867340a0b73385492008c2729a144dc685136ee6bf80ee0d0e07ddb80f83a18e6a1989d7f8a8755211aadcc92debffd5fe8c178a834021e4
-EBUILD fclabels-2.0.5.ebuild 787 BLAKE2B 25bc1ee81184af22a09c380a67252ddafd378e387ec974cb3d0957f94935c0be3c004768471acfa6a6d5cc7d2721d5da2dcbc785ada76c56861dbd4e15cc9e0e SHA512 00983c40337867333be731b36d9d745fbc00433ff91ac5bd52efc93175815048f757385a914f472a9aa95b2590c55e1e5596a22280790b0aef3fc3a5572b6a43
-MISC metadata.xml 1247 BLAKE2B d2cb6c59986d7628492098b20829724cd7ddb2ac12ff03f21a8bdce756812542bbaedbfb7e68b5d8363c1ce4b8106b5d186134ac226d11bdfcc68934cd60b226 SHA512 b47b568b4b923c40e3126175e1ef63fab27be8d3cc3d7c76d60cc8a0137e6e9adb76da6f889410d9d4999bca2e30a4f412039e97080ac4bf93e5a2ec51a22611
diff --git a/dev-haskell/fclabels/fclabels-2.0.5.ebuild b/dev-haskell/fclabels/fclabels-2.0.5.ebuild
deleted file mode 100644
index f0dbe54240a8..000000000000
--- a/dev-haskell/fclabels/fclabels-2.0.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="First class accessor labels implemented as lenses"
-HOMEPAGE="https://github.com/sebastiaanvisser/fclabels"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/base-orphans-0.8.2:=[profile?] <dev-haskell/base-orphans-0.9:=[profile?]
- >=dev-haskell/mtl-1.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
- test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7 )
-"
diff --git a/dev-haskell/fclabels/metadata.xml b/dev-haskell/fclabels/metadata.xml
deleted file mode 100644
index 7e5124aabf8d..000000000000
--- a/dev-haskell/fclabels/metadata.xml
+++ /dev/null
@@ -1,32 +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>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- This package provides first class labels that can act as
- bidirectional record fields. The labels can be derived
- automatically using Template Haskell which means you don't have
- to write any boilerplate yourself. The labels are implemented as
- lenses and are fully composable. Labels can be used to /get/,
- /set/ and /modify/ parts of a datatype in a consistent way.
-
- See "Data.Label" for an introductory explanation.
-
- Internally lenses are not tied to Haskell functions directly,
- but are implemented as arrows. Arrows allow the lenses to be run
- in custom computational contexts. This approach allows us to
- make partial lenses that point to fields of multi-constructor
- datatypes in an elegant way.
-
- See the "Data.Label.Maybe" module for the use of partial labels.
-
- &gt; 1.0.3 -&gt; 1.0.4
- &gt; - Bugfix to compile on GHC 6.12 again.
- </longdescription>
- <upstream>
- <remote-id type="github">sebastiaanvisser/fclabels</remote-id>
- </upstream>
-</pkgmetadata>