[Pkg-haskell-commits] darcs: haskell-hakyll: support snap server

kiwamu at debian.or.jp kiwamu at debian.or.jp
Mon Jan 2 17:08:18 UTC 2012


Mon Jan  2 17:05:46 UTC 2012  kiwamu at debian.or.jp
  * support snap server
  Ignore-this: 8ed4283b4945d5c5a40b4e406cbe082b

    M ./changelog +6
    M ./control -1 +10

Mon Jan  2 17:05:46 UTC 2012  kiwamu at debian.or.jp
  * support snap server
  Ignore-this: 8ed4283b4945d5c5a40b4e406cbe082b
diff -rN -u old-haskell-hakyll//changelog new-haskell-hakyll//changelog
--- old-haskell-hakyll//changelog	2012-01-02 17:08:18.371717278 +0000
+++ new-haskell-hakyll//changelog	2012-01-02 17:08:18.390696422 +0000
@@ -1,3 +1,9 @@
+haskell-hakyll (3.2.3.2-2) unstable; urgency=low
+
+  * Support snap server.
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp>  Tue, 03 Jan 2012 01:33:41 +0900
+
 haskell-hakyll (3.2.3.2-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-hakyll//control new-haskell-hakyll//control
--- old-haskell-hakyll//control	2012-01-02 17:08:18.034172345 +0000
+++ new-haskell-hakyll//control	2012-01-02 17:08:18.390696422 +0000
@@ -2,7 +2,7 @@
 Section: haskell
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders: Clint Adams <clint at debian.org>, Kiwamu Okabe <kiwamu at debian.or.jp>
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.8)
@@ -41,6 +41,12 @@
   , libghc-tagsoup-dev (>> 0.12)
   , libghc-tagsoup-dev (<< 0.13)
   , libghc-tagsoup-prof
+  , libghc-snap-core-dev (>= 0.6)
+  , libghc-snap-core-dev (<< 0.8)
+  , libghc-snap-core-prof
+  , libghc-snap-server-dev (>= 0.6)
+  , libghc-snap-server-dev (<< 0.8)
+  , libghc-snap-server-prof
 Build-Depends-Indep: ghc-doc
   , libghc-binary-doc
   , libghc-blaze-html-doc
@@ -53,10 +59,13 @@
   , libghc-regex-base-doc
   , libghc-regex-pcre-doc
   , libghc-tagsoup-doc
+  , libghc-snap-core-doc
+  , libghc-snap-server-doc
 Standards-Version: 3.9.2
 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





More information about the Pkg-haskell-commits mailing list