summaryrefslogtreecommitdiff
path: root/dev-haskell/scientific/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/scientific/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/scientific/metadata.xml')
-rw-r--r--dev-haskell/scientific/metadata.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-haskell/scientific/metadata.xml b/dev-haskell/scientific/metadata.xml
deleted file mode 100644
index af4a88b17cb6..000000000000
--- a/dev-haskell/scientific/metadata.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- A @Scientific@ number is an arbitrary-precision floating-point number
- represented using scientific notation.
-
- A scientific number with 'coefficient' @c@ and
- 'base10Exponent' @e@ corresponds to the
- 'Fractional' number: @'fromInteger' c * 10 '^^' e@
-
- Its primary use-case is to serve as the target of
- parsing floating point numbers. Since the textual
- representation of floating point numbers use
- scientific notation they can be efficiently
- parsed to a @Scientific@ number.
- </longdescription>
- <use>
- <flag name="bytestring-builder">
- Provide the Data.ByteString.Builder.Scientific
- module (requires bytestring &gt;= 0.10).
- </flag>
- </use>
- <upstream>
- <remote-id type="github">basvandijk/scientific</remote-id>
- </upstream>
-</pkgmetadata>