summaryrefslogtreecommitdiff
path: root/p/haskell-csv-enumerator/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-csv-enumerator/debian/control')
-rw-r--r--p/haskell-csv-enumerator/debian/control91
1 files changed, 0 insertions, 91 deletions
diff --git a/p/haskell-csv-enumerator/debian/control b/p/haskell-csv-enumerator/debian/control
deleted file mode 100644
index a8dc71662..000000000
--- a/p/haskell-csv-enumerator/debian/control
+++ /dev/null
@@ -1,91 +0,0 @@
-Source: haskell-csv-enumerator
-Section: haskell
-Priority: extra
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
-Build-Depends: debhelper (>= 7)
- , cdbs
- , haskell-devscripts (>= 0.8.13)
- , ghc
- , ghc-prof
- , libghc-attoparsec-dev (>> 0.10)
- , libghc-attoparsec-prof
- , libghc-attoparsec-enumerator-dev (>> 0.2)
- , libghc-attoparsec-enumerator-prof
- , libghc-enumerator-dev (>> 0.4.5)
- , libghc-enumerator-prof
- , libghc-safe-dev
- , libghc-safe-prof
- , libghc-transformers-dev (>> 0.2)
- , libghc-transformers-prof
- , libghc-unix-compat-dev (>> 0.2.1.1)
- , libghc-unix-compat-prof
-Build-Depends-Indep: ghc-doc
- , libghc-attoparsec-doc
- , libghc-attoparsec-enumerator-doc
- , libghc-enumerator-doc
- , libghc-safe-doc
- , libghc-transformers-doc
- , libghc-unix-compat-doc
-Standards-Version: 3.9.4
-Homepage: http://hackage.haskell.org/package/csv-enumerator
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-csv-enumerator
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-csv-enumerator
-
-Package: libghc-csv-enumerator-dev
-Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: fast, enumerator-based CSV parser library
- csv-enumerator is a library that provides
- .
- * Full flexibility in quote characters, separators, input/output
- * Constant space operation
- * Robust parsing, correctness and error resiliency
- * Convenient interface that supports a variety of use cases
- * Fast operation
- .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
-
-Package: libghc-csv-enumerator-prof
-Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: fast, enumerator-based CSV parser library; profiling libraries
- csv-enumerator is a library that provides
- .
- * Full flexibility in quote characters, separators, input/output
- * Constant space operation
- * Robust parsing, correctness and error resiliency
- * Convenient interface that supports a variety of use cases
- * Fast operation
- .
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
-
-Package: libghc-csv-enumerator-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Description: fast, enumerator-based CSV parser library; documentation
- csv-enumerator is a library that provides
- .
- * Full flexibility in quote characters, separators, input/output
- * Constant space operation
- * Robust parsing, correctness and error resiliency
- * Convenient interface that supports a variety of use cases
- * Fast operation
- .
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.