Commit c9bef334 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-servant-server: update to 0.13.1, add doctest to build-deps, fixing a...

haskell-servant-server: update to 0.13.1, add doctest to build-deps, fixing a build failure, bump dependencies bounds, upload to unstable
parent 06192d9c
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
haskell-servant-server (0.13-2) UNRELEASED; urgency=medium
haskell-servant-server (0.13.0.1-1) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * New upstream release, bump dependencies bounds
    - closes: #897521
  * Add cabal-doctest to build-deps

  [ Clint Adams ]
  * Set Rules-Requires-Root to no.

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:10:32 -0400
 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 26 Jun 2018 11:00:21 +0200

haskell-servant-server (0.13-1) unstable; urgency=medium

+11 −8
Original line number Diff line number Diff line
@@ -12,24 +12,27 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-aeson-dev (>= 1.2.3.0),
 libghc-aeson-dev (<< 1.3),
 libghc-aeson-dev (<< 1.4),
 libghc-aeson-prof,
 libghc-attoparsec-dev (>= 0.13.2.0),
 libghc-attoparsec-dev (<< 0.14),
 libghc-attoparsec-prof,
 libghc-base-compat-dev (>= 0.9.3),
 libghc-base-compat-dev (<< 0.10),
 libghc-base-compat-dev (<< 0.11),
 libghc-base-compat-prof,
 libghc-base64-bytestring-dev (>= 1.0.0.1),
 libghc-base64-bytestring-dev (<< 1.1),
 libghc-base64-bytestring-prof,
 libghc-cabal-doctest-dev (>= 1.0.1),
 libghc-cabal-doctest-dev (<<1.1),
 libghc-cabal-doctest-prof,
 libghc-exceptions-dev (>= 0.8.3),
 libghc-exceptions-dev (<< 0.9),
 libghc-exceptions-dev (<< 0.11),
 libghc-exceptions-prof,
 libghc-http-api-data-dev (>= 0.3.7.1),
 libghc-http-api-data-dev (<< 0.4),
 libghc-http-api-data-prof,
 libghc-http-media-dev (>= 0.7.1.1),
 libghc-http-media-dev (>= 0.7.0),
 libghc-http-media-dev (<< 0.8),
 libghc-http-media-prof,
 libghc-http-types-dev (>= 0.12),
@@ -75,7 +78,7 @@ Build-Depends:
 libghc-transformers-base-dev (<< 0.5),
 libghc-transformers-base-prof,
 libghc-transformers-compat-dev (>= 0.5.1),
 libghc-transformers-compat-dev (<< 0.6),
 libghc-transformers-compat-dev (<< 0.7),
 libghc-transformers-compat-prof,
 libghc-wai-dev (>= 3.2.1.1),
 libghc-wai-dev (<< 3.3),
@@ -100,10 +103,10 @@ Build-Depends:
 libghc-base-compat-dev,
 libghc-base64-bytestring-dev,
 libghc-doctest-dev (>= 0.13.0),
 libghc-doctest-dev (<< 0.14),
 libghc-doctest-dev (<< 0.16),
 libghc-exceptions-dev,
 libghc-hspec-dev (>= 2.4.4),
 libghc-hspec-dev (<< 2.5),
 libghc-hspec-dev (<< 2.6),
 libghc-hspec-wai-dev (>= 0.9),
 libghc-hspec-wai-dev (<< 0.10),
 libghc-http-types-dev,
@@ -117,7 +120,7 @@ Build-Depends:
 libghc-should-not-typecheck-dev (<< 2.2),
 libghc-string-conversions-dev,
 libghc-temporary-dev (>= 1.2.0.3),
 libghc-temporary-dev (<< 1.3),
 libghc-temporary-dev (<< 1.4),
 libghc-transformers-compat-dev,
 libghc-wai-extra-dev (>= 3.0.21.0),
 libghc-wai-extra-dev (<< 3.1),