diff options
| author | Sven Bartscher <sven.bartscher@weltraumschlangen.de> | 2016-03-17 18:51:37 +0100 |
|---|---|---|
| committer | Sven Bartscher <sven.bartscher@weltraumschlangen.de> | 2016-03-17 19:57:20 +0100 |
| commit | 3751e4f1e8a9c51882fff13a17c65a3e666a0feb (patch) | |
| tree | ce91b5e335ac0a30b9345478339037125b9dedc8 | |
| parent | 4d00ec5920a7f8736f7a67b2f439ffcd51e37964 (diff) | |
| download | DHG_packages-3751e4f1e8a9c51882fff13a17c65a3e666a0feb.tar.gz | |
reactive-banana: Upgrading from 0.8.1.2 to 1.1.0.0
| -rw-r--r-- | p/haskell-reactive-banana/debian/changelog | 6 | ||||
| -rw-r--r-- | 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 388bdf38e..fbb2dd920 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@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 b0d021c7f..e49519312 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} |
