debian/0000755000000000000000000000000012274354003007166 5ustar debian/watch0000644000000000000000000000020712245121760010216 0ustar version=3 http://hackage.haskell.org/package/test-framework-th/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000015412245121760010246 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000272412245121760011126 0ustar Copyright (c) 2010, Oscar Finnsson 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 Oscar Finnsson nor the names of its 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 Oscar Finnsson 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/0000755000000000000000000000000012245121760010466 5ustar debian/source/format0000644000000000000000000000001412245121760011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212245121760010364 0ustar 9 debian/control0000644000000000000000000000632412245122043010571 0ustar Source: haskell-test-framework-th Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Kiwamu Okabe Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.13), cdbs, ghc, ghc-prof, ghc-ghci, libghc-src-exts-dev, libghc-src-exts-prof, libghc-language-haskell-extract-dev (>= 0.2.1), libghc-language-haskell-extract-prof, libghc-regex-posix-dev, libghc-regex-posix-prof, libghc-test-framework-dev, libghc-test-framework-prof Build-Depends-Indep: ghc-doc, libghc-src-exts-doc, libghc-language-haskell-extract-doc, libghc-regex-posix-doc, libghc-test-framework-doc Standards-Version: 3.9.5 Homepage: http://github.com/finnsson/test-generator Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-test-framework-th Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-test-framework-th Package: libghc-test-framework-th-dev Architecture: any Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Automagically generate the {HUnit,Quickcheck}-bulk-code test-framework-th contains two interesting functions: defaultMainGenerator and testGroupGenerator. . defaultMainGenerator will extract all functions beginning with "case_" or "prop_" in the module and put them in a testGroup. . testGroupGenerator is like defaultMainGenerator but without defaultMain. It is useful if you need a function for the testgroup (e.g. if you want to be able to call the testgroup from another module). . This package contains the normal library files. Package: libghc-test-framework-th-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Automagically generate the {HUnit,Quickcheck}-bulk-code; profiling libraries test-framework-th contains two interesting functions: defaultMainGenerator and testGroupGenerator. . defaultMainGenerator will extract all functions beginning with "case_" or "prop_" in the module and put them in a testGroup. . testGroupGenerator is like defaultMainGenerator but without defaultMain. It is useful if you need a function for the testgroup (e.g. if you want to be able to call the testgroup from another module). . This package contains the libraries compiled with profiling enabled. Package: libghc-test-framework-th-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Automagically generate the {HUnit,Quickcheck}-bulk-code; documentation test-framework-th contains two interesting functions: defaultMainGenerator and testGroupGenerator. . defaultMainGenerator will extract all functions beginning with "case_" or "prop_" in the module and put them in a testGroup. . testGroupGenerator is like defaultMainGenerator but without defaultMain. It is useful if you need a function for the testgroup (e.g. if you want to be able to call the testgroup from another module). . This package contains the documentation files. debian/changelog0000644000000000000000000000432012274354003011037 0ustar haskell-test-framework-th (0.2.4-1build4) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Wed, 05 Feb 2014 06:19:47 +0000 haskell-test-framework-th (0.2.4-1build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Tue, 31 Dec 2013 03:21:00 +0000 haskell-test-framework-th (0.2.4-1build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Fri, 13 Dec 2013 15:24:58 +0000 haskell-test-framework-th (0.2.4-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 26 Nov 2013 20:14:30 +0000 haskell-test-framework-th (0.2.4-1) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Clint Adams ] * New upstream version. -- Clint Adams Tue, 26 Nov 2013 08:36:53 -0500 haskell-test-framework-th (0.2.2-7) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:52:15 +0200 haskell-test-framework-th (0.2.2-6) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Wed, 17 Oct 2012 20:56:52 +0200 haskell-test-framework-th (0.2.2-5) unstable; urgency=low * Depend on ghc-ghci to avoid FTBFS -- Joachim Breitner Sat, 26 May 2012 17:37:20 +0200 haskell-test-framework-th (0.2.2-4) unstable; urgency=low * Bump to Standards-Version 3.9.3. -- Clint Adams Sun, 04 Mar 2012 23:20:41 -0500 haskell-test-framework-th (0.2.2-3) unstable; urgency=low * first release. * ITP (Closes: #644382) -- Kiwamu Okabe Wed, 02 Nov 2011 16:14:39 +0900 haskell-test-framework-th (0.2.2-2) UNRELEASED; urgency=low * repo is moved to darcs. * change Vcs-* lines on debian/control. -- Kiwamu Okabe Wed, 12 Oct 2011 23:40:31 +0900 haskell-test-framework-th (0.2.2-1) UNRELEASED; urgency=low * Debianization generated by cabal-debian -- Kiwamu Okabe Wed, 05 Oct 2011 11:39:16 +0900