debian/0000755000000000000000000000000012151222710007157 5ustar debian/watch0000644000000000000000000000034012036251372010215 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|regex-tdfa-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/regex-tdfa \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000033412036251372010247 0ustar #!/usr/bin/make -f DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS" # Standard way of building Haskell libraries . include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000364712036251372011134 0ustar This package was originally debianised by Erik de Castro Lopo Mon, 11 May 2009. It was downloaded from the Haskell hackage repository at http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-tdfa Copyright: Copyright (c) 2007-2009, Christopher Kuklewicz 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. * The names of the contributors may not 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 packaging copyright: (C) 2009 Erik de Castro Lopo All changes by Erik de Castro Lopo may be redistributed under the same terms as haskell-regex-tdfa itself. debian/source/0000755000000000000000000000000012036251372010467 5ustar debian/source/format0000644000000000000000000000001412036251372011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616310010365 0ustar 9 debian/control0000644000000000000000000000623212147627360010604 0ustar Source: haskell-regex-tdfa Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Erik de Castro Lopo Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.15), cdbs, ghc, ghc-prof, ghc-doc, libghc-parsec3-dev, libghc-parsec3-prof, libghc-parsec3-doc, libghc-regex-base-dev (>= 0.93.1), libghc-regex-base-prof, libghc-regex-base-doc, libghc-mtl-dev, libghc-mtl-prof, libghc-mtl-doc, Build-Conflicts: libghc-parsec2-dev Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/regex-tdfa Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-tdfa Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-tdfa Package: libghc-regex-tdfa-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell library for a tagged DFA regex engine${haskell:ShortBlurb} A pure Haskell alternative to GHC's Text.Regex module (with some enhancements). The Text.Regex module marshalls the data back and forth to c-arrays to call libc and this is far too slow (and strict). . This module parses regular expression Strings using a Parsec parser and creates an internal data structure (Text.Regex.Lazy.Pattern). This is then transformed a DFA table for matching against the input String or FastPackedString. The input string is consumed lazily, so it may be an arbitrarily long or infinite source. . ${haskell:Blurb} Package: libghc-regex-tdfa-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Profiling libraries for the tagged DFA regex engine${haskell:ShortBlurb} A pure Haskell alternative to GHC's Text.Regex module (with some enhancements). The Text.Regex module marshalls the data back and forth to c-arrays to call libc and this is far too slow (and strict). . This module parses regular expression Strings using a Parsec parser and creates an internal data structure (Text.Regex.Lazy.Pattern). This is then transformed a DFA table for matching against the input String or FastPackedString. The input string is consumed lazily, so it may be an arbitrarily long or infinite source. . ${haskell:Blurb} Package: libghc-regex-tdfa-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: Documentation for the tagged DFA regex engine${haskell:ShortBlurb} A pure Haskell alternative to GHC's Text.Regex module (with some enhancements). The Text.Regex module marshalls the data back and forth to c-arrays to call libc and this is far too slow (and strict). . This module parses regular expression Strings using a Parsec parser and creates an internal data structure (Text.Regex.Lazy.Pattern). This is then transformed a DFA table for matching against the input String or FastPackedString. The input string is consumed lazily, so it may be an arbitrarily long or infinite source. . ${haskell:Blurb} debian/changelog0000644000000000000000000000664712151222710011046 0ustar haskell-regex-tdfa (1.1.8-4build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 22:46:48 +0100 haskell-regex-tdfa (1.1.8-4) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:52 +0200 haskell-regex-tdfa (1.1.8-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:01:55 +0200 haskell-regex-tdfa (1.1.8-2) unstable; urgency=low * Remove doc-base file, avoids squeeze → wheezy upgrade problems -- Joachim Breitner Sat, 19 May 2012 22:53:02 +0200 haskell-regex-tdfa (1.1.8-1) unstable; urgency=low * New upstream version. -- Clint Adams Mon, 13 Feb 2012 21:47:38 -0500 haskell-regex-tdfa (1.1.7-2) unstable; urgency=low * Build against parsec-3 -- Joachim Breitner Mon, 13 Jun 2011 15:32:00 +0200 haskell-regex-tdfa (1.1.7-1) unstable; urgency=high [ Erik de Castro Lopo ] * New upstream. * debian/control: Standards-Version 3.9.1, no changes needed. [ Marco Silva ] * Use ghc instead of ghc6 [ Iain Lane ] * Standards-Version → 3.9.2, no changes required -- Iain Lane Tue, 24 May 2011 16:30:35 +0100 haskell-regex-tdfa (1.1.4-1) unstable; urgency=high * New upstream release, fixes important bug. -- Joachim Breitner Mon, 26 Jul 2010 18:31:50 +0200 haskell-regex-tdfa (1.1.3-2) unstable; urgency=low * Run ghc6 without active timer (+RTS -V0 -RTS). Should work around http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches. Negative side effects not known (yet). -- Joachim Breitner Mon, 28 Jun 2010 10:30:48 +0200 haskell-regex-tdfa (1.1.3-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). [ Joachim Breitner ] * Priority: extra [ Erik de Castro Lopo ] * New upstream. * control : Build depend on libghc6-regex-base-doc. -- Erik de Castro Lopo Wed, 23 Jun 2010 17:20:21 +1000 haskell-regex-tdfa (1.1.2-2) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/watch: Use format that works for --download-current-version. * debian/watch: Add .tar.gz to downloaded filename. * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Use Vcs-Browser: field. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * Use debian/compat 7. * debian/control: Use more sintetic link in Homepage:. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 -- Joachim Breitner Sat, 20 Feb 2010 18:40:07 +0100 haskell-regex-tdfa (1.1.2-1) unstable; urgency=low * Initial Debian package. Closes: #536235. -- Erik de Castro Lopo Sun, 11 Oct 2009 22:51:38 +1100