summaryrefslogtreecommitdiff
path: root/p/haskell-deepseq/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-deepseq/debian/control')
-rw-r--r--p/haskell-deepseq/debian/control55
1 files changed, 0 insertions, 55 deletions
diff --git a/p/haskell-deepseq/debian/control b/p/haskell-deepseq/debian/control
deleted file mode 100644
index e9bea4072..000000000
--- a/p/haskell-deepseq/debian/control
+++ /dev/null
@@ -1,55 +0,0 @@
-Source: haskell-deepseq
-Priority: extra
-Section: haskell
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio@debian.org>
-Build-Depends: debhelper (>= 7)
- , haskell-devscripts (>= 0.7)
- , cdbs
- , ghc
- , ghc-prof
- , ghc-doc
-Standards-Version: 3.8.4
-Homepage: http://hackage.haskell.org/package/deepseq
-Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-deepseq
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-deepseq
-
-Package: libghc-deepseq-dev
-Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
- , ${shlibs:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Description: "Deep" version for Haskell seq - GHC libraries
- Evaluates a full Haskell data structure, where the lazy Haskell interpreter
- normally would skip it.
- .
- This package contains the libraries compiled for GHC.
-
-Package: libghc-deepseq-prof
-Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Description: "Deep" version for Haskell seq - GHC profiling libraries
- Evaluates a full Haskell data structure, where the lazy Haskell interpreter
- normally would skip it.
- .
- This package contains the profiling libraries compiled for GHC.
-
-Package: libghc-deepseq-doc
-Section: doc
-Architecture: all
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Description: "Deep" version for Haskell seq - documentation
- Evaluates a full Haskell data structure, where the lazy Haskell interpreter
- normally would skip it.
- .
- This package contains the library documentation.