[DHG_packages] 01/01: reactive-banana: Upgrading from 0.8.1.2 to 1.1.0.0
Sven Bartscher
svenb-guest at moszumanska.debian.org
Thu Mar 17 18:57:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
svenb-guest pushed a commit to branch master
in repository DHG_packages.
commit 3751e4f1e8a9c51882fff13a17c65a3e666a0feb
Author: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
Date: Thu Mar 17 18:51:37 2016 +0100
reactive-banana: Upgrading from 0.8.1.2 to 1.1.0.0
---
p/haskell-reactive-banana/debian/changelog | 6 +++
p/haskell-reactive-banana/debian/control | 78 +++++++-----------------------
2 files changed, 23 insertions(+), 61 deletions(-)
diff --git a/p/haskell-reactive-banana/debian/changelog b/p/haskell-reactive-banana/debian/changelog
index 388bdf3..fbb2dd9 100644
--- a/p/haskell-reactive-banana/debian/changelog
+++ b/p/haskell-reactive-banana/debian/changelog
@@ -1,3 +1,9 @@
+haskell-reactive-banana (1.1.0.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Sven Bartscher <sven.bartscher at weltraumschlangen.de> Thu, 17 Mar 2016 18:51:37 +0100
+
haskell-reactive-banana (0.8.1.2-2) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-reactive-banana/debian/control b/p/haskell-reactive-banana/debian/control
index b0d021c..e495193 100644
--- a/p/haskell-reactive-banana/debian/control
+++ b/p/haskell-reactive-banana/debian/control
@@ -11,9 +11,9 @@ Build-Depends: debhelper (>= 9),
libghc-hashable-dev (>= 1.1),
libghc-hashable-dev (<< 1.3),
libghc-hashable-prof,
- libghc-psqueues-dev (>= 0.2),
- libghc-psqueues-dev (<< 0.3),
- libghc-psqueues-prof,
+ libghc-pqueue-dev (>= 1.0),
+ libghc-pqueue-dev (<< 1.4),
+ libghc-pqueue-prof,
libghc-unordered-containers-dev (>= 0.2.1.0),
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof,
@@ -22,13 +22,20 @@ Build-Depends: debhelper (>= 9),
libghc-vault-prof,
Build-Depends-Indep: ghc-doc,
libghc-hashable-doc,
- libghc-psqueues-doc,
+ libghc-pqueue-doc,
libghc-unordered-containers-doc,
libghc-vault-doc,
Standards-Version: 3.9.6
Homepage: http://wiki.haskell.org/Reactive-banana
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: Library for functional reactive programming (FRP)
+ Reactive-banana is a library for Functional Reactive Programming (FRP).
+ .
+ FRP offers an elegant and concise way to express interactive programs
+ such as graphical user interfaces, animations, computer music or
+ robot controllers. It promises to avoid the spaghetti code that is
+ all too common in traditional approaches to GUI programming.
Package: libghc-reactive-banana-dev
Architecture: any
@@ -38,25 +45,8 @@ Depends: ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: small but solid library for FRP${haskell:ShortBlurb}
- The current focus of this library is to implement a subset of the semantic
- model for functional reactive programming pioneered by Conal Elliott.
- .
- Moreover, this library can hooked into any existing event-based framework.
- It is especially useful in conjunction with existing GUI frameworks like
- wxHaskell or gtk2hs.
- .
- This also means that your code can be a mix of FRP and imperative parts.
- Bored of programming imperative GUIs? Write some parts with FRP! Don't know
- how to express something with FRP? Switch back to imperative style!
- .
- In the spectrum of possible FRP implementations, this one features simple
- semantics but modest expressivity. Predicting space & time usage should be
- easy.
- .
- Stability forecast: Known inefficiencies that will be addressed. No
- semantic bugs expected. Significant API changes are likely in future
- versions.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -67,25 +57,8 @@ Depends: ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: small but solid library for FRP${haskell:ShortBlurb}
- The current focus of this library is to implement a subset of the semantic
- model for functional reactive programming pioneered by Conal Elliott.
- .
- Moreover, this library can hooked into any existing event-based framework.
- It is especially useful in conjunction with existing GUI frameworks like
- wxHaskell or gtk2hs.
- .
- This also means that your code can be a mix of FRP and imperative parts.
- Bored of programming imperative GUIs? Write some parts with FRP! Don't know
- how to express something with FRP? Switch back to imperative style!
- .
- In the spectrum of possible FRP implementations, this one features simple
- semantics but modest expressivity. Predicting space & time usage should be
- easy.
- .
- Stability forecast: Known inefficiencies that will be addressed. No
- semantic bugs expected. Significant API changes are likely in future
- versions.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -96,24 +69,7 @@ Depends: ${misc:Depends},
${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
-Description: small but solid library for FRP${haskell:ShortBlurb}
- The current focus of this library is to implement a subset of the semantic
- model for functional reactive programming pioneered by Conal Elliott.
- .
- Moreover, this library can hooked into any existing event-based framework.
- It is especially useful in conjunction with existing GUI frameworks like
- wxHaskell or gtk2hs.
- .
- This also means that your code can be a mix of FRP and imperative parts.
- Bored of programming imperative GUIs? Write some parts with FRP! Don't know
- how to express something with FRP? Switch back to imperative style!
- .
- In the spectrum of possible FRP implementations, this one features simple
- semantics but modest expressivity. Predicting space & time usage should be
- easy.
- .
- Stability forecast: Known inefficiencies that will be addressed. No
- semantic bugs expected. Significant API changes are likely in future
- versions.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list