[Pkg-haskell-commits] darcs: haskell-lens: Initial Check-In

Clint Adams clint at debian.org
Sun Sep 2 15:02:37 UTC 2012


Sun Sep  2 15:03:36 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 34f3daa72f6c69f66214645846061c46

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

Sun Sep  2 15:03:36 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 34f3daa72f6c69f66214645846061c46
diff -rN -u old-haskell-lens//changelog new-haskell-lens//changelog
--- old-haskell-lens//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens//changelog	2012-09-02 15:02:37.038324322 +0000
@@ -0,0 +1,6 @@
+haskell-lens (2.4.0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 02 Sep 2012 10:44:07 -0400
+
diff -rN -u old-haskell-lens//compat new-haskell-lens//compat
--- old-haskell-lens//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens//compat	2012-09-02 15:02:37.038324322 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-lens//control new-haskell-lens//control
--- old-haskell-lens//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens//control	2012-09-02 15:02:37.042324318 +0000
@@ -0,0 +1,97 @@
+Source: haskell-lens
+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-mtl-dev (>> 2.1.1)
+             , libghc-mtl-dev (<< 2.2)
+             , libghc-mtl-prof
+             , libghc-parallel-dev (>> 3.1.0.1)
+             , libghc-parallel-dev (<< 3.3)
+             , libghc-parallel-prof
+             , ghc-ghci
+             , libghc-text-dev (>> 0.11.1.5)
+             , libghc-text-dev (<< 0.12)
+             , libghc-text-prof
+             , libghc-transformers-dev (>> 0.3)
+             , libghc-transformers-dev (<< 0.4)
+             , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-mtl-doc
+                   , libghc-parallel-doc
+                   , libghc-text-doc
+                   , libghc-transformers-doc
+Standards-Version: 3.9.3
+Homepage: http://github.com/ekmett/lens/
+
+Package: libghc-lens-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Lenses, Folds and Traversals
+ This package comes "Batteries Included" with many useful lenses for the types
+ commonly used from the Haskell Platform, and with tools for automatically
+ generating lenses and isomorphisms for user-supplied data types.
+ .
+ The combinators in Control.Lens provide a highly generic toolbox for composing
+ families of getters, folds, isomorphisms, traversals, setters and lenses and
+ their indexed variants.
+ .
+ More information on the care and feeding of lenses, including a tutorial and
+ motivation for their types can be found on the lens wiki
+ (https://github.com/ekmett/lens/wiki).
+ .
+ This package contains the normal library files.
+
+Package: libghc-lens-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Lenses, Folds and Traversals; profiling libraries
+ This package comes "Batteries Included" with many useful lenses for the types
+ commonly used from the Haskell Platform, and with tools for automatically
+ generating lenses and isomorphisms for user-supplied data types.
+ .
+ The combinators in Control.Lens provide a highly generic toolbox for composing
+ families of getters, folds, isomorphisms, traversals, setters and lenses and
+ their indexed variants.
+ .
+ More information on the care and feeding of lenses, including a tutorial and
+ motivation for their types can be found on the lens wiki
+ (https://github.com/ekmett/lens/wiki).
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-lens-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Lenses, Folds and Traversals; documentation
+ This package comes "Batteries Included" with many useful lenses for the types
+ commonly used from the Haskell Platform, and with tools for automatically
+ generating lenses and isomorphisms for user-supplied data types.
+ .
+ The combinators in Control.Lens provide a highly generic toolbox for composing
+ families of getters, folds, isomorphisms, traversals, setters and lenses and
+ their indexed variants.
+ .
+ More information on the care and feeding of lenses, including a tutorial and
+ motivation for their types can be found on the lens wiki
+ (https://github.com/ekmett/lens/wiki).
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-lens//copyright new-haskell-lens//copyright
--- old-haskell-lens//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens//copyright	2012-09-02 15:02:37.042324318 +0000
@@ -0,0 +1,30 @@
+Copyright 2012 Edward Kmett
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. 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.
+
+3. Neither the name of the author nor the names of his contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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-lens//rules new-haskell-lens//rules
--- old-haskell-lens//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens//rules	2012-09-02 15:02:37.042324318 +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-lens//source/format new-haskell-lens//source/format
--- old-haskell-lens//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens//source/format	2012-09-02 15:02:37.046325648 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-lens//watch new-haskell-lens//watch
--- old-haskell-lens//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens//watch	2012-09-02 15:02:37.046325648 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|lens-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/lens \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list