diff options
| author | Clint Adams <clint@debian.org> | 2017-06-18 02:21:15 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2017-06-18 11:55:24 -0400 |
| commit | 273bbe6532901fb790f64d71207fbaee7bd92c5b (patch) | |
| tree | de6f61e8cb9c84b55e244083625cc4d19aafd530 /p/haskell-tls/debian | |
| parent | 449dbde13f9faf8132ff69d653ba31ec692efd85 (diff) | |
| download | DHG_packages-273bbe6532901fb790f64d71207fbaee7bd92c5b.tar.gz | |
tls: Upgrading from 1.3.8 to 1.3.10
Diffstat (limited to 'p/haskell-tls/debian')
| -rw-r--r-- | p/haskell-tls/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-tls/debian/control | 17 |
2 files changed, 11 insertions, 12 deletions
diff --git a/p/haskell-tls/debian/changelog b/p/haskell-tls/debian/changelog index 204e9184c..de88ea143 100644 --- a/p/haskell-tls/debian/changelog +++ b/p/haskell-tls/debian/changelog @@ -1,3 +1,9 @@ +haskell-tls (1.3.10-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Sun, 18 Jun 2017 02:21:15 -0400 + haskell-tls (1.3.8-3) unstable; urgency=medium * Upload to unstable as part of GHC 8 transition. diff --git a/p/haskell-tls/debian/control b/p/haskell-tls/debian/control index 58a78a5d2..44c39c934 100644 --- a/p/haskell-tls/debian/control +++ b/p/haskell-tls/debian/control @@ -14,13 +14,11 @@ Build-Depends: libghc-asn1-encoding-prof, libghc-asn1-types-dev (>= 0.2.0), libghc-asn1-types-prof, - libghc-async-dev, + libghc-async-dev (>= 2.0), libghc-async-prof, - libghc-cereal-dev (>= 0.3), libghc-cereal-dev (>= 0.4), libghc-cereal-prof, - libghc-cryptonite-dev, - libghc-cryptonite-dev (>= 0.15), + libghc-cryptonite-dev (>= 0.21), libghc-cryptonite-prof, libghc-data-default-class-dev, libghc-data-default-class-prof, @@ -30,20 +28,15 @@ Build-Depends: libghc-mtl-dev, libghc-mtl-dev (>= 2), libghc-mtl-prof, - libghc-network-dev, + libghc-network-dev (>= 2.4.0.0), libghc-network-prof, - libghc-quickcheck2-dev, - libghc-tasty-dev, - libghc-tasty-quickcheck-dev, - libghc-x509-dev, + libghc-x509-dev (>= 1.6.5), libghc-x509-dev (<< 1.7.0), - libghc-x509-dev (>= 1.6.2), libghc-x509-prof, libghc-x509-store-dev (>= 1.6), libghc-x509-store-prof, - libghc-x509-validation-dev, + libghc-x509-validation-dev (>= 1.6.5), libghc-x509-validation-dev (<< 1.7.0), - libghc-x509-validation-dev (>= 1.6.3), libghc-x509-validation-prof, Build-Depends-Indep: ghc-doc, |
