summaryrefslogtreecommitdiff
path: root/p/haskell-tasty-golden/debian/patches/no-unicode-in-description
blob: 23dbaada4712440cf763c30bcaca7b049cc1b659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: tasty-golden-2.2.2.4/tasty-golden.cabal
===================================================================
--- tasty-golden-2.2.2.4.orig/tasty-golden.cabal	2014-08-03 19:37:03.255279185 +0200
+++ tasty-golden-2.2.2.4/tasty-golden.cabal	2014-08-03 20:58:35.067115530 +0200
@@ -2,11 +2,11 @@
 version:             2.2.2.4
 synopsis:            Golden tests support for tasty
 description:
-  This package provides support for «golden testing».
-
+  This package provides support for golden testing.
+  .
   A golden test is an IO action that writes its result to a file.
   To pass the test, this output file should be identical to the corresponding
-  «golden» file, which contains the correct result for the test.
+  golden file, which contains the correct result for the test.

 license:             MIT
 license-file:        LICENSE