[Pkg-haskell-commits] darcs: haskell-template: releasing version 0.2.0.7-1

Joachim Breitner mail at joachim-breitner.de
Thu May 17 11:43:35 UTC 2012


Thu May 17 11:43:25 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 0.2.0.7-1
  Ignore-this: a087ce1a79d21291de8828d7e846ab94

    M ./changelog -2 +2
    R ./patches/
    R ./patches/extend-base-range
    R ./patches/series

Thu May 17 11:43:25 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 0.2.0.7-1
  Ignore-this: a087ce1a79d21291de8828d7e846ab94
diff -rN -u old-haskell-template//changelog new-haskell-template//changelog
--- old-haskell-template//changelog	2012-05-17 11:43:34.926326428 +0000
+++ new-haskell-template//changelog	2012-05-17 11:43:34.934341067 +0000
@@ -1,8 +1,8 @@
-haskell-template (0.2.0.7-1) UNRELEASED; urgency=low
+haskell-template (0.2.0.7-1) unstable; urgency=low
 
   * New upstream release
 
- -- Joachim Breitner <nomeata at debian.org>  Thu, 17 May 2012 13:41:59 +0200
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 17 May 2012 13:42:33 +0200
 
 haskell-template (0.2.0.5-2) unstable; urgency=low
 
diff -rN -u old-haskell-template//patches/extend-base-range new-haskell-template//patches/extend-base-range
--- old-haskell-template//patches/extend-base-range	2012-05-17 11:43:34.934341067 +0000
+++ new-haskell-template//patches/extend-base-range	1970-01-01 00:00:00.000000000 +0000
@@ -1,34 +0,0 @@
-Description: Extend range of base dependency
-Author: Joachim Breitner <nomeata at debian.org>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- haskell-template-0.2.0.5.orig/template.cabal
-+++ haskell-template-0.2.0.5/template.cabal
-@@ -1,5 +1,5 @@
- name:                template
--version:             0.2.0.5
-+version:             0.2.0.5.1
- description:
-   Simple string substitution library that supports \"$\"-based
-   substitution.  Meant to be used when Text.Printf or string
-@@ -19,7 +19,7 @@ library
-   exposed-modules:  Data.Text.Template
- 
-   build-depends:
--    base >= 3.0 && < 4.5,
-+    base >= 3.0 && < 4.6,
-     mtl >= 1.1 && < 2.0.2,
-     text >= 0.7.2 && < 0.12
- 
diff -rN -u old-haskell-template//patches/series new-haskell-template//patches/series
--- old-haskell-template//patches/series	2012-05-17 11:43:34.934341067 +0000
+++ new-haskell-template//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-extend-base-range





More information about the Pkg-haskell-commits mailing list