1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
Source: haskell-hakyll
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>, Kiwamu Okabe <kiwamu@debian.or.jp>
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
, libghc-blaze-html-dev (>> 0.4)
, libghc-blaze-html-dev (<< 0.6)
, libghc-blaze-html-prof
, libghc-citeproc-hs-dev (>> 0.3.2)
, libghc-citeproc-hs-dev (<< 0.4)
, libghc-citeproc-hs-prof
, libghc-cryptohash-dev (>> 0.7)
, libghc-cryptohash-dev (<< 0.8)
, libghc-cryptohash-prof
, libghc-hamlet-dev (>> 0.10.3)
, libghc-hamlet-dev (<< 1.1)
, libghc-hamlet-prof
, libghc-mtl-dev (>= 1)
, libghc-mtl-dev (<< 2.2)
, libghc-mtl-prof
, libghc-pandoc-dev (>= 1.9)
, libghc-pandoc-dev (<< 1.10)
, libghc-pandoc-prof
, libghc-parsec3-dev (>= 3.0)
, libghc-parsec3-dev (<< 3.2)
, libghc-parsec3-prof
, libghc-regex-base-dev (>= 0.93)
, libghc-regex-base-dev (<< 0.94)
, libghc-regex-base-prof
, libghc-regex-tdfa-dev (>= 1.1)
, libghc-regex-tdfa-dev (<< 1.2)
, libghc-regex-tdfa-prof
, libghc-tagsoup-dev (>= 0.12.6)
, libghc-tagsoup-dev (<< 0.13)
, libghc-tagsoup-prof
, libghc-snap-core-dev (>= 0.6)
, libghc-snap-core-dev (<< 0.9)
, libghc-snap-core-prof
, libghc-snap-server-dev (>= 0.6)
, libghc-snap-server-dev (<< 0.9)
, libghc-snap-server-prof
Build-Depends-Indep: ghc-doc
, libghc-blaze-html-doc
, libghc-citeproc-hs-doc
, libghc-cryptohash-doc
, libghc-hamlet-doc
, libghc-mtl-doc
, libghc-pandoc-doc
, libghc-parsec3-doc
, libghc-regex-base-doc
, libghc-regex-tdfa-doc
, libghc-tagsoup-doc
, libghc-snap-core-doc
, libghc-snap-server-doc
Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/hakyll
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hakyll
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hakyll
DM-Upload-Allowed: yes
Package: libghc-hakyll-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: static website compiler library
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
Hakyll is a static website compiler library. It provides you with
the tools to create a simple or advanced static website using a
Haskell DSL and formats such as markdown or RST. You can find
more information, including a tutorial, on the website:
.
http://jaspervdj.be/hakyll
Package: libghc-hakyll-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: static website compiler library; 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.
.
Hakyll is a static website compiler library. It provides you with
the tools to create a simple or advanced static website using a
Haskell DSL and formats such as markdown or RST. You can find
more information, including a tutorial, on the website:
.
http://jaspervdj.be/hakyll
Package: libghc-hakyll-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: static website compiler library; documentation
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
.
Hakyll is a static website compiler library. It provides you with
the tools to create a simple or advanced static website using a
Haskell DSL and formats such as markdown or RST. You can find
more information, including a tutorial, on the website:
.
http://jaspervdj.be/hakyll
|