[Pkg-haskell-commits] darcs: haskell-juicypixels: Add patch to fix spelling error

KAction at gnu.org KAction at gnu.org
Sat Jun 27 18:41:26 UTC 2015


Sat Jun 27 18:31:23 UTC 2015  KAction at gnu.org
  * Add patch to fix spelling error

    A ./patches/
    A ./patches/fix-error-message-spelling.patch
    A ./patches/series

Sat Jun 27 18:31:23 UTC 2015  KAction at gnu.org
  * Add patch to fix spelling error
diff -rN -u old-haskell-juicypixels/patches/fix-error-message-spelling.patch new-haskell-juicypixels/patches/fix-error-message-spelling.patch
--- old-haskell-juicypixels/patches/fix-error-message-spelling.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-juicypixels/patches/fix-error-message-spelling.patch	2015-06-27 18:41:26.001190307 +0000
@@ -0,0 +1,17 @@
+Description: Fix spelling error
+Author: Dmitry Bogatov <KAction at gnu.org>
+Forwarded: yes
+Last-Update: 2015-06-27
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/Codec/Picture/Jpg.hs
++++ b/src/Codec/Picture/Jpg.hs
+@@ -581,7 +581,7 @@ decodeJpegWithMetadata file = case runGe
+        in
+        (, meta) <$>
+            dynamicOfColorSpace (colorSpaceOfState st) imgWidth imgHeight arr
+-     _ -> Left "Unkown JPG kind"
++     _ -> Left "Unknown JPG kind"
+     where
+       compCount = length $ jpgComponents scanInfo
+       (_,scanInfo) = gatherScanInfo img
diff -rN -u old-haskell-juicypixels/patches/series new-haskell-juicypixels/patches/series
--- old-haskell-juicypixels/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-juicypixels/patches/series	2015-06-27 18:41:26.001190307 +0000
@@ -0,0 +1 @@
+fix-error-message-spelling.patch




More information about the Pkg-haskell-commits mailing list