diff options
author | Clint Adams <clint@debian.org> | 2016-08-04 13:26:40 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-08-04 13:30:02 -0400 |
commit | 7629db566a3277d368d141df4534436ceed44607 (patch) | |
tree | bf1c3dbb50c0d28b584a2042e3b7639383972bd0 /p/haskell-http-api-data | |
parent | b4127c7b05971126883211c5ccfe5e92a9c8982e (diff) | |
download | DHG_packages-7629db566a3277d368d141df4534436ceed44607.tar.gz |
http-api-data: Upgrading from 0.2.3 to 0.2.4
Diffstat (limited to 'p/haskell-http-api-data')
-rw-r--r-- | p/haskell-http-api-data/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-http-api-data/debian/control | 7 | ||||
-rw-r--r-- | p/haskell-http-api-data/debian/patches/disable-doctest | 17 | ||||
-rw-r--r-- | p/haskell-http-api-data/debian/patches/series | 1 |
4 files changed, 10 insertions, 21 deletions
diff --git a/p/haskell-http-api-data/debian/changelog b/p/haskell-http-api-data/debian/changelog index 0ab7c7559..f4cb37b87 100644 --- a/p/haskell-http-api-data/debian/changelog +++ b/p/haskell-http-api-data/debian/changelog @@ -1,3 +1,9 @@ +haskell-http-api-data (0.2.4-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Thu, 04 Aug 2016 13:26:40 -0400 + haskell-http-api-data (0.2.3-1) unstable; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-http-api-data/debian/control b/p/haskell-http-api-data/debian/control index 66c97254b..f25725406 100644 --- a/p/haskell-http-api-data/debian/control +++ b/p/haskell-http-api-data/debian/control @@ -14,11 +14,12 @@ Build-Depends: debhelper (>= 9), libghc-text-show-prof, libghc-time-locale-compat-dev, libghc-time-locale-compat-prof, - libghc-doctest-dev, - libghc-glob-dev, - libghc-hspec-dev (>= 1.3), libghc-hunit-dev, libghc-quickcheck2-dev, + libghc-doctest-dev (>= 0.11), + libghc-doctest-dev (<< 0.12), + libghc-hspec-dev (>= 1.3), + libghc-text-dev, Build-Depends-Indep: ghc-doc, libghc-text-doc, libghc-text-show-doc, diff --git a/p/haskell-http-api-data/debian/patches/disable-doctest b/p/haskell-http-api-data/debian/patches/disable-doctest deleted file mode 100644 index 663663645..000000000 --- a/p/haskell-http-api-data/debian/patches/disable-doctest +++ /dev/null @@ -1,17 +0,0 @@ -doctest is choking on CPP directives, so disable for now - ---- a/http-api-data.cabal -+++ b/http-api-data.cabal -@@ -46,12 +46,6 @@ - , text - , time - --test-suite doctest -- build-depends: base, doctest, Glob -- hs-source-dirs: test -- main-is: DocTest.hs -- type: exitcode-stdio-1.0 -- - source-repository head - type: git - location: https://github.com/fizruk/http-api-data diff --git a/p/haskell-http-api-data/debian/patches/series b/p/haskell-http-api-data/debian/patches/series deleted file mode 100644 index 292e6dcf0..000000000 --- a/p/haskell-http-api-data/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -disable-doctest |