[Pkg-haskell-commits] darcs: haskell-profunctors: Build without GHCi, thx to Joey Hess for the patch (Closes: #726177)

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


Sun Oct 13 08:51:26 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Build without GHCi, thx to Joey Hess for the patch (Closes: #726177)

    M ./changelog +1
    M ./control -1
    A ./patches/
    A ./patches/0001-remove-unnecessay-ghci-build-dep.patch
    A ./patches/series

Sun Oct 13 08:51:26 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Build without GHCi, thx to Joey Hess for the patch (Closes: #726177)
diff -rN -u old-haskell-profunctors/changelog new-haskell-profunctors/changelog
--- old-haskell-profunctors/changelog	2013-10-13 08:55:23.607324149 +0000
+++ new-haskell-profunctors/changelog	2013-10-13 08:55:23.611110810 +0000
@@ -1,6 +1,7 @@
 haskell-profunctors (3.3-3) UNRELEASED; urgency=low
 
   * Adjust watch file to new hackage layout
+  * Build without GHCi, thx to Joey Hess for the patch (Closes: #726177)
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:21:22 +0200
 
diff -rN -u old-haskell-profunctors/control new-haskell-profunctors/control
--- old-haskell-profunctors/control	2013-10-13 08:55:23.575071934 +0000
+++ new-haskell-profunctors/control	2013-10-13 08:55:23.611110810 +0000
@@ -8,7 +8,6 @@
   , 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 -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	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-profunctors/patches/0001-remove-unnecessay-ghci-build-dep.patch	2013-10-13 08:55:23.615038609 +0000
@@ -0,0 +1,39 @@
+From e5cd465d18d2a47f7a69311692f232400dae3732 Mon Sep 17 00:00:00 2001
+From: Joey Hess <joey at kitenet.net>
+Date: Sun, 13 Oct 2013 00:25:48 -0400
+Subject: [PATCH] remove unnecessay ghci build dep
+
+---
+ debian/control                |    1 -
+ 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
+ import Prelude hiding (id,(.),sequence)
+ import Unsafe.Coerce
+ 
+-{-# ANN module "Hlint: ignore Redundant lambda" #-}
+-{-# ANN module "Hlint: ignore Collapse lambdas" #-}
+-
+ infixr 9 #.
+ infixl 8 .#
+ 
+-- 
+1.7.10.4
+
diff -rN -u old-haskell-profunctors/patches/series new-haskell-profunctors/patches/series
--- old-haskell-profunctors/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-profunctors/patches/series	2013-10-13 08:55:23.615038609 +0000
@@ -0,0 +1,2 @@
+0001-remove-unnecessay-ghci-build-dep.patch
+series




More information about the Pkg-haskell-commits mailing list