diff options
| author | Clint Adams <clint@debian.org> | 2016-10-12 18:53:42 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-12 18:53:42 -0400 |
| commit | 160c84c1046cc804e786663ae34b12a0b108e567 (patch) | |
| tree | bf2ddb453cd2eb41edb735828a34ac87c04d72af /p/haskell-map-syntax/debian | |
| parent | e7d091a0222b0dbc897436def874f092d4874f47 (diff) | |
| parent | 82ce455936337280b4fddaf8fbc7bed0d015167d (diff) | |
| download | DHG_packages-160c84c1046cc804e786663ae34b12a0b108e567.tar.gz | |
Merge branch 'master' into experimental
what a mess
Diffstat (limited to 'p/haskell-map-syntax/debian')
| -rw-r--r-- | p/haskell-map-syntax/debian/changelog | 14 | ||||
| -rw-r--r-- | p/haskell-map-syntax/debian/control | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/p/haskell-map-syntax/debian/changelog b/p/haskell-map-syntax/debian/changelog index 4a061f5b8..0f70cf2e6 100644 --- a/p/haskell-map-syntax/debian/changelog +++ b/p/haskell-map-syntax/debian/changelog @@ -1,13 +1,19 @@ -haskell-map-syntax (0.2-4) UNRELEASED; urgency=medium +haskell-map-syntax (0.2.0.1-1) unstable; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Sean Whitton ] + * New upstream release. + - Drop build-dependencies: + - libghc-test-framework + - libghc-test-framework-hunit + - libghc-test-framework-quickcheck2 + - New build-dependency: + - libghc-hspec-dev - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:44 +0300 + -- Sean Whitton <spwhitton@spwhitton.name> Sat, 13 Aug 2016 12:21:32 -0700 haskell-map-syntax (0.2-3) unstable; urgency=medium diff --git a/p/haskell-map-syntax/debian/control b/p/haskell-map-syntax/debian/control index 2f60bd91e..edd1a6c4a 100644 --- a/p/haskell-map-syntax/debian/control +++ b/p/haskell-map-syntax/debian/control @@ -15,12 +15,8 @@ Build-Depends: debhelper (>= 9), libghc-hunit-dev (<< 2), libghc-quickcheck2-dev (>= 2.3.0.2), libghc-quickcheck2-dev (<< 3), - libghc-test-framework-dev (>= 0.8.0.3), - libghc-test-framework-dev (<< 0.9), - libghc-test-framework-hunit-dev (>= 0.2.7), - libghc-test-framework-hunit-dev (<< 0.4), - libghc-test-framework-quickcheck2-dev (>= 0.2.12.1), - libghc-test-framework-quickcheck2-dev (<< 0.4), + libghc-hspec-dev (>= 2.2.3), + libghc-hspec-dev (<< 2.3), Build-Depends-Indep: ghc-doc, libghc-mtl-doc, Standards-Version: 3.9.8 |
