diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-02 22:37:21 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-02 22:41:22 +0100 |
commit | 23bef3455b23be9a6f38ff992b9c4114b0112222 (patch) | |
tree | 7ad0315bf5a4c12fc8c2f62c88f57550eecb84b3 /dev-haskell/quickcheck/metadata.xml | |
parent | dev-perl/YAML-Syck: Version bump (diff) | |
download | gentoo-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.xml | 2 |
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. |