[Pkg-haskell-commits] darcs: haskell-hipmunk: releasing version 5.2.0.6-1

Joachim Breitner mail at joachim-breitner.de
Mon Feb 6 17:12:32 UTC 2012


Mon Feb  6 17:12:21 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 5.2.0.6-1
  Ignore-this: 93d2e2d206ff9ca7e36946e77659a131

    M ./changelog -3 +2
    A ./patches/
    A ./patches/extend-array-range
    A ./patches/series

Mon Feb  6 17:12:21 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 5.2.0.6-1
  Ignore-this: 93d2e2d206ff9ca7e36946e77659a131
diff -rN -u old-haskell-hipmunk//changelog new-haskell-hipmunk//changelog
--- old-haskell-hipmunk//changelog	2012-02-06 17:12:32.110249545 +0000
+++ new-haskell-hipmunk//changelog	2012-02-06 17:12:32.122249353 +0000
@@ -1,10 +1,9 @@
-haskell-hipmunk (5.2.0.6-1) UNRELEASED; urgency=low
+haskell-hipmunk (5.2.0.6-1) unstable; urgency=low
 
   * New upstream release
-  * New upstream release
   * Drop all patches, applied upstream
 
- -- Joachim Breitner <nomeata at debian.org>  Mon, 06 Feb 2012 18:08:16 +0100
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 06 Feb 2012 18:09:37 +0100
 
 haskell-hipmunk (5.2.0.4-3) unstable; urgency=low
 
diff -rN -u old-haskell-hipmunk//patches/extend-array-range new-haskell-hipmunk//patches/extend-array-range
--- old-haskell-hipmunk//patches/extend-array-range	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hipmunk//patches/extend-array-range	2012-02-06 17:12:32.122249353 +0000
@@ -0,0 +1,23 @@
+Description: Extend array range for GHC 7.4.1's sake.
+Author: Joachim Breitner <nomeata at debian.org>
+
+--- haskell-hipmunk-5.2.0.6.orig/Hipmunk.cabal
++++ haskell-hipmunk-5.2.0.6/Hipmunk.cabal
+@@ -3,7 +3,7 @@ Build-Type:    Simple
+ Tested-With:   GHC
+ Category:      Physics, Game
+ Name:          Hipmunk
+-Version:       5.2.0.6
++Version:       5.2.0.6.1
+ Stability:     provisional
+ License:       OtherLicense
+ License-File:  LICENSE
+@@ -193,7 +193,7 @@ Library
+ 
+   if flag(small_base)
+     Build-Depends: base >= 3 && < 5,
+-                   array >= 0.1 && < 0.4,
++                   array >= 0.1 && < 0.5,
+                    containers >= 0.1 && < 0.5,
+                    transformers >= 0.2 && < 0.3,
+                    StateVar >= 1.0 && < 1.1
diff -rN -u old-haskell-hipmunk//patches/series new-haskell-hipmunk//patches/series
--- old-haskell-hipmunk//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hipmunk//patches/series	2012-02-06 17:12:32.122249353 +0000
@@ -0,0 +1 @@
+extend-array-range





More information about the Pkg-haskell-commits mailing list