[Pkg-haskell-commits] darcs: haskell-hipmunk: releasing version 5.2.0.8-1
Joachim Breitner
mail at joachim-breitner.de
Thu May 17 11:42:28 UTC 2012
Thu May 17 11:42:15 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 5.2.0.8-1
Ignore-this: c937542b4ce1d89e7f31ccdb3cc7678d
M ./changelog -2 +2
M ./control -1 +1
R ./patches/
R ./patches/extend-array-range
R ./patches/series
Thu May 17 11:42:15 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 5.2.0.8-1
Ignore-this: c937542b4ce1d89e7f31ccdb3cc7678d
diff -rN -u old-haskell-hipmunk//changelog new-haskell-hipmunk//changelog
--- old-haskell-hipmunk//changelog 2012-05-17 11:42:28.462325901 +0000
+++ new-haskell-hipmunk//changelog 2012-05-17 11:42:28.481949624 +0000
@@ -1,8 +1,8 @@
-haskell-hipmunk (5.2.0.8-1) UNRELEASED; urgency=low
+haskell-hipmunk (5.2.0.8-1) unstable; urgency=low
* New upstream release
- -- Joachim Breitner <nomeata at debian.org> Thu, 17 May 2012 13:40:10 +0200
+ -- Joachim Breitner <nomeata at debian.org> Thu, 17 May 2012 13:41:21 +0200
haskell-hipmunk (5.2.0.6-1) unstable; urgency=low
diff -rN -u old-haskell-hipmunk//control new-haskell-hipmunk//control
--- old-haskell-hipmunk//control 2012-05-17 11:42:28.462325901 +0000
+++ new-haskell-hipmunk//control 2012-05-17 11:42:28.481949624 +0000
@@ -9,7 +9,7 @@
, ghc
, ghc-prof
, libghc-transformers-dev (>= 0.2)
- , libghc-transformers-dev (<< 0.3)
+ , libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
, libghc-statevar-dev (>= 1.0)
, libghc-statevar-dev (<< 1.1)
diff -rN -u old-haskell-hipmunk//patches/extend-array-range new-haskell-hipmunk//patches/extend-array-range
--- old-haskell-hipmunk//patches/extend-array-range 2012-05-17 11:42:28.481949624 +0000
+++ new-haskell-hipmunk//patches/extend-array-range 1970-01-01 00:00:00.000000000 +0000
@@ -1,23 +0,0 @@
-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 2012-05-17 11:42:28.481949624 +0000
+++ new-haskell-hipmunk//patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-extend-array-range
More information about the Pkg-haskell-commits
mailing list