[Pkg-haskell-commits] darcs: lambdabot: Other build-compatibility patches

Joachim Breitner mail at joachim-breitner.de
Sat Jun 20 17:38:36 UTC 2015


Sat Jun 20 17:26:42 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Other build-compatibility patches

    M ./changelog +1
    A ./patches/fix-type-roles
    M ./patches/series +1

Sat Jun 20 17:26:42 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Other build-compatibility patches
diff -rN -u old-lambdabot/changelog new-lambdabot/changelog
--- old-lambdabot/changelog	2015-06-20 17:38:36.638970440 +0000
+++ new-lambdabot/changelog	2015-06-20 17:38:36.638970440 +0000
@@ -4,6 +4,7 @@
   * Do not depend on transformers, which now comes with GHC
   * Do not depend on haskeline, which now comes with GHC
   * Patch: use network-uri
+  * Other build-compatibility patches
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 27 Apr 2015 11:55:57 +0200
 
diff -rN -u old-lambdabot/patches/fix-type-roles new-lambdabot/patches/fix-type-roles
--- old-lambdabot/patches/fix-type-roles	1970-01-01 00:00:00.000000000 +0000
+++ new-lambdabot/patches/fix-type-roles	2015-06-20 17:38:36.642970440 +0000
@@ -0,0 +1,12 @@
+Index: lambdabot-4.3.0.1/src/Lambdabot/Monad.hs-boot
+===================================================================
+--- lambdabot-4.3.0.1.orig/src/Lambdabot/Monad.hs-boot	2015-06-20 19:20:39.812844448 +0200
++++ lambdabot-4.3.0.1/src/Lambdabot/Monad.hs-boot	2015-06-20 19:26:29.294282756 +0200
+@@ -1,5 +1,6 @@
+-{-# LANGUAGE RankNTypes #-}
++{-# LANGUAGE RankNTypes, RoleAnnotations #-}
+ module Lambdabot.Monad where
+ 
++type role LB nominal
+ data LB a
+ instance Monad LB
diff -rN -u old-lambdabot/patches/series new-lambdabot/patches/series
--- old-lambdabot/patches/series	2015-06-20 17:38:36.638970440 +0000
+++ new-lambdabot/patches/series	2015-06-20 17:38:36.642970440 +0000
@@ -1,3 +1,4 @@
 correct-bf-binary-name.patch
 disable-some-plugins
 network-uri
+fix-type-roles




More information about the Pkg-haskell-commits mailing list