diff -Nru haskell-bytestring-show-0.3.5/bytestring-show.cabal haskell-bytestring-show-0.3.5.1/bytestring-show.cabal --- haskell-bytestring-show-0.3.5/bytestring-show.cabal 2011-08-15 22:22:07.000000000 +0000 +++ haskell-bytestring-show-0.3.5.1/bytestring-show.cabal 2012-01-21 01:49:53.000000000 +0000 @@ -1,5 +1,5 @@ name: bytestring-show -version: 0.3.5 +version: 0.3.5.1 license: BSD3 license-file: LICENSE author: Dan Doel @@ -12,7 +12,7 @@ cabal-version: >= 1.2.3 library - build-depends: base < 5, binary < 0.6, bytestring >= 0.9 && <= 1, array < 0.4, containers < 0.5 + build-depends: base < 5, binary < 0.6, bytestring >= 0.9 && <= 1, array < 0.5, containers < 0.5 exposed-modules: Text.Show.ByteString @@ -37,7 +37,7 @@ if impl(ghc >= 6.11) cpp-options: -DINTEGER_GMP - build-depends: integer-gmp >= 0.2 && < 0.4 + build-depends: integer-gmp >= 0.2 && < 0.5 if impl(ghc >= 6.9) && impl(ghc < 6.11) cpp-options: -DINTEGER_GMP diff -Nru haskell-bytestring-show-0.3.5/debian/changelog haskell-bytestring-show-0.3.5.1/debian/changelog --- haskell-bytestring-show-0.3.5/debian/changelog 2011-11-07 10:32:36.000000000 +0000 +++ haskell-bytestring-show-0.3.5.1/debian/changelog 2012-03-07 16:39:50.000000000 +0000 @@ -1,8 +1,9 @@ -haskell-bytestring-show (0.3.5-1build1) precise; urgency=low +haskell-bytestring-show (0.3.5.1-1) unstable; urgency=low - * Rebuild for new GHC ABIs. + * New upstream version. + * Bump to Standards-Version 3.9.3. - -- Colin Watson Mon, 07 Nov 2011 05:32:34 -0500 + -- Clint Adams Wed, 07 Mar 2012 11:39:43 -0500 haskell-bytestring-show (0.3.5-1) unstable; urgency=low diff -Nru haskell-bytestring-show-0.3.5/debian/control haskell-bytestring-show-0.3.5.1/debian/control --- haskell-bytestring-show-0.3.5/debian/control 2011-09-20 01:48:31.000000000 +0000 +++ haskell-bytestring-show-0.3.5.1/debian/control 2012-03-07 16:40:25.000000000 +0000 @@ -4,13 +4,10 @@ Maintainer: Debian Haskell Group Uploaders: TANIGUCHI Takaki Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts (>= 0.8), - ghc, - ghc-prof, - ghc-doc, - libghc-binary-dev, - libghc-binary-prof, - libghc-binary-doc, -Standards-Version: 3.9.2 + , ghc + , ghc-prof +Build-Depends-Indep: ghc-doc +Standards-Version: 3.9.3 Homepage: http://code.haskell.org/~dolio/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-show Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bytestring-show