From 4412ca2c79a50481eff42550e9d63cba74c9ffc4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 24 Jan 2016 23:15:58 +0100 Subject: 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. --- dev-haskell/th-orphans/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-haskell/th-orphans') diff --git a/dev-haskell/th-orphans/metadata.xml b/dev-haskell/th-orphans/metadata.xml index 2fa13b1b294a..6b4efe7232a6 100644 --- a/dev-haskell/th-orphans/metadata.xml +++ b/dev-haskell/th-orphans/metadata.xml @@ -5,7 +5,7 @@ Orphan instances for TH datatypes. In particular, instances for Ord and Lift, as well as a few missing Show / Eq. These - instances used to live in haskell-src-meta, and that's where + instances used to live in haskell-src-meta, and that's where the version number started. -- cgit v1.2.3-65-gdbad