diff options
Diffstat (limited to 'p/haskell-haddock-library/debian/patches/avoid-unicode-in-description')
-rw-r--r-- | p/haskell-haddock-library/debian/patches/avoid-unicode-in-description | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/p/haskell-haddock-library/debian/patches/avoid-unicode-in-description b/p/haskell-haddock-library/debian/patches/avoid-unicode-in-description index 2c4d5a64b..2f17c3b75 100644 --- a/p/haskell-haddock-library/debian/patches/avoid-unicode-in-description +++ b/p/haskell-haddock-library/debian/patches/avoid-unicode-in-description @@ -1,7 +1,5 @@ -Index: haddock-library-1.1.1/haddock-library.cabal -=================================================================== ---- haddock-library-1.1.1.orig/haddock-library.cabal 2014-12-21 22:18:14.839414012 +0100 -+++ haddock-library-1.1.1/haddock-library.cabal 2014-12-21 22:47:03.458460704 +0100 +--- a/haddock-library.cabal ++++ b/haddock-library.cabal @@ -6,7 +6,7 @@ without pulling in the GHC dependency. Please note that the API is likely to change so specify upper bounds in your @@ -10,4 +8,4 @@ Index: haddock-library-1.1.1/haddock-library.cabal + itself, see the 'haddock' package. license: BSD3 license-file: LICENSE - maintainer: Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> + maintainer: Alex Biehl <alexbiehl@gmail.com>, Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> |