[Pkg-haskell-commits] darcs: haskell-ixset-typed: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Mon Jun 29 14:38:19 UTC 2015


Mon Jun 29 14:38:12 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

Mon Jun 29 14:38:12 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-ixset-typed/changelog new-haskell-ixset-typed/changelog
--- old-haskell-ixset-typed/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset-typed/changelog	2015-06-29 14:38:19.481071832 +0000
@@ -0,0 +1,5 @@
+haskell-ixset-typed (0.3-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Mon, 29 Jun 2015 16:36:29 +0200
diff -rN -u old-haskell-ixset-typed/compat new-haskell-ixset-typed/compat
--- old-haskell-ixset-typed/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset-typed/compat	2015-06-29 14:38:19.481071832 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-ixset-typed/control new-haskell-ixset-typed/control
--- old-haskell-ixset-typed/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset-typed/control	2015-06-29 14:38:19.481071832 +0000
@@ -0,0 +1,84 @@
+Source: haskell-ixset-typed
+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-safecopy-dev (>= 0.8),
+ libghc-safecopy-dev (<< 1),
+ libghc-safecopy-prof,
+ libghc-syb-dev (>= 0.4),
+ libghc-syb-dev (<< 1),
+ libghc-syb-prof,
+ libghc-hunit-dev,
+ libghc-quickcheck2-dev,
+ libghc-tasty-dev,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-quickcheck-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-safecopy-doc,
+ libghc-syb-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/ixset-typed
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ixset-typed
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ixset-typed
+X-Description: Efficient relational queries on Haskell sets.
+ This Haskell package provides a data structure of sets that are indexed by
+ potentially multiple indices.
+ .
+ Sets can be created, modified, and queried in various ways.
+ .
+ The package is a variant of the ixset package. The ixset package makes use of
+ run-time type information to find a suitable index on a query, resulting in
+ possible run-time errors when no suitable index exists. In ixset-typed, the
+ types of all indices available or tracked in the type system.  Thus,
+ ixset-typed should be safer to use than ixset, but in turn requires more GHC
+ extensions.
+ .
+ At the moment, the two packages are relatively compatible. As a consequence of
+ the more precise types, a few manual tweaks are necessary when switching from
+ one to the other, but the interface is mostly the same.
+
+Package: libghc-ixset-typed-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-ixset-typed-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-ixset-typed-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-ixset-typed/copyright new-haskell-ixset-typed/copyright
--- old-haskell-ixset-typed/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset-typed/copyright	2015-06-29 14:38:19.481071832 +0000
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ixset-typed
+Upstream-Contact: Andres Löh <andres at well-typed.com>
+Source: https://hackage.haskell.org/package/ixset-typed
+
+Files: *
+Copyright: 2014, Well-Typed LLP
+           2006, HAppS.org
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ 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.
+ .
+ Neither the name of the HAppS.org; nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "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 OWNER OR
+ CONTRIBUTORS 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.
diff -rN -u old-haskell-ixset-typed/rules new-haskell-ixset-typed/rules
--- old-haskell-ixset-typed/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset-typed/rules	2015-06-29 14:38:19.481071832 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = ixset-typed
+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-ixset-typed/source/format new-haskell-ixset-typed/source/format
--- old-haskell-ixset-typed/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset-typed/source/format	2015-06-29 14:38:19.485071833 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-ixset-typed/watch new-haskell-ixset-typed/watch
--- old-haskell-ixset-typed/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset-typed/watch	2015-06-29 14:38:19.485071833 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/ixset-typed/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list