debian/0000755000000000000000000000000012251232753007170 5ustar debian/rules0000755000000000000000000000033612251232676010256 0ustar #!/usr/bin/make -f DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/bin/ghci || echo --flags=\"-quotation -testprog\") include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/control0000644000000000000000000000724212251232753010600 0ustar Source: haskell-cmdargs Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , ghc-ghci [amd64 i386 kfreebsd-amd64 kfreebsd-i386 sparc] , libghc-transformers-dev (>> 0.2) , libghc-transformers-prof Build-Depends-Indep: ghc-doc , libghc-transformers-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/cmdargs Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cmdargs Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cmdargs Package: libghc-cmdargs-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: command-line argument processing${haskell:ShortBlurb} It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose documentation contains an example. . System.Console.CmdArgs.Explicit provides a way to write command-line parsers for both single mode programs (most programs) and multiple mode programs (e.g. darcs or cabal). Parsers are defined by constructing a data structure. . System.Console.CmdArgs.Implicit provides a way to concisely define command-line parsers, up to three times shorter than getopt. These parsers are translated into the Explicit data type. . System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with existing getopt parsers, mapping to the Explicit data type. . ${haskell:Blurb} Package: libghc-cmdargs-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: command-line argument processing${haskell:ShortBlurb} It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose documentation contains an example. . System.Console.CmdArgs.Explicit provides a way to write command-line parsers for both single mode programs (most programs) and multiple mode programs (e.g. darcs or cabal). Parsers are defined by constructing a data structure. . System.Console.CmdArgs.Implicit provides a way to concisely define command-line parsers, up to three times shorter than getopt. These parsers are translated into the Explicit data type. . System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with existing getopt parsers, mapping to the Explicit data type. . ${haskell:Blurb} Package: libghc-cmdargs-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: command-line argument processing${haskell:ShortBlurb} It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose documentation contains an example. . System.Console.CmdArgs.Explicit provides a way to write command-line parsers for both single mode programs (most programs) and multiple mode programs (e.g. darcs or cabal). Parsers are defined by constructing a data structure. . System.Console.CmdArgs.Implicit provides a way to concisely define command-line parsers, up to three times shorter than getopt. These parsers are translated into the Explicit data type. . System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with existing getopt parsers, mapping to the Explicit data type. . ${haskell:Blurb} debian/copyright0000644000000000000000000000332112251232676011126 0ustar This package was debianized by Clint Adams on Fri, 10 Jun 2011 03:04:19 -0000 It was downloaded from http://hackage.haskell.org/package/cmdargs Upstream Authors: Neil Mitchell Copyright: 2006-2007 Neil Mitchell License: 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 Neil Mitchell 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/changelog0000644000000000000000000000503012251232716011037 0ustar haskell-cmdargs (0.10.6-1) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Clint Adams ] * New upstream version. -- Clint Adams Sun, 08 Dec 2013 22:15:19 -0500 haskell-cmdargs (0.10.1-3) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:04 +0200 haskell-cmdargs (0.10.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:10 +0200 haskell-cmdargs (0.10.1-1) experimental; urgency=low * New upstream release -- Joachim Breitner Sun, 02 Dec 2012 21:42:31 +0100 haskell-cmdargs (0.10-1) experimental; urgency=low * New upstream version. -- Clint Adams Mon, 29 Oct 2012 12:14:20 -0400 haskell-cmdargs (0.9.5-2) 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 Sun, 14 Oct 2012 12:00:27 +0200 haskell-cmdargs (0.9.5-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. -- Clint Adams Wed, 16 May 2012 17:16:32 -0400 haskell-cmdargs (0.9.2-1) unstable; urgency=low * New upstream version. -- Clint Adams Sun, 05 Feb 2012 12:23:20 -0500 haskell-cmdargs (0.9-4) unstable; urgency=low * Disable testprog on non-TH architectures. -- Clint Adams Sat, 07 Jan 2012 10:06:36 -0500 haskell-cmdargs (0.9-3) unstable; urgency=low * Build without Quote module on architectures other than amd64, i386, kfreebsd-amd64, kfreebsd-i386, and sparc, to compensate for the lack of TH. -- Clint Adams Thu, 05 Jan 2012 15:25:52 -0500 haskell-cmdargs (0.9-2) unstable; urgency=low * Introduce build dependency on ghc-ghci. closes: #654628. -- Clint Adams Wed, 04 Jan 2012 14:11:19 -0500 haskell-cmdargs (0.9-1) unstable; urgency=low * New upstream version. -- Clint Adams Wed, 28 Dec 2011 22:48:49 -0500 haskell-cmdargs (0.8-1) unstable; urgency=low * New upstream version. -- Clint Adams Sun, 28 Aug 2011 15:08:12 -0400 haskell-cmdargs (0.7-1) unstable; urgency=low * Initial release. -- Clint Adams Thu, 09 Jun 2011 23:04:19 -0400 debian/compat0000644000000000000000000000000212251232676010372 0ustar 9 debian/source/0000755000000000000000000000000012251232676010474 5ustar debian/source/format0000644000000000000000000000001412251232676011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000017512251232677010231 0ustar version=3 http://hackage.haskell.org/package/cmdargs/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))