summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/stringsearch/metadata.xml')
-rw-r--r--dev-haskell/stringsearch/metadata.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-haskell/stringsearch/metadata.xml b/dev-haskell/stringsearch/metadata.xml
deleted file mode 100644
index b62237617d0d..000000000000
--- a/dev-haskell/stringsearch/metadata.xml
+++ /dev/null
@@ -1,18 +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 several functions to quickly
- search for substrings in strict or lazy ByteStrings.
- It also provides functions for breaking or splitting
- on substrings and replacing all occurrences of a
- substring (the first in case of overlaps) with another.
- GHC before 6.10 are no longer supported, other compilers
- only if they support BangPatterns. If you need it to
- work with other compilers, send a feature request.
- </longdescription>
-</pkgmetadata>