summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-22 08:57:21 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-22 08:57:21 +0200
commitdb9d7cc4b5c41e93bb279d202554f161023d0a58 (patch)
tree5f8aebdf5de8e5c88d69d636c459f75560044550 /dev-haskell/lens-family/metadata.xml
parentdev-haskell/lens-family-core: treeclean (diff)
downloadgentoo-db9d7cc4b5c41e93bb279d202554f161023d0a58.tar.gz
gentoo-db9d7cc4b5c41e93bb279d202554f161023d0a58.tar.bz2
gentoo-db9d7cc4b5c41e93bb279d202554f161023d0a58.zip
dev-haskell/lens-family: treeclean
Closes: https://bugs.gentoo.org/735644 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/lens-family/metadata.xml')
-rw-r--r--dev-haskell/lens-family/metadata.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-haskell/lens-family/metadata.xml b/dev-haskell/lens-family/metadata.xml
deleted file mode 100644
index 5816abc3bb16..000000000000
--- a/dev-haskell/lens-family/metadata.xml
+++ /dev/null
@@ -1,22 +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 functional references.
- In addition to the usual operations of getting, setting and composition, plus integration with monad state, lens families provide some unique features:
-
- * Polymorphic updating
-
- * Traversals
-
- * Cast projection functions to read-only lenses
-
- * Cast \"toList\" functions to read-only traversals
-
- * Cast semantic editor combinators to modify-only traversals.
- </longdescription>
-</pkgmetadata>