[Pkg-haskell-commits] darcs: haskell-classy-prelude: Initial Check-In

Clint Adams clint at debian.org
Sat Nov 17 16:56:47 UTC 2012


Sat Nov 17 16:56:07 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 20d027610091e647ae6e07f1a139f5a

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

Sat Nov 17 16:56:07 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 20d027610091e647ae6e07f1a139f5a
diff -rN -u old-haskell-classy-prelude//changelog new-haskell-classy-prelude//changelog
--- old-haskell-classy-prelude//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude//changelog	2012-11-17 16:56:46.963233962 +0000
@@ -0,0 +1,5 @@
+haskell-classy-prelude (0.4.1-1) experimental; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 17 Nov 2012 11:45:38 -0500
diff -rN -u old-haskell-classy-prelude//compat new-haskell-classy-prelude//compat
--- old-haskell-classy-prelude//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude//compat	2012-11-17 16:56:46.963233962 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-classy-prelude//control new-haskell-classy-prelude//control
--- old-haskell-classy-prelude//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude//control	2012-11-17 16:56:46.963233962 +0000
@@ -0,0 +1,89 @@
+Source: haskell-classy-prelude
+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 (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+  , libghc-basic-prelude-dev (>> 0.3)
+  , libghc-basic-prelude-dev (<< 0.4)
+  , libghc-basic-prelude-prof
+  , libghc-hashable-dev
+  , libghc-hashable-prof
+  , libghc-system-filepath-dev (>> 0.4)
+  , libghc-system-filepath-dev (<< 0.5)
+  , libghc-system-filepath-prof
+  , libghc-text-dev
+  , libghc-text-prof
+  , libghc-transformers-dev
+  , libghc-transformers-prof
+  , libghc-unordered-containers-dev
+  , libghc-unordered-containers-prof
+  , libghc-vector-dev
+  , libghc-vector-prof
+  , libghc-hspec-dev (>> 1.3)
+  , libghc-quickcheck2-dev
+Build-Depends-Indep: ghc-doc
+  , libghc-basic-prelude-doc
+  , libghc-hashable-doc
+  , libghc-system-filepath-doc
+  , libghc-text-doc
+  , libghc-transformers-doc
+  , libghc-unordered-containers-doc
+  , libghc-vector-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/classy-prelude
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-classy-prelude
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-classy-prelude
+
+Package: libghc-classy-prelude-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: typeclass-based prelude
+ Focuses on using common typeclasses when possible, and creating new ones
+ to avoid name clashing. Exposes many recommended datastructures (Map,
+ ByteString, etc) directly without requiring long import lists and
+ qualified modules.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-classy-prelude-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: typeclass-based prelude; profiling libraries
+ Focuses on using common typeclasses when possible, and creating new ones
+ to avoid name clashing. Exposes many recommended datastructures (Map,
+ ByteString, etc) directly without requiring long import lists and
+ qualified modules.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-classy-prelude-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: typeclass-based prelude; documentation
+ Focuses on using common typeclasses when possible, and creating new ones
+ to avoid name clashing. Exposes many recommended datastructures (Map,
+ ByteString, etc) directly without requiring long import lists and
+ qualified modules.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-classy-prelude//copyright new-haskell-classy-prelude//copyright
--- old-haskell-classy-prelude//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude//copyright	2012-11-17 16:56:46.963233962 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: classy-prelude
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: http://hackage.haskell.org/package/classy-prelude
+
+Files: *
+Copyright: 2012 Michael Snoyman
+License: MIT
+
+Files: debian/*
+Copyright: 2012 Clint Adams
+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//rules new-haskell-classy-prelude//rules
--- old-haskell-classy-prelude//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude//rules	2012-11-17 16:56:46.967234048 +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-classy-prelude//source/format new-haskell-classy-prelude//source/format
--- old-haskell-classy-prelude//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude//source/format	2012-11-17 16:56:46.967234048 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-classy-prelude//watch new-haskell-classy-prelude//watch
--- old-haskell-classy-prelude//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-classy-prelude//watch	2012-11-17 16:56:46.967234048 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|classy-prelude-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/classy-prelude \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list