diff options
| author | Clint Adams <clint@debian.org> | 2012-11-29 04:27:07 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2012-11-29 04:27:07 +0400 |
| commit | 9116c2d56559f166896a8812567ff70f731537cd (patch) | |
| tree | 66ef7b128f93505dd78c2c5da9cff9d92a8ee2c8 /p/haskell-netwire/debian | |
| parent | baa5f5abbd5f236e58f8aa79b3ace610014f2953 (diff) | |
| download | DHG_packages-9116c2d56559f166896a8812567ff70f731537cd.tar.gz | |
haskell-netwire: New upstream version 4.0.5.
Diffstat (limited to 'p/haskell-netwire/debian')
| -rw-r--r-- | p/haskell-netwire/debian/changelog | 10 | ||||
| -rw-r--r-- | p/haskell-netwire/debian/control | 56 |
2 files changed, 41 insertions, 25 deletions
diff --git a/p/haskell-netwire/debian/changelog b/p/haskell-netwire/debian/changelog index 78f342655..14b05fcac 100644 --- a/p/haskell-netwire/debian/changelog +++ b/p/haskell-netwire/debian/changelog @@ -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@debian.org> Sat, 13 Oct 2012 14:11:35 +0200 + [ Clint Adams ] + * New upstream version. + + -- Clint Adams <clint@debian.org> Wed, 28 Nov 2012 19:18:28 -0500 haskell-netwire (3.1.0-2) unstable; urgency=low diff --git a/p/haskell-netwire/debian/control b/p/haskell-netwire/debian/control index c0a18f7d5..f295a6701 100644 --- a/p/haskell-netwire/debian/control +++ b/p/haskell-netwire/debian/control @@ -8,29 +8,44 @@ Build-Depends: debhelper (>= 7) , 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 @@ Depends: ${haskell:Depends} 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 @@ Depends: ${haskell:Depends} 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 @@ Architecture: all 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. |
