[Pkg-haskell-commits] darcs: haskell-quickcheck-instances: Initial Check-In

Clint Adams clint at debian.org
Mon Sep 10 00:33:04 UTC 2012


Mon Sep 10 00:33:48 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: f1dc7bfc04d7cf5182819e337727525a

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

Mon Sep 10 00:33:48 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: f1dc7bfc04d7cf5182819e337727525a
diff -rN -u old-haskell-quickcheck-instances//changelog new-haskell-quickcheck-instances//changelog
--- old-haskell-quickcheck-instances//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-quickcheck-instances//changelog	2012-09-10 00:33:04.221322223 +0000
@@ -0,0 +1,6 @@
+haskell-quickcheck-instances (0.3.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Sep 2012 20:25:55 -0400
+
diff -rN -u old-haskell-quickcheck-instances//compat new-haskell-quickcheck-instances//compat
--- old-haskell-quickcheck-instances//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-quickcheck-instances//compat	2012-09-10 00:33:04.225322344 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-quickcheck-instances//control new-haskell-quickcheck-instances//control
--- old-haskell-quickcheck-instances//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-quickcheck-instances//control	2012-09-10 00:33:04.225322344 +0000
@@ -0,0 +1,85 @@
+Source: haskell-quickcheck-instances
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+             , haskell-devscripts (>= 0.8)
+             , cdbs
+             , ghc
+             , ghc-prof
+             , libghc-quickcheck2-dev (>> 2.1)
+             , libghc-quickcheck2-dev (<< 2.6)
+             , libghc-quickcheck2-prof
+             , libghc-text-dev (>> 0.7)
+             , libghc-text-dev (<< 0.12)
+             , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-quickcheck2-doc
+                   , libghc-text-doc
+Standards-Version: 3.9.3
+Homepage: https://github.com/aslatter/qc-instances
+
+Package: libghc-quickcheck-instances-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: common QuickCheck instances
+ QuickCheck instances.
+ .
+ The goal is to supply QuickCheck instances for
+ types provided by the Haskell Platform.
+ .
+ For information on writing a test-suite with Cabal
+ see <http://www.haskell.org/cabal/users-guide/#test-suites>
+ .
+  Author: Antoine Latter
+  Upstream-Maintainer: aslatter at gmail.com
+ .
+ This package contains the normal library files.
+
+Package: libghc-quickcheck-instances-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: common QuickCheck instances; profiling libraries
+ QuickCheck instances.
+ .
+ The goal is to supply QuickCheck instances for
+ types provided by the Haskell Platform.
+ .
+ For information on writing a test-suite with Cabal
+ see <http://www.haskell.org/cabal/users-guide/#test-suites>
+ .
+  Author: Antoine Latter
+  Upstream-Maintainer: aslatter at gmail.com
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-quickcheck-instances-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: common QuickCheck instances; documentation
+ QuickCheck instances.
+ .
+ The goal is to supply QuickCheck instances for
+ types provided by the Haskell Platform.
+ .
+ For information on writing a test-suite with Cabal
+ see <http://www.haskell.org/cabal/users-guide/#test-suites>
+ .
+  Author: Antoine Latter
+  Upstream-Maintainer: aslatter at gmail.com
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-quickcheck-instances//copyright new-haskell-quickcheck-instances//copyright
--- old-haskell-quickcheck-instances//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-quickcheck-instances//copyright	2012-09-10 00:33:04.225322344 +0000
@@ -0,0 +1,30 @@
+Copyright (c)2012, Antoine Latter
+
+All rights reserved.
+
+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 Antoine Latter nor the names of other
+      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-quickcheck-instances//rules new-haskell-quickcheck-instances//rules
--- old-haskell-quickcheck-instances//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-quickcheck-instances//rules	2012-09-10 00:33:04.225322344 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-quickcheck-instances//source/format new-haskell-quickcheck-instances//source/format
--- old-haskell-quickcheck-instances//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-quickcheck-instances//source/format	2012-09-10 00:33:04.225322344 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-quickcheck-instances//watch new-haskell-quickcheck-instances//watch
--- old-haskell-quickcheck-instances//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-quickcheck-instances//watch	2012-09-10 00:33:04.225322344 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|quickcheck-instances-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/quickcheck-instances \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list