summaryrefslogtreecommitdiff
path: root/dev-haskell/fclabels/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 14:43:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 14:43:09 +0100
commitc0a9f2400f704c438b0cef4f4105e7bb6c3cbbff (patch)
treef03dacf9fcbf88186d23a1c68620015cca2a06b2 /dev-haskell/fclabels/metadata.xml
parent4c4bbf21230bd972cf759b2a40b782aa4149fc1f (diff)
gentoo auto-resync : 22:08:2022 - 14:43:09
Diffstat (limited to 'dev-haskell/fclabels/metadata.xml')
-rw-r--r--dev-haskell/fclabels/metadata.xml32
1 files changed, 0 insertions, 32 deletions
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>