debian/0000755000000000000000000000000012274353772007202 5ustar debian/watch0000644000000000000000000000022012245221724010212 0ustar version=3 http://hackage.haskell.org/package/test-framework-quickcheck2/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000015412245221724010247 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000276612245221724011135 0ustar Copyright (c) 2008, Maximilian Bolingbroke All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Maximilian Bolingbroke nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.debian/source/0000755000000000000000000000000012245221724010467 5ustar debian/source/format0000644000000000000000000000001412245221724011675 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012245221724010616 5ustar debian/patches/series0000644000000000000000000000003412245221724012030 0ustar quickcheck-2.6-compat.patch debian/patches/quickcheck-2.6-compat.patch0000644000000000000000000000152412245221724015537 0ustar Index: haskell-test-framework-quickcheck2-0.3.0.1/test-framework-quickcheck2.cabal =================================================================== --- haskell-test-framework-quickcheck2-0.3.0.1.orig/test-framework-quickcheck2.cabal 2012-12-06 17:59:40.000000000 +0100 +++ haskell-test-framework-quickcheck2-0.3.0.1/test-framework-quickcheck2.cabal 2013-06-16 21:47:07.929161735 +0200 @@ -22,7 +22,7 @@ Library Exposed-Modules: Test.Framework.Providers.QuickCheck2 - Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.6, extensible-exceptions >= 0.1.1 && < 0.2.0 + Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.7, extensible-exceptions >= 0.1.1 && < 0.2.0 if flag(base3) Build-Depends: base >= 3 && < 4, random >= 1 else debian/compat0000644000000000000000000000000212245221724010365 0ustar 9 debian/control0000644000000000000000000000467012245222140010572 0ustar Source: haskell-test-framework-quickcheck2 Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Kiwamu Okabe Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.13), cdbs, ghc, ghc-prof, libghc-extensible-exceptions-dev (>= 0.1.1), libghc-extensible-exceptions-dev (<< 0.2.0), libghc-extensible-exceptions-prof, libghc-quickcheck2-dev (>= 2.4), libghc-quickcheck2-dev (<< 2.7), libghc-quickcheck2-prof, libghc-test-framework-dev (>= 0.7.1), libghc-test-framework-prof Build-Depends-Indep: ghc-doc, libghc-extensible-exceptions-doc, libghc-quickcheck2-doc, libghc-test-framework-doc Standards-Version: 3.9.4 Homepage: http://batterseapower.github.com/test-framework/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-test-framework-quickcheck2 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-test-framework-quickcheck2 Package: libghc-test-framework-quickcheck2-dev Architecture: any Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: QuickCheck2 support for the test-framework package. Allows QuickCheck2 properties to be used with the test-framework package. . This package contains the normal library files. Package: libghc-test-framework-quickcheck2-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: QuickCheck2 support for the test-framework package.; profiling libraries Allows QuickCheck2 properties to be used with the test-framework package. . This package contains the libraries compiled with profiling enabled. Package: libghc-test-framework-quickcheck2-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: QuickCheck2 support for the test-framework package.; documentation Allows QuickCheck2 properties to be used with the test-framework package. . This package contains the documentation files. debian/changelog0000644000000000000000000000556012274353772011062 0ustar haskell-test-framework-quickcheck2 (0.3.0.1-3build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Wed, 05 Feb 2014 06:19:38 +0000 haskell-test-framework-quickcheck2 (0.3.0.1-3build2) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Tue, 31 Dec 2013 03:20:51 +0000 haskell-test-framework-quickcheck2 (0.3.0.1-3build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Fri, 13 Dec 2013 15:24:49 +0000 haskell-test-framework-quickcheck2 (0.3.0.1-3) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Colin Watson ] * Add build-dependencies on libghc-extensible-exceptions-*; these are no longer supplied via libghc-test-framework-*. -- Colin Watson Tue, 26 Nov 2013 22:45:35 +0000 haskell-test-framework-quickcheck2 (0.3.0.1-2) unstable; urgency=low * Add quickcheck-2.6-compat.patch -- Joachim Breitner Sun, 16 Jun 2013 21:47:47 +0200 haskell-test-framework-quickcheck2 (0.3.0.1-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sat, 15 Jun 2013 12:13:21 +0200 haskell-test-framework-quickcheck2 (0.2.12.3-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:52:15 +0200 haskell-test-framework-quickcheck2 (0.2.12.3-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Wed, 17 Oct 2012 16:31:57 +0200 haskell-test-framework-quickcheck2 (0.2.12.1-1) unstable; urgency=low * New upstream version. * Modify Build-Depends:libghc-test-framework-dev to fit upstream. -- Kiwamu Okabe Sun, 15 Apr 2012 12:59:59 +0900 haskell-test-framework-quickcheck2 (0.2.12-1) unstable; urgency=low * New upstream version. -- Kiwamu Okabe Mon, 27 Feb 2012 18:09:09 +0900 haskell-test-framework-quickcheck2 (0.2.10-4) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Iain Lane Thu, 23 Feb 2012 11:14:07 +0000 haskell-test-framework-quickcheck2 (0.2.10-3) unstable; urgency=low * first release. * ITP (Closes: #644381) -- Kiwamu Okabe Wed, 02 Nov 2011 16:01:46 +0900 haskell-test-framework-quickcheck2 (0.2.10-2) UNRELEASED; urgency=low * repo is moved to darcs. * change Vcs-* lines on debian/control. -- Kiwamu Okabe Wed, 12 Oct 2011 23:36:38 +0900 haskell-test-framework-quickcheck2 (0.2.10-1) UNRELEASED; urgency=low * Debianization generated by cabal-debian -- Kiwamu Okabe Wed, 05 Oct 2011 11:51:01 +0900