diff options
Diffstat (limited to 'dev-haskell/lens/metadata.xml')
| -rw-r--r-- | dev-haskell/lens/metadata.xml | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/dev-haskell/lens/metadata.xml b/dev-haskell/lens/metadata.xml index 480622bff29c..fb717aad4f37 100644 --- a/dev-haskell/lens/metadata.xml +++ b/dev-haskell/lens/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> This package comes \"Batteries Included\" with many useful lenses for the types commonly used from the Haskell Platform, and with tools for automatically generating lenses and isomorphisms for user-supplied data types. @@ -76,28 +76,29 @@ common haskell types, a wide array of combinators for working them, and more exotic functionality, (/e.g./ getters, setters, indexed folds, isomorphisms). </longdescription> - <use> - <flag name="benchmark-uniplate"> + <upstream> + <remote-id type="github">ekmett/lens</remote-id> + </upstream> + <use> + <flag name="benchmark-uniplate"> Enable benchmarking against Neil Mitchell's uniplate library for comparative performance analysis. Defaults to being turned off to avoid the extra dependency. </flag> - <flag name="inlining"> + <flag name="inlining"> Generate inline pragmas when using template-haskell. This defaults to enabled, but you can to shut it off to benchmark the relative performance impact, or as last ditch effort to address compile errors resulting from the myriad versions of template-haskell that all purport to be 2.8. </flag> - <flag name="old-inline-pragmas">Some 7.6.1-rc1 users report their TH still uses old style inline pragmas. This lets them turn on inlining.</flag> - <flag name="safe">Disallow unsafeCoerce</flag> - <flag name="dump-splices">Build and run the doctests test-suite.</flag> - <flag name="j">Attempt a parallel build with GHC 7.8.</flag> - <flag name="test-doctests">Build and run the doctests test-suite.</flag> - <flag name="test-templates">Build the test templates if we're building tests</flag> - <flag name="trustworthy">Assert that we are trustworthy when we can</flag> - </use> - <upstream> - <remote-id type="github">ekmett/lens</remote-id> - </upstream> -</pkgmetadata> + <flag name="old-inline-pragmas">Some 7.6.1-rc1 users report their TH still uses old style inline pragmas. This lets them turn on inlining.</flag> + <flag name="safe">Disallow unsafeCoerce</flag> + <flag name="dump-splices">Build and run the doctests test-suite.</flag> + <flag name="j">Attempt a parallel build with GHC 7.8.</flag> + <flag name="test-doctests">Build and run the doctests test-suite.</flag> + <flag name="test-templates">Build the test templates if we're building tests</flag> + <flag name="trustworthy">Assert that we are trustworthy when we can</flag> + </use> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
