[Pkg-haskell-commits] darcs: haskell-profunctors: Refresh patch to make dpkg happy

Joachim Breitner mail at joachim-breitner.de
Sun Oct 13 08:56:12 UTC 2013


Sun Oct 13 08:56:00 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Refresh patch to make dpkg happy

    M ./patches/0001-remove-unnecessay-ghci-build-dep.patch -20 +5

Sun Oct 13 08:56:00 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Refresh patch to make dpkg happy
diff -rN -u old-haskell-profunctors/patches/0001-remove-unnecessay-ghci-build-dep.patch new-haskell-profunctors/patches/0001-remove-unnecessay-ghci-build-dep.patch
--- old-haskell-profunctors/patches/0001-remove-unnecessay-ghci-build-dep.patch	2013-10-13 08:56:11.977564293 +0000
+++ new-haskell-profunctors/patches/0001-remove-unnecessay-ghci-build-dep.patch	2013-10-13 08:56:11.993570897 +0000
@@ -8,23 +8,11 @@
  src/Data/Profunctor/Unsafe.hs |    3 ---
  2 files changed, 4 deletions(-)
 
-diff --git a/debian/control b/debian/control
-index d261268..28319b5 100644
---- a/debian/control
-+++ b/debian/control
-@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 9)
-   , haskell-devscripts (>= 0.8.15)
-   , ghc
-   , ghc-prof
--  , ghc-ghci
-   , libghc-comonad-dev (>> 3.0)
-   , libghc-comonad-prof
-   , libghc-tagged-dev (>> 0.4.4)
-diff --git a/src/Data/Profunctor/Unsafe.hs b/src/Data/Profunctor/Unsafe.hs
-index 025c7c4..0249274 100644
---- a/src/Data/Profunctor/Unsafe.hs
-+++ b/src/Data/Profunctor/Unsafe.hs
-@@ -40,9 +40,6 @@ import Data.Tagged
+Index: haskell-profunctors-3.3/src/Data/Profunctor/Unsafe.hs
+===================================================================
+--- haskell-profunctors-3.3.orig/src/Data/Profunctor/Unsafe.hs	2013-10-13 10:55:50.579562315 +0200
++++ haskell-profunctors-3.3/src/Data/Profunctor/Unsafe.hs	2013-10-13 10:55:50.579562315 +0200
+@@ -40,9 +40,6 @@
  import Prelude hiding (id,(.),sequence)
  import Unsafe.Coerce
  
@@ -34,6 +22,3 @@
  infixr 9 #.
  infixl 8 .#
  
--- 
-1.7.10.4
-




More information about the Pkg-haskell-commits mailing list