[Pkg-haskell-commits] [SCM] Debian packaging for Yesod branch, master, updated. debian/0.9.2.2-1-4-gc924c5d

Clint Adams clint at debian.org
Sat Sep 24 16:18:32 UTC 2011


The following commit has been merged in the master branch:
commit ef0cf08ce86154012ace610339feaca9ab764350
Author: Clint Adams <clint at debian.org>
Date:   Sat Sep 24 12:12:33 2011 -0400

    Add libraries used in building a Yesod project to Recommends and Suggests of yesod binary package.

diff --git a/debian/control b/debian/control
index 4a94aa5..4058069 100644
--- a/debian/control
+++ b/debian/control
@@ -95,12 +95,38 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-haskell/haskell-yesod.git;a
 
 Package: yesod
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
+Depends: ${shlibs:Depends}
   , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Recommends: ghc
+  , libghc-yesod-dev
+  , libghc-yesod-core-dev
+  , libghc-yesod-auth-dev
+  , libghc-yesod-static-dev
+  , libghc-blaze-html-dev
+  , libghc-yesod-form-dev
+  , libghc-mime-mail-dev
+  , libghc-clientsession-dev
+  , libghc-wai-extra-dev
+  , libghc-text-dev
+  , libghc-persistent-dev
+  , libghc-persistent-template-dev
+  , ghc-ghci
+  , libghc-hamlet-dev
+  , libghc-shakespeare-css-dev
+  , libghc-shakespeare-js-dev
+  , libghc-shakespeare-text-dev
+  , libghc-hjsmin-dev
+  , libghc-transformers-dev
+  , libghc-data-object-dev
+  , libghc-data-object-yaml-dev
+  , libghc-warp-dev
+  , libghc-blaze-builder-dev
+  , libghc-cmdargs-dev
+Suggests: libghc-persistent-sqlite-dev
+  , libghc-persistent-postgresql-dev
+  , libghc-persistent-mongodb-dev
+  , libghc-mongodb-dev
+  , libghc-bson-dev
 Description: framework for type-safe, RESTful web applications
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.

-- 
Debian packaging for Yesod



More information about the Pkg-haskell-commits mailing list