[Pkg-haskell-commits] darcs: haskell-intervals: New upstream release

Raúl Benencia rul at kalgan.cc
Sat Apr 19 16:23:10 UTC 2014


Tue Apr 15 17:37:11 UTC 2014  Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
  * New upstream release

    M ./changelog +7
    M ./control -15 +13
    M ./copyright -5 +1

Tue Apr 15 17:37:11 UTC 2014  Raúl Benencia <rul at kalgan.cc>
  * New upstream release
diff -rN -u old-haskell-intervals/changelog new-haskell-intervals/changelog
--- old-haskell-intervals/changelog	2014-04-19 16:23:09.931730222 +0000
+++ new-haskell-intervals/changelog	2014-04-19 16:23:09.935730223 +0000
@@ -1,3 +1,10 @@
+haskell-intervals (0.7-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+  * Bump standards version, no change
+
+ -- Raúl Benencia <rul at kalgan.cc>  Tue, 15 Apr 2014 14:27:59 -0300
+
 haskell-intervals (0.2.2.1-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-intervals/control new-haskell-intervals/control
--- old-haskell-intervals/control	2014-04-19 16:23:09.927730221 +0000
+++ new-haskell-intervals/control	2014-04-19 16:23:09.935730223 +0000
@@ -8,25 +8,23 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-# Make sure all dependencies listed in the cabal file are represented here,
-# including their version bounds. It is sufficient to add the bounds to the
-# -dev package only.
-  , libghc-numeric-extras-dev (>= 0.0.1)
-  , libghc-numeric-extras-dev (<< 0.1)
-  , libghc-numeric-extras-prof
+  , libghc-distributive-dev (>= 0.2)
+  , libghc-distributive-dev (<< 1)
+  , libghc-distributive-prof
 Build-Depends-Indep: ghc-doc
-  , libghc-numeric-extras-doc
-Standards-Version: 3.9.2
+  , libghc-distributive-doc
+Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/intervals
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-intervals
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-intervals
-X-Description: A Haskell type for intervals
-  A Numeric.Interval.Interval is a closed, convex set of floating point values.
-  .
-  This package does not control the rounding mode of the end points of the
-  interval when using floating point arithmetic, so be aware that in order to
-  get precise containment of the result, you will need to use an underlying
-  type with both lower and upper bounds like CReal.
+X-Description: Haskell data type for intervals
+ A Numeric.Interval.Interval is a closed, convex set of floating point
+ values.
+ .
+ This package does not control the rounding mode of the end points of the
+ interval when using floating point arithmetic, so be aware that in order
+ to get precise containment of the result, you will need to use an
+ underlying type with both lower and upper bounds like CReal.
 
 Package: libghc-intervals-dev
 Architecture: any
diff -rN -u old-haskell-intervals/copyright new-haskell-intervals/copyright
--- old-haskell-intervals/copyright	2014-04-19 16:23:09.927730221 +0000
+++ new-haskell-intervals/copyright	2014-04-19 16:23:09.935730223 +0000
@@ -4,7 +4,7 @@
 Source: http://hackage.haskell.org/package/intervals
 
 Files: *
-Copyright: 2010, Edward Kmett
+Copyright: 2010-2013 Edward Kmett
 License: intervals license
 
 Files: debian/*
@@ -26,10 +26,6 @@
        disclaimer in the documentation and/or other materials provided
        with the distribution.
  .
-     * Neither the name of Edward Kmett nor the names of other
-       contributors may be used to endorse or promote products derived
-       from this software without specific prior written permission.
- .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR




More information about the Pkg-haskell-commits mailing list