summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-11 17:50:05 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-11 18:17:16 +0200
commit8fdb4d37f6ea071031a1e9e28f1296965d0c633f (patch)
tree4b187d46a3286dc203202331b9ffc08ad8d2e78b /p
parentb95496a95af5045af94fc6f78ca322628d0b907f (diff)
downloadDHG_packages-8fdb4d37f6ea071031a1e9e28f1296965d0c633f.tar.gz
Fix whitespace in gloss-rendering patches
Diffstat (limited to 'p')
-rw-r--r--p/haskell-gloss-rendering/debian/patches/extend-base-dependency4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/haskell-gloss-rendering/debian/patches/extend-base-dependency b/p/haskell-gloss-rendering/debian/patches/extend-base-dependency
index 10c3b46b2..cddb02f15 100644
--- a/p/haskell-gloss-rendering/debian/patches/extend-base-dependency
+++ b/p/haskell-gloss-rendering/debian/patches/extend-base-dependency
@@ -4,8 +4,8 @@ Index: gloss-rendering-1.9.3.1/gloss-rendering.cabal
+++ gloss-rendering-1.9.3.1/gloss-rendering.cabal 2015-05-05 23:34:25.013782072 +0200
@@ -28,7 +28,7 @@
Graphics.Gloss.Internals.Rendering.State
-
- build-depends:
+
+ build-depends:
- base == 4.8.*,
+ base,
containers == 0.5.*,