[Pkg-haskell-commits] darcs: haskell-osm: Patch out use of comonad-transformers

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 14:41:39 UTC 2014


Sun Dec 21 17:02:21 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patch out use of comonad-transformers 

    M ./changelog +1
    A ./patches/
    A ./patches/no-comonad-transformers
    A ./patches/series

Sun Dec 21 17:02:21 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patch out use of comonad-transformers 
diff -rN -u old-haskell-osm/changelog new-haskell-osm/changelog
--- old-haskell-osm/changelog	2014-12-22 14:41:39.005884532 +0000
+++ new-haskell-osm/changelog	2014-12-22 14:41:39.009884534 +0000
@@ -1,6 +1,7 @@
 haskell-osm (0.6.4-3) UNRELEASED; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Patch out use of comonad-transformers 
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:58:17 +0100
 
diff -rN -u old-haskell-osm/patches/no-comonad-transformers new-haskell-osm/patches/no-comonad-transformers
--- old-haskell-osm/patches/no-comonad-transformers	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-osm/patches/no-comonad-transformers	2014-12-22 14:41:39.009884534 +0000
@@ -0,0 +1,13 @@
+Index: OSM-0.6.4/OSM.cabal
+===================================================================
+--- OSM-0.6.4.orig/OSM.cabal	2014-12-21 18:00:49.243578871 +0100
++++ OSM-0.6.4/OSM.cabal	2014-12-21 18:01:14.852101475 +0100
+@@ -24,7 +24,7 @@
+                       , hxt >= 9
+                       , containers
+                       , data-lens
+-                      , comonad-transformers
++                      , comonad >= 4.0
+                       , newtype
+ 
+   GHC-Options:        -Wall
diff -rN -u old-haskell-osm/patches/series new-haskell-osm/patches/series
--- old-haskell-osm/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-osm/patches/series	2014-12-22 14:41:39.009884534 +0000
@@ -0,0 +1 @@
+no-comonad-transformers




More information about the Pkg-haskell-commits mailing list