diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 21:32:59 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 22:15:07 +0200 |
| commit | 14f25aa999a39fc86ff594160c1c50e88df683fa (patch) | |
| tree | d025717f1d114c68a3545b2a16b11270c1e344ff /p/haskell-persistent | |
| parent | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff) | |
| download | DHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz | |
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-persistent')
| -rw-r--r-- | p/haskell-persistent/debian/control | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/p/haskell-persistent/debian/control b/p/haskell-persistent/debian/control index a1a238c4e..ebd7cefd7 100644 --- a/p/haskell-persistent/debian/control +++ b/p/haskell-persistent/debian/control @@ -4,8 +4,8 @@ Uploaders: Clint Adams <clint@debian.org> Priority: extra Section: haskell Build-Depends: debhelper (>= 9), - cdbs, haskell-devscripts (>= 0.9), + cdbs, ghc, ghc-prof, libghc-aeson-dev (>= 0.5), @@ -22,12 +22,16 @@ Build-Depends: debhelper (>= 9), libghc-conduit-prof, libghc-exceptions-dev (>= 0.6), libghc-exceptions-prof, + libghc-fast-logger-dev (>= 2.1), + libghc-fast-logger-prof, libghc-lifted-base-dev (>= 0.1), libghc-lifted-base-prof, libghc-monad-control-dev (>= 0.3), libghc-monad-control-prof, libghc-monad-logger-dev (>= 0.3), libghc-monad-logger-prof, + libghc-mtl-dev, + libghc-mtl-prof, libghc-path-pieces-dev (>= 0.1), libghc-path-pieces-prof, libghc-resource-pool-dev, @@ -38,12 +42,8 @@ Build-Depends: debhelper (>= 9), libghc-scientific-prof, libghc-silently-dev, libghc-silently-prof, - libghc-mtl-dev, - libghc-mtl-prof, libghc-tagged-dev, libghc-tagged-prof, - libghc-fast-logger-dev (>= 2.1), - libghc-fast-logger-prof, libghc-text-dev (>= 0.8), libghc-text-prof, libghc-transformers-base-dev, @@ -53,7 +53,15 @@ Build-Depends: debhelper (>= 9), libghc-vector-dev, libghc-vector-prof, libsqlite3-dev, + libghc-aeson-dev, + libghc-blaze-html-dev, + libghc-conduit-dev, libghc-hspec-dev (>= 1.3), + libghc-monad-control-dev, + libghc-monad-logger-dev, + libghc-path-pieces-dev, + libghc-resourcet-dev, + libghc-text-dev, Build-Depends-Indep: ghc-doc, libghc-aeson-doc, libghc-attoparsec-doc, @@ -62,23 +70,23 @@ Build-Depends-Indep: ghc-doc, libghc-blaze-markup-doc, libghc-conduit-doc, libghc-exceptions-doc, + libghc-fast-logger-doc, libghc-lifted-base-doc, libghc-monad-control-doc, libghc-monad-logger-doc, + libghc-mtl-doc, libghc-path-pieces-doc, libghc-resource-pool-doc, libghc-resourcet-doc, libghc-scientific-doc, - libghc-mtl-doc, - libghc-tagged-doc, - libghc-fast-logger-doc, libghc-silently-doc, + libghc-tagged-doc, libghc-text-doc, libghc-transformers-base-doc, libghc-unordered-containers-doc, libghc-vector-doc, Standards-Version: 3.9.6 -Homepage: http://hackage.haskell.org/package/persistent +Homepage: http://www.yesodweb.com/book/persistent Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-persistent Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-persistent |
