dev-haskell/scientific: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 22:09:23 +0000 (23:09 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Nov 2017 11:22:02 +0000 (12:22 +0100)
dev-haskell/scientific/metadata.xml

index c0f46257525fcc4d989fa0cf52a9e07c5957a182..af4a88b17cb6e420b49f2067840eb03552e2fb51 100644 (file)
@@ -8,11 +8,11 @@
        <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
                parsed to a @Scientific@ number.
        </longdescription>
        <use>
-               <flag name="bytestring-builder">Provide the
-          Data.ByteString.Builder.Scientific module (requires bytestring &gt;= 0.10).</flag>
+               <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>