summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-10-02 22:37:21 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-10-02 22:41:22 +0100
commit23bef3455b23be9a6f38ff992b9c4114b0112222 (patch)
tree7ad0315bf5a4c12fc8c2f62c88f57550eecb84b3 /dev-haskell/quickcheck/metadata.xml
parentdev-perl/YAML-Syck: Version bump (diff)
downloadgentoo-23bef3455b23be9a6f38ff992b9c4114b0112222.tar.gz
gentoo-23bef3455b23be9a6f38ff992b9c4114b0112222.tar.bz2
gentoo-23bef3455b23be9a6f38ff992b9c4114b0112222.zip
dev-haskell/quickcheck: rename IUSE from underscores to dashes
Reported-by: Michał Górny Closes: https://bugs.gentoo.org/695038 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/quickcheck/metadata.xml')
-rw-r--r--dev-haskell/quickcheck/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/quickcheck/metadata.xml b/dev-haskell/quickcheck/metadata.xml
index d5aff4a020bb..120011b0413e 100644
--- a/dev-haskell/quickcheck/metadata.xml
+++ b/dev-haskell/quickcheck/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo Haskell</name>
</maintainer>
<use>
- <flag name="template_haskell">Enable additional test modules requiring Template Haskell support.</flag>
+ <flag name="template-haskell">Enable additional test modules requiring Template Haskell support.</flag>
</use>
<longdescription>
QuickCheck is a library for random testing of program properties.