[Pkg-haskell-commits] darcs: haskell-classy-prelude-yesod: Initial check-in
Joachim Breitner
mail at joachim-breitner.de
Wed Jun 17 06:47:09 UTC 2015
Wed Jun 17 06:46:20 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Wed Jun 17 06:46:20 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
diff -rN -u old-haskell-classy-prelude-yesod/changelog new-haskell-classy-prelude-yesod/changelog
--- old-haskell-classy-prelude-yesod/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude-yesod/changelog 2015-06-17 06:47:09.213678031 +0000
@@ -0,0 +1,5 @@
+haskell-classy-prelude-yesod (0.11.1-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> Wed, 17 Jun 2015 08:45:32 +0200
diff -rN -u old-haskell-classy-prelude-yesod/compat new-haskell-classy-prelude-yesod/compat
--- old-haskell-classy-prelude-yesod/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude-yesod/compat 2015-06-17 06:47:09.213678031 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-classy-prelude-yesod/control new-haskell-classy-prelude-yesod/control
--- old-haskell-classy-prelude-yesod/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude-yesod/control 2015-06-17 06:47:09.213678031 +0000
@@ -0,0 +1,90 @@
+Source: haskell-classy-prelude-yesod
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-classy-prelude-dev (>= 0.11.1),
+ libghc-classy-prelude-dev (<< 0.11.2),
+ libghc-classy-prelude-prof,
+ libghc-classy-prelude-conduit-dev (>= 0.11.1),
+ libghc-classy-prelude-conduit-dev (<< 0.11.2),
+ libghc-classy-prelude-conduit-prof,
+ libghc-data-default-dev,
+ libghc-data-default-prof,
+ libghc-http-conduit-dev,
+ libghc-http-conduit-prof,
+ libghc-http-types-dev,
+ libghc-http-types-prof,
+ libghc-persistent-dev (>= 1.1),
+ libghc-persistent-prof,
+ libghc-yesod-dev (>= 1.2),
+ libghc-yesod-prof,
+ libghc-yesod-newsfeed-dev,
+ libghc-yesod-newsfeed-prof,
+ libghc-yesod-static-dev,
+ libghc-yesod-static-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-classy-prelude-doc,
+ libghc-classy-prelude-conduit-doc,
+ libghc-data-default-doc,
+ libghc-http-conduit-doc,
+ libghc-http-types-doc,
+ libghc-persistent-doc,
+ libghc-yesod-doc,
+ libghc-yesod-newsfeed-doc,
+ libghc-yesod-static-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/snoyberg/classy-prelude
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-classy-prelude-yesod
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-classy-prelude-yesod
+X-Description: Provide a classy prelude including common Yesod functionality.
+ This is an extension of classy-prelude-conduit, adding in commonly used
+ functions and data types from Yesod.
+
+Package: libghc-classy-prelude-yesod-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-classy-prelude-yesod-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-classy-prelude-yesod-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-classy-prelude-yesod/copyright new-haskell-classy-prelude-yesod/copyright
--- old-haskell-classy-prelude-yesod/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude-yesod/copyright 2015-06-17 06:47:09.213678031 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: classy-prelude-yesod
+Upstream-Contact: michael at snoyman.com
+Source: https://hackage.haskell.org/package/classy-prelude-yesod
+
+Files: *
+Copyright: 2013 Michael Snoyman, http://www.yesodweb.com/
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-classy-prelude-yesod/rules new-haskell-classy-prelude-yesod/rules
--- old-haskell-classy-prelude-yesod/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude-yesod/rules 2015-06-17 06:47:09.213678031 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = classy-prelude-yesod
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-classy-prelude-yesod/source/format new-haskell-classy-prelude-yesod/source/format
--- old-haskell-classy-prelude-yesod/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude-yesod/source/format 2015-06-17 06:47:09.213678031 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-classy-prelude-yesod/watch new-haskell-classy-prelude-yesod/watch
--- old-haskell-classy-prelude-yesod/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude-yesod/watch 2015-06-17 06:47:09.213678031 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/classy-prelude-yesod/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list