diff options
| author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
| commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
| tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /dev-haskell | |
| parent | 3ed063d792064b1b8979b6adbfb1079adbad8a60 (diff) | |
| download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2 gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip | |
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'dev-haskell')
102 files changed, 175 insertions, 175 deletions
diff --git a/dev-haskell/ansi-terminal/metadata.xml b/dev-haskell/ansi-terminal/metadata.xml index f769d50a7768..bb63eda2eb0d 100644 --- a/dev-haskell/ansi-terminal/metadata.xml +++ b/dev-haskell/ansi-terminal/metadata.xml @@ -1,4 +1,4 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>haskell</herd> diff --git a/dev-haskell/attoparsec-enumerator/metadata.xml b/dev-haskell/attoparsec-enumerator/metadata.xml index 8459a59d4c56..3fb765ae600f 100644 --- a/dev-haskell/attoparsec-enumerator/metadata.xml +++ b/dev-haskell/attoparsec-enumerator/metadata.xml @@ -17,7 +17,7 @@ > import Data.Enumerator.List > import System.IO > - > parser = string "foo" <|> string "bar" + > parser = string "foo" <|> string "bar" > > main = do > xy <- run_ (enumHandle 1 stdin $$ do diff --git a/dev-haskell/biosff/metadata.xml b/dev-haskell/biosff/metadata.xml index 714e2ad3539d..85ee9ed22aa2 100644 --- a/dev-haskell/biosff/metadata.xml +++ b/dev-haskell/biosff/metadata.xml @@ -5,7 +5,7 @@ <longdescription> The library contains the functionality for reading and writing SFF files (sequencing data from 454 and Ion Torrent). It duplicates - code from (and is incompatible with) the "bio" library. + code from (and is incompatible with) the "bio" library. </longdescription> <use> <flag name="fclip">Build the fclip executable.</flag> diff --git a/dev-haskell/bits-atomic/metadata.xml b/dev-haskell/bits-atomic/metadata.xml index 67912b1c56e0..65b64afd1ae1 100644 --- a/dev-haskell/bits-atomic/metadata.xml +++ b/dev-haskell/bits-atomic/metadata.xml @@ -6,7 +6,7 @@ Atomic operations including CAS (compare-and-swap), fetch & add and variants suitable for low-level shared-memory synchronization. - The implementation is using GCC's builtin atomic operations (available in GCC >= + The implementation is using GCC's builtin atomic operations (available in GCC >= 4) in C wrappers called through the FFI. See these links for background: * GCC manual: <https://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html> diff --git a/dev-haskell/bzlib/metadata.xml b/dev-haskell/bzlib/metadata.xml index 420552f1a2a4..2cc92a612b70 100644 --- a/dev-haskell/bzlib/metadata.xml +++ b/dev-haskell/bzlib/metadata.xml @@ -5,7 +5,7 @@ <longdescription> This package provides a pure interface for compressing and decompressing streams of data represented as lazy - 'ByteString's. It uses the bz2 C library so it has high + 'ByteString's. It uses the bz2 C library so it has high performance. It provides a convenient high level API suitable for most diff --git a/dev-haskell/cabal-helper/metadata.xml b/dev-haskell/cabal-helper/metadata.xml index c37e984d8bd0..a4d5906e90a1 100644 --- a/dev-haskell/cabal-helper/metadata.xml +++ b/dev-haskell/cabal-helper/metadata.xml @@ -10,17 +10,17 @@ @cabal-helper@ uses a wrapper executable to compile the actual cabal-helper executable at runtime while linking against an arbitrary version of Cabal. This runtime-compiled helper executable is then used to extract - various bits and peices from Cabal\'s on disk state (dist/setup-config) - written by it's configure command. + various bits and peices from Cabal\'s on disk state (dist/setup-config) + written by it's configure command. In addition to this the wrapper executable also supports installing any version of Cabal from hackage in case it cannot be found in any available package database. The wrapper installs these instances of the Cabal library - into a private package database so as to not interfere with the user's + into a private package database so as to not interfere with the user's packages. Furthermore the wrapper supports one special case namely reading a state - file for Cabal itself. This is needed as Cabal compiles it's Setup.hs using + file for Cabal itself. This is needed as Cabal compiles it's Setup.hs using itself and not using any version of Cabal installed in any package database. @cabal-helper@ can compile with @Cabal >= 1.14@ but requires @Cabal >= 1.16@ diff --git a/dev-haskell/cabal-install/metadata.xml b/dev-haskell/cabal-install/metadata.xml index 2054a0dec50f..bc3326bd7fc4 100644 --- a/dev-haskell/cabal-install/metadata.xml +++ b/dev-haskell/cabal-install/metadata.xml @@ -9,6 +9,6 @@ </longdescription> <use> <flag name="noprefs">Ignore 'preferred-versions' file from hackage's tarball.</flag> - <flag name='network-uri'>Get Network.URI from the network-uri package.</flag> + <flag name="network-uri">Get Network.URI from the network-uri package.</flag> </use> </pkgmetadata> diff --git a/dev-haskell/chasingbottoms/metadata.xml b/dev-haskell/chasingbottoms/metadata.xml index bf0a95f2eed0..21f906bf63f3 100644 --- a/dev-haskell/chasingbottoms/metadata.xml +++ b/dev-haskell/chasingbottoms/metadata.xml @@ -32,13 +32,13 @@ Showing partial and infinite values (@\\\/!@ is join and @\/\\!@ is meet): - [@> approxShow 4 $ (True, bottom) \\\/! (bottom, \'b\')@] @\"Just (True, \'b\')\"@ + [@> approxShow 4 $ (True, bottom) \\\/! (bottom, \'b\')@] @\"Just (True, \'b\')\"@ - [@> approxShow 4 $ (True, bottom) \/\\! (bottom, \'b\')@] @\"(_|_, _|_)\"@ + [@> approxShow 4 $ (True, bottom) \/\\! (bottom, \'b\')@] @\"(_|_, _|_)\"@ - [@> approxShow 4 $ ([1..\] :: [Int\])@] @\"[1, 2, 3, _\"@ + [@> approxShow 4 $ ([1..\] :: [Int\])@] @\"[1, 2, 3, _\"@ - [@> approxShow 4 $ (cycle [bottom\] :: [Bool\])@] @\"[_|_, _|_, _|_, _\"@ + [@> approxShow 4 $ (cycle [bottom\] :: [Bool\])@] @\"[_|_, _|_, _|_, _\"@ Approximately comparing infinite, partial values: @@ -47,16 +47,16 @@ [@> approx 100 [2,4..\] \/=! approx 100 (filter even [bottom..\] :: [Int\])@] @True@ The code above relies on the fact that @bottom@, just as @error - \"...\"@, @undefined@ and pattern match failures, yield + \"...\"@, @undefined@ and pattern match failures, yield exceptions. Sometimes we are dealing with properly non-terminating computations, such as the following example, and then it can be nice to be able to apply a time-out: - [@> timeOut' 1 (reverse [1..5\])@] @Value [5,4,3,2,1]@ + [@> timeOut' 1 (reverse [1..5\])@] @Value [5,4,3,2,1]@ - [@> timeOut' 1 (reverse [1..\])@] @NonTermination@ + [@> timeOut' 1 (reverse [1..\])@] @NonTermination@ - The time-out functionality can be used to treat \"slow\" computations as + The time-out functionality can be used to treat \"slow\" computations as bottoms: [@> let tweak = Tweak &#x7b; approxDepth = Just 5, timeOutLimit = Just 2 &#x7d;@] @@ -86,8 +86,8 @@ [@ @] @Value ()@ For the underlying theory and a larger example involving use of - QuickCheck, see the article \"Chasing Bottoms, A Case Study in Program - Verification in the Presence of Partial and Infinite Values\" + QuickCheck, see the article \"Chasing Bottoms, A Case Study in Program + Verification in the Presence of Partial and Infinite Values\" (<http://www.cse.chalmers.se/~nad/publications/danielsson-jansson-mpc2004.html>). The code has been tested using GHC. Most parts can probably be diff --git a/dev-haskell/chell/metadata.xml b/dev-haskell/chell/metadata.xml index 3e81fb4c1f60..238cbf0b3020 100644 --- a/dev-haskell/chell/metadata.xml +++ b/dev-haskell/chell/metadata.xml @@ -15,17 +15,17 @@ import Test.Chell tests_Math :: Suite - tests_Math = suite \"math\" + tests_Math = suite \"math\" &#x20; test_Addition &#x20; test_Subtraction test_Addition :: Test - test_Addition = assertions \"addition\" $ do + test_Addition = assertions \"addition\" $ do &#x20; $expect (equal |
