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

Clint Adams clint at debian.org
Sat Nov 17 05:42:01 UTC 2012


Sat Nov 17 05:41:42 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 323729e25d3f6d3394397b32c2f9cd33

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

Sat Nov 17 05:41:42 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 323729e25d3f6d3394397b32c2f9cd33
diff -rN -u old-haskell-basic-prelude//changelog new-haskell-basic-prelude//changelog
--- old-haskell-basic-prelude//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-basic-prelude//changelog	2012-11-17 05:42:01.331222174 +0000
@@ -0,0 +1,5 @@
+haskell-basic-prelude (0.3.1.0-1) experimental; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 17 Nov 2012 00:31:30 -0500
diff -rN -u old-haskell-basic-prelude//compat new-haskell-basic-prelude//compat
--- old-haskell-basic-prelude//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-basic-prelude//compat	2012-11-17 05:42:01.331222174 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-basic-prelude//control new-haskell-basic-prelude//control
--- old-haskell-basic-prelude//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-basic-prelude//control	2012-11-17 05:42:01.331222174 +0000
@@ -0,0 +1,120 @@
+Source: haskell-basic-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-hashable-dev
+  , libghc-hashable-prof
+  , libghc-readargs-dev (>> 1.2)
+  , libghc-readargs-dev (<< 1.3)
+  , libghc-readargs-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
+Build-Depends-Indep: ghc-doc
+  , libghc-hashable-doc
+  , libghc-readargs-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/basic-prelude
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-basic-prelude
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-basic-prelude
+
+Package: libghc-basic-prelude-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: enhanced core prelude
+ The premise of basic-prelude is that there are a lot of very commonly
+ desired features missing from the standard Prelude, such as commonly
+ used operators (<$> and >=>, for instance) and imports for common
+ datatypes (e.g., ByteString and Vector). At the same time, there are
+ lots of other components which are more debatable, such as providing
+ polymorphic versions of common functions.
+ .
+ So basic-prelude is intended to give a common foundation for a number
+ of alternate preludes. The package provides two modules: CorePrelude
+ provides the common ground for other preludes to build on top of, while
+ BasicPrelude exports CorePrelude together with commonly used list
+ functions to provide a drop-in replacement for the standard Prelude.
+ .
+ Users wishing to have an improved Prelude can use BasicPrelude.
+ Developers wishing to create a new prelude should use CorePrelude.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-basic-prelude-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: enhanced core prelude; profiling libraries
+ The premise of basic-prelude is that there are a lot of very commonly
+ desired features missing from the standard Prelude, such as commonly
+ used operators (<$> and >=>, for instance) and imports for common
+ datatypes (e.g., ByteString and Vector). At the same time, there are
+ lots of other components which are more debatable, such as providing
+ polymorphic versions of common functions.
+ .
+ So basic-prelude is intended to give a common foundation for a number
+ of alternate preludes. The package provides two modules: CorePrelude
+ provides the common ground for other preludes to build on top of, while
+ BasicPrelude exports CorePrelude together with commonly used list
+ functions to provide a drop-in replacement for the standard Prelude.
+ .
+ Users wishing to have an improved Prelude can use BasicPrelude.
+ Developers wishing to create a new prelude should use CorePrelude.
+ .
+ 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-basic-prelude-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: enhanced core prelude; documentation
+ The premise of basic-prelude is that there are a lot of very commonly
+ desired features missing from the standard Prelude, such as commonly
+ used operators (<$> and >=>, for instance) and imports for common
+ datatypes (e.g., ByteString and Vector). At the same time, there are
+ lots of other components which are more debatable, such as providing
+ polymorphic versions of common functions.
+ .
+ So basic-prelude is intended to give a common foundation for a number
+ of alternate preludes. The package provides two modules: CorePrelude
+ provides the common ground for other preludes to build on top of, while
+ BasicPrelude exports CorePrelude together with commonly used list
+ functions to provide a drop-in replacement for the standard Prelude.
+ .
+ Users wishing to have an improved Prelude can use BasicPrelude.
+ Developers wishing to create a new prelude should use CorePrelude.
+ .
+ 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-basic-prelude//copyright new-haskell-basic-prelude//copyright
--- old-haskell-basic-prelude//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-basic-prelude//copyright	2012-11-17 05:42:01.331222174 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: basic-prelude
+Upstream-Contact: Michael Snoyman, http://www.yesodweb.com/
+Source: http://hackage.haskell.org/package/basic-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-basic-prelude//rules new-haskell-basic-prelude//rules
--- old-haskell-basic-prelude//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-basic-prelude//rules	2012-11-17 05:42:01.331222174 +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-basic-prelude//source/format new-haskell-basic-prelude//source/format
--- old-haskell-basic-prelude//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-basic-prelude//source/format	2012-11-17 05:42:01.331222174 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-basic-prelude//watch new-haskell-basic-prelude//watch
--- old-haskell-basic-prelude//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-basic-prelude//watch	2012-11-17 05:42:01.335224659 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|basic-prelude-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/basic-prelude \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list