From 4412ca2c79a50481eff42550e9d63cba74c9ffc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 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/snap-core/metadata.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-haskell/snap-core') diff --git a/dev-haskell/snap-core/metadata.xml b/dev-haskell/snap-core/metadata.xml index 8c382561191a..c5821ca89cc4 100644 --- a/dev-haskell/snap-core/metadata.xml +++ b/dev-haskell/snap-core/metadata.xml @@ -3,7 +3,7 @@ haskell - No non-haskell unportable code. + No non-haskell unportable code. Snap is a simple and fast web development framework and server written in @@ -18,8 +18,8 @@ 2. Type aliases and helper functions for Iteratee I/O - 3. A monad for programming web handlers called \"Snap\", inspired by - happstack's (<http://happstack.com/index.html>), which allows: + 3. A monad for programming web handlers called \"Snap\", inspired by + happstack's (<http://happstack.com/index.html>), which allows: * Stateful access to the HTTP request and response objects @@ -29,8 +29,8 @@ * Early termination of the computation if you know early what you want to return and want to prevent further monadic processing - /Quick start/: The 'Snap' monad and HTTP definitions are in "Snap.Core", - some iteratee utilities are in "Snap.Iteratee". + /Quick start/: The 'Snap' monad and HTTP definitions are in "Snap.Core", + some iteratee utilities are in "Snap.Iteratee". Higher-level facilities for building web applications (like user/session management, component interfaces, data modeling, etc.) are planned but not -- cgit v1.2.3