[Pkg-haskell-commits] darcs: haskell-netwire: New upstream version 4.0.5.
Clint Adams
clint at debian.org
Thu Nov 29 00:29:18 UTC 2012
Thu Nov 29 00:27:07 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 4.0.5.
Ignore-this: 861131e0f2659473f81456844977e762
M ./changelog -3 +7
M ./control -22 +34
Thu Nov 29 00:27:07 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 4.0.5.
Ignore-this: 861131e0f2659473f81456844977e762
diff -rN -u old-haskell-netwire//changelog new-haskell-netwire//changelog
--- old-haskell-netwire//changelog 2012-11-29 00:29:18.171730933 +0000
+++ new-haskell-netwire//changelog 2012-11-29 00:29:18.178826824 +0000
@@ -1,10 +1,14 @@
-haskell-netwire (3.1.0-3) UNRELEASED; urgency=low
+haskell-netwire (4.0.5-1) experimental; urgency=low
- * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+ [ Joachim Breitner ]
+ * Depend on haskell-devscripts 0.8.13 to ensure this package is built
against experimental
* Bump standards version, no change
- -- Joachim Breitner <nomeata at debian.org> Sat, 13 Oct 2012 14:11:35 +0200
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Wed, 28 Nov 2012 19:18:28 -0500
haskell-netwire (3.1.0-2) unstable; urgency=low
diff -rN -u old-haskell-netwire//control new-haskell-netwire//control
--- old-haskell-netwire//control 2012-11-29 00:29:18.142802393 +0000
+++ new-haskell-netwire//control 2012-11-29 00:29:18.178826824 +0000
@@ -8,29 +8,44 @@
, haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
- , libghc-arrows-dev (>> 0.4.4)
- , libghc-arrows-prof
- , libghc-lifted-base-dev (>> 0.1.0)
+ , libghc-bifunctors-dev (>> 0.1)
+ , libghc-bifunctors-dev (<< 4)
+ , libghc-bifunctors-prof
+ , libghc-lifted-base-dev (>> 0.1)
+ , libghc-lifted-base-dev (<< 1)
, libghc-lifted-base-prof
, libghc-monad-control-dev (>> 0.3.0)
+ , libghc-monad-control-dev (<< 1)
, libghc-monad-control-prof
- , libghc-mtl-dev (>> 2.0.1)
+ , libghc-mtl-dev (>> 2.0)
+ , libghc-mtl-dev (<< 3)
, libghc-mtl-prof
- , libghc-random-dev (>> 1.0.0)
+ , libghc-profunctors-dev (>> 0.1)
+ , libghc-profunctors-dev (<< 4)
+ , libghc-profunctors-prof
+ , libghc-random-dev (>> 1.0)
+ , libghc-random-dev (<< 2)
, libghc-random-prof
- , libghc-stm-dev (>> 2.2.0)
- , libghc-stm-prof
+ , libghc-semigroups-dev (>> 0.8)
+ , libghc-semigroups-dev (<< 1)
+ , libghc-semigroups-prof
+ , libghc-tagged-dev (>> 0.4)
+ , libghc-tagged-dev (<< 1)
+ , libghc-tagged-prof
, libghc-vector-dev (>> 0.9)
, libghc-vector-prof
- , libghc-vector-space-dev (>> 0.7.8)
+ , libghc-vector-space-dev (>> 0.8)
+ , libghc-vector-space-dev (<< 1)
, libghc-vector-space-prof
Build-Depends-Indep: ghc-doc
- , libghc-arrows-doc
+ , libghc-bifunctors-doc
, libghc-lifted-base-doc
, libghc-monad-control-doc
, libghc-mtl-doc
+ , libghc-profunctors-doc
, libghc-random-doc
- , libghc-stm-doc
+ , libghc-semigroups-doc
+ , libghc-tagged-doc
, libghc-vector-doc
, libghc-vector-space-doc
Standards-Version: 3.9.4
@@ -46,13 +61,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: arrowized FRP implementation
+Description: flexible wire arrows for FRP
This package provides a library for the Haskell programming language. See
http://www.haskell.org/ for more information on Haskell.
.
- It provides an arrowized functional reactive programming (FRP)
- implementation. From the basic idea it is similar to Yampa and Animas, but
- has a much simpler internal representation and a lot of new features.
+ It provides efficient and flexible wire arrows for functional reactive
+ programming and other forms of locally stateful programming.
Package: libghc-netwire-prof
Architecture: any
@@ -61,13 +75,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: small but solid library for FRP; profiling libraries
+Description: flexible wire arrows for FRP; profiling libraries
This package provides a library for the Haskell programming language. See
http://www.haskell.org/ for more information on Haskell.
.
- It provides an arrowized functional reactive programming (FRP)
- implementation. From the basic idea it is similar to Yampa and Animas, but
- has a much simpler internal representation and a lot of new features.
+ It provides efficient and flexible wire arrows for functional reactive
+ programming and other forms of locally stateful programming.
Package: libghc-netwire-doc
Section: doc
@@ -75,10 +88,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: small but solid library for FRP; documentation
+Description: flexible wire arrows for FRP; documentation
This package provides a library for the Haskell programming language. See
http://www.haskell.org/ for more information on Haskell.
.
- It provides an arrowized functional reactive programming (FRP)
- implementation. From the basic idea it is similar to Yampa and Animas, but
- has a much simpler internal representation and a lot of new features.
+ It provides efficient and flexible wire arrows for functional reactive
+ programming and other forms of locally stateful programming.
More information about the Pkg-haskell-commits
mailing list