Change logs for haskell-quickcheck source package in Hardy

  • haskell-quickcheck (1.1.0.0-2) unstable; urgency=low
    
      * Upgrade to "Generic Haskell cabal library packaging files v10":
        * Versioned dependencies are now generated for the Cabal packages we
          depend on.
        * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
        * Call canonicalise-comma-list on the depends and suggests fields in
          control.in. This works around bugs in lintian, where it gets
          confused and starts giving spurious warnings.
    
     -- Michael Bienia <email address hidden>   Mon,  10 Mar 2008 20:30:17 +0000
  • haskell-quickcheck (1.1.0.0-1) unstable; urgency=low
    
      * New upstream version.
      * Upgrade to "Generic Haskell cabal library packaging files v9":
        * Allows Setup to be in Setup.lhs instead of Setup.hs.
        * Bump the required haskell-utils from 1.8 to 1.10.
        * The control.in gives a standards-version of 3.7.3 (was 3.7.2).
        * Move everything from the devel section to the libdevel section.
        * Delete the LICENSE file (currently we assume it has that name, and
          that it exists) after "Setup copy"ing the Cabal package.
        * Remove some hacks that worked around older Cabal not letting us
          tell it exactly where to put the documentation.
        * Use --hyperlink-source when telling Cabal to haddock the library.
        * Add hscolour to the build-depends.
    
     -- Michael Bienia <email address hidden>   Thu,  17 Jan 2008 16:24:27 +0000
  • haskell-quickcheck (1.0.1-2) unstable; urgency=low
    
      * Upgrade to "Generic Haskell cabal library packaging files v8":
        * update-generated-files rule in debian/rules runs
          update-debian-haskell-files.
        * Build-dep on haddock >= 0.8-2 in order to get portable .haddock files.
        * We tell Cabal's configure where to put the docs so that it doesn't
          break when we move them around behind its back.
        * Use canonicalise-comma-list around the build-deps in debian/control.in
          to fix problems where we get an unparsable ", , " when a variable is
          empty.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  11 Jun 2007 18:41:31 +0100