[DHG_packages] 01/04: Fix whitespace in gloss patches

Joachim Breitner nomeata at moszumanska.debian.org
Tue Aug 11 18:09:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 6a310bbbe7f54065910d9fb52f62c45971de6394
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Aug 11 19:36:38 2015 +0200

    Fix whitespace in gloss patches
---
 p/haskell-gloss/debian/patches/extend-base-dependency | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/p/haskell-gloss/debian/patches/extend-base-dependency b/p/haskell-gloss/debian/patches/extend-base-dependency
index 0a00ac5..bcad3a4 100644
--- a/p/haskell-gloss/debian/patches/extend-base-dependency
+++ b/p/haskell-gloss/debian/patches/extend-base-dependency
@@ -3,9 +3,9 @@ Index: gloss-1.9.3.1/gloss.cabal
 --- gloss-1.9.3.1.orig/gloss.cabal	2015-05-05 23:15:59.758337339 +0200
 +++ gloss-1.9.3.1/gloss.cabal	2015-05-05 23:16:48.291327847 +0200
 @@ -37,8 +37,8 @@
-
+ 
  Library
-   Build-Depends:
+   Build-Depends: 
 -        base       == 4.8.*,
 -        ghc-prim   == 0.4.*,
 +        base,
@@ -22,7 +22,7 @@ Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Event.hs
  import Data.IORef
  import Graphics.Gloss.Internals.Interface.Backend
 +import Data.Functor
-
+ 
  -- | Possible input events.
  data Event
 Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Display.hs
@@ -34,8 +34,8 @@ Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Display.hs
  import Data.IORef
  import System.Mem
 +import Data.Functor
-
-
+ 
+ 
  displayWithBackend
 Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Animate.hs
 ===================================================================
@@ -47,7 +47,7 @@ Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Animate.hs
  import GHC.Float (double2Float)
 -
 +import Data.Functor
-
+ 
  animateWithBackendIO
          :: Backend a
 Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Simulate.hs
@@ -59,6 +59,6 @@ Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Simulate.hs
  import Data.IORef
  import System.Mem
 +import Data.Functor
-
-
+ 
+ 
  simulateWithBackendIO

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list