summaryrefslogtreecommitdiff
path: root/p/haskell-happstack/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-happstack/debian/control')
-rw-r--r--p/haskell-happstack/debian/control76
1 files changed, 0 insertions, 76 deletions
diff --git a/p/haskell-happstack/debian/control b/p/haskell-happstack/debian/control
deleted file mode 100644
index a33d59b86..000000000
--- a/p/haskell-happstack/debian/control
+++ /dev/null
@@ -1,76 +0,0 @@
-Source: haskell-happstack
-Priority: extra
-Section: haskell
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio@debian.org>
-Build-Depends:
- debhelper (>= 9),
- haskell-devscripts (>= 0.9),
- cdbs,
- ghc,
- ghc-prof,
- libghc-happstack-server-dev (>= 7.0),
- libghc-happstack-server-dev (<< 7.4),
- libghc-happstack-server-prof,
-Build-Depends-Indep:
- ghc-doc,
- libghc-happstack-server-doc,
-Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/happstack
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-happstack
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack
-
-Package: libghc-happstack-dev
-Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Description: Haskell web framework${haskell:ShortBlurb}
- Happstack is a web framework written in Haskell; it provides a rich
- collection of types and functions for routing Requests, generating
- Responses, working with query parameters, form data, and cookies,
- serving files and more.
- .
- ${haskell:Blurb} Anyway, it is
- just a stub, depending on the package that actually provides the
- Happstack server.
-
-Package: libghc-happstack-prof
-Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Description: Haskell web framework${haskell:ShortBlurb}
- Happstack is a web framework written in Haskell; it provides a rich
- collection of types and functions for routing Requests, generating
- Responses, working with query parameters, form data, and cookies,
- serving files and more.
- .
- This package contains the profiling libraries compiled for
- GHC. Anyway, it is just a stub, depending on the package that
- actually provides the Happstack server.
-
-Package: libghc-happstack-doc
-Section: doc
-Architecture: all
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Description: Haskell web framework${haskell:ShortBlurb}
- Happstack is a web framework written in Haskell; it provides a rich
- collection of types and functions for routing Requests, generating
- Responses, working with query parameters, form data, and cookies,
- serving files and more.
- .
- ${haskell:Blurb} Anyway, it is just a
- stub, depending on the package that actually provides the Happstack
- server.