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/happstack-server/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-haskell/happstack-server') diff --git a/dev-haskell/happstack-server/metadata.xml b/dev-haskell/happstack-server/metadata.xml index 02a4cc3ae702..1d0e584ecfa3 100644 --- a/dev-haskell/happstack-server/metadata.xml +++ b/dev-haskell/happstack-server/metadata.xml @@ -6,7 +6,7 @@ Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course <http://happstack.com/docs/crashcourse/index.html> - Get Network.URI from the network-uri package - Description: Template Haskell is available on this system + Get Network.URI from the network-uri package + Description: Template Haskell is available on this system -- cgit v1.2.3-65-gdbad