[Pkg-haskell-commits] darcs: haskell-monad-logger: Initial Check-In

Clint Adams clint at debian.org
Sat Oct 20 02:48:10 UTC 2012


Sat Oct 20 02:47:53 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: e06f0843c1112288cd33c3c7cb6ee64d

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

Sat Oct 20 02:47:53 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: e06f0843c1112288cd33c3c7cb6ee64d
diff -rN -u old-haskell-monad-logger//changelog new-haskell-monad-logger//changelog
--- old-haskell-monad-logger//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monad-logger//changelog	2012-10-20 02:48:10.519725169 +0000
@@ -0,0 +1,6 @@
+haskell-monad-logger (0.2.1-1) experimental; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Fri, 19 Oct 2012 22:36:42 -0400
+
diff -rN -u old-haskell-monad-logger//compat new-haskell-monad-logger//compat
--- old-haskell-monad-logger//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monad-logger//compat	2012-10-20 02:48:10.519725169 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-monad-logger//control new-haskell-monad-logger//control
--- old-haskell-monad-logger//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monad-logger//control	2012-10-20 02:48:10.519725169 +0000
@@ -0,0 +1,77 @@
+Source: haskell-monad-logger
+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-fast-logger-dev (>> 0.2)
+             , libghc-fast-logger-dev (<< 0.4)
+             , libghc-fast-logger-prof
+             , libghc-resourcet-dev (>> 0.3)
+             , libghc-resourcet-dev (<< 0.5)
+             , libghc-resourcet-prof
+             , ghc-ghci
+             , libghc-text-dev
+             , libghc-text-prof
+             , libghc-transformers-dev
+             , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-fast-logger-doc
+                   , libghc-resourcet-doc
+                   , libghc-text-doc
+                   , libghc-transformers-doc
+Standards-Version: 3.9.4
+Homepage: https://github.com/kazu-yamamoto/logger
+
+Package: libghc-monad-logger-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: a class of monads which can log messages
+ This package uses Template Haskell for determining source code locations
+ of messages.
+ .
+  Author: Michael Snoyman
+  Upstream-Maintainer: michael at snoyman.com
+ .
+ This package contains the normal library files.
+
+Package: libghc-monad-logger-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: a class of monads which can log messages
+ This package uses Template Haskell for determining source code locations
+ of messages.
+ .
+  Author: Michael Snoyman
+  Upstream-Maintainer: michael at snoyman.com
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-monad-logger-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: a class of monads which can log messages
+ This package uses Template Haskell for determining source code locations
+ of messages.
+ .
+  Author: Michael Snoyman
+  Upstream-Maintainer: michael at snoyman.com
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-monad-logger//copyright new-haskell-monad-logger//copyright
--- old-haskell-monad-logger//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monad-logger//copyright	2012-10-20 02:48:10.519725169 +0000
@@ -0,0 +1,20 @@
+Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/
+
+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-monad-logger//rules new-haskell-monad-logger//rules
--- old-haskell-monad-logger//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monad-logger//rules	2012-10-20 02:48:10.519725169 +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-monad-logger//source/format new-haskell-monad-logger//source/format
--- old-haskell-monad-logger//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monad-logger//source/format	2012-10-20 02:48:10.519725169 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-monad-logger//watch new-haskell-monad-logger//watch
--- old-haskell-monad-logger//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monad-logger//watch	2012-10-20 02:48:10.523726804 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|monad-logger-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/monad-logger \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list