[Pkg-haskell-commits] darcs: haskell-wl-pprint-extras: Initial Check-In

Clint Adams clint at debian.org
Wed Feb 18 20:43:45 UTC 2015


Wed Feb 18 20:43:29 UTC 2015  Clint Adams <clint at debian.org>
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed Feb 18 20:43:29 UTC 2015  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-wl-pprint-extras/changelog new-haskell-wl-pprint-extras/changelog
--- old-haskell-wl-pprint-extras/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-extras/changelog	2015-02-18 20:43:45.238201133 +0000
@@ -0,0 +1,5 @@
+haskell-wl-pprint-extras (3.5.0.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 18 Feb 2015 15:27:50 -0500
diff -rN -u old-haskell-wl-pprint-extras/compat new-haskell-wl-pprint-extras/compat
--- old-haskell-wl-pprint-extras/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-extras/compat	2015-02-18 20:43:45.238201133 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-wl-pprint-extras/control new-haskell-wl-pprint-extras/control
--- old-haskell-wl-pprint-extras/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-extras/control	2015-02-18 20:43:45.238201133 +0000
@@ -0,0 +1,88 @@
+Source: haskell-wl-pprint-extras
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-nats-dev (>= 0.1)
+  , libghc-nats-dev (<< 2)
+  , libghc-nats-prof
+  , libghc-semigroupoids-dev (>= 3)
+  , libghc-semigroupoids-dev (<< 5)
+  , libghc-semigroupoids-prof
+  , libghc-semigroups-dev (>= 0.9)
+  , libghc-semigroups-dev (<< 1)
+  , libghc-semigroups-prof
+  , libghc-semigroups-dev (>= 0.9)
+  , libghc-semigroups-dev (<< 1)
+  , libghc-semigroups-prof
+  , libghc-text-dev (>= 0.11)
+  , libghc-text-dev (<< 1.3)
+  , libghc-text-prof
+  , libghc-utf8-string-dev (>= 0.3.6)
+  , libghc-utf8-string-dev (<< 1.1)
+  , libghc-utf8-string-prof
+  , libghc-hunit-dev
+  , libghc-test-framework-dev
+  , libghc-test-framework-hunit-dev
+Build-Depends-Indep: ghc-doc
+  , libghc-nats-doc
+  , libghc-semigroupoids-doc
+  , libghc-semigroups-doc
+  , libghc-text-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/wl-pprint-extras
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-wl-pprint-extras
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wl-pprint-extras
+X-Description: free monad based on the Wadler/Leijen pretty printer
+ This is an implementation of the pretty printing combinators described
+ by Philip Wadler (1997). In their bare essence, the combinators of
+ Wadler are not expressive enough to describe some commonly occurring
+ layouts. The PPrint library adds new primitives to describe these
+ layouts and works well in practice.
+ .
+ The library is based on a single way to concatenate documents, which
+ is associative and has both a left and right unit. This simple design
+ leads to an efficient and short implementation. The simplicity is
+ reflected in the predictable behaviour of the combinators which make
+ them easy to use in practice.
+
+Package: libghc-wl-pprint-extras-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-wl-pprint-extras-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-wl-pprint-extras-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-wl-pprint-extras/copyright new-haskell-wl-pprint-extras/copyright
--- old-haskell-wl-pprint-extras/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-extras/copyright	2015-02-18 20:43:45.238201133 +0000
@@ -0,0 +1,58 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wl-pprint-extras
+Upstream-Contact: Edward A. Kmett <ekmett at gmail.com>
+Source: http://hackage.haskell.org/package/wl-pprint-extras
+
+Files: *
+Copyright: 2013 Google, Inc.
+           2011-2012 Edward Kmett
+           2000 Daan Leijen
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+   * Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+ .
+   * Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the
+     distribution.
+ .
+ This software is provided by the copyright holders "as is" and any
+ express or implied warranties, including, but not limited to, the
+ implied warranties of merchantability and fitness for a particular
+ purpose are disclaimed. In no event shall the copyright holders be
+ liable for any direct, indirect, incidental, special, exemplary, or
+ consequential damages (including, but not limited to, procurement of
+ substitute goods or services; loss of use, data, or profits; or
+ business interruption) however caused and on any theory of liability,
+ whether in contract, strict liability, or tort (including negligence
+ or otherwise) arising in any way out of the use of this software, even
+ if advised of the possibility of such damage.
+
+License: Expat
+ 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-wl-pprint-extras/rules new-haskell-wl-pprint-extras/rules
--- old-haskell-wl-pprint-extras/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-extras/rules	2015-02-18 20:43:45.238201133 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-wl-pprint-extras/source/format new-haskell-wl-pprint-extras/source/format
--- old-haskell-wl-pprint-extras/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-extras/source/format	2015-02-18 20:43:45.238201133 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-wl-pprint-extras/watch new-haskell-wl-pprint-extras/watch
--- old-haskell-wl-pprint-extras/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-extras/watch	2015-02-18 20:43:45.238201133 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/wl-pprint-extras/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list