debian/0000755000000000000000000000000012151121600007153 5ustar debian/watch0000644000000000000000000000032212036247465010225 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|csv-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/csv \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036247465010260 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000244212036247465011134 0ustar This package was debianized by Clint Adams on Thu, 28 May 2011 18:26:11 -0000 It was downloaded from http://hackage.haskell.org/package/csv Upstream Author: Jaap Weel Copyright: 2007 Jaap Weel License: Copyright (c) Jaap Weel 2007. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012036247465010477 5ustar debian/source/format0000644000000000000000000000001412036247465011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616145010373 0ustar 9 debian/control0000644000000000000000000000422712150230105010563 0ustar Source: haskell-csv Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-parsec3-dev , libghc-parsec3-prof Build-Depends-Indep: ghc-doc , libghc-parsec3-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/csv Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-csv Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-csv Package: libghc-csv-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: CSV loader and dumper${haskell:ShortBlurb} This library parses and dumps documents that are formatted according to RFC 4180, "The common Format and MIME Type for Comma-Separated Values (CSV) Files". This format is used, among many other things, as a lingua franca for spreadsheets, and for certain web services. . ${haskell:Blurb} Package: libghc-csv-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: CSV loader and dumper${haskell:ShortBlurb} This library parses and dumps documents that are formatted according to RFC 4180, "The common Format and MIME Type for Comma-Separated Values (CSV) Files". This format is used, among many other things, as a lingua franca for spreadsheets, and for certain web services. . ${haskell:Blurb} Package: libghc-csv-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: CSV loader and dumper${haskell:ShortBlurb} This library parses and dumps documents that are formatted according to RFC 4180, "The common Format and MIME Type for Comma-Separated Values (CSV) Files". This format is used, among many other things, as a lingua franca for spreadsheets, and for certain web services. . ${haskell:Blurb} debian/changelog0000644000000000000000000000214612151121600011030 0ustar haskell-csv (0.1.2-5build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 13:30:56 +0100 haskell-csv (0.1.2-5) 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:08 +0200 haskell-csv (0.1.2-4) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:18 +0200 haskell-csv (0.1.2-3) 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:34 +0200 haskell-csv (0.1.2-2) unstable; urgency=low * Sourceful upload to rebuild documentation package. -- Clint Adams Fri, 10 Feb 2012 14:59:39 -0500 haskell-csv (0.1.2-1) unstable; urgency=low * Initial release. -- Clint Adams Sat, 28 May 2011 15:27:52 -0400