summaryrefslogtreecommitdiff
path: root/p/haskell-csv/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-csv/debian/control')
-rw-r--r--p/haskell-csv/debian/control68
1 files changed, 68 insertions, 0 deletions
diff --git a/p/haskell-csv/debian/control b/p/haskell-csv/debian/control
new file mode 100644
index 000000000..9f5b93473
--- /dev/null
+++ b/p/haskell-csv/debian/control
@@ -0,0 +1,68 @@
+Source: haskell-csv
+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)
+ , ghc
+ , ghc-prof
+ , libghc-parsec3-dev
+ , libghc-parsec3-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-parsec3-doc
+Standards-Version: 3.9.2
+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
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ 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.
+
+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; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ 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.
+
+Package: libghc-csv-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: CSV loader and dumper; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ 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.