[Pkg-haskell-commits] [package-plan] 02/03: A bunch of patches

Joachim Breitner nomeata at moszumanska.debian.org
Sun Sep 7 10:59:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch new-transformers
in repository package-plan.

commit 52533acf05bfeb4152cd04ed4eab0f6666c3bf6e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Sep 7 12:58:34 2014 +0200

    A bunch of patches
---
 patches/Agda/2.4.2/allow-transformers-0.4    | 16 ++++++++++++++++
 patches/Agda/2.4.2/series                    |  1 +
 patches/data-lens/2.10.5/new-semigroupoids   | 13 +++++++++++++
 patches/data-lens/2.10.5/series              |  1 +
 patches/hledger-lib/0.23.2/new-mtl           | 13 +++++++++++++
 patches/hledger-lib/0.23.2/series            |  1 +
 patches/snap-loader-dynamic/0.10.0.2/new-mtl | 13 +++++++++++++
 patches/snap-loader-dynamic/0.10.0.2/series  |  1 +
 patches/tabular/0.2.2.5/new-mtl              | 13 +++++++++++++
 patches/tabular/0.2.2.5/series               |  1 +
 patches/template/0.2.0.9/new-mtl             | 13 +++++++++++++
 patches/template/0.2.0.9/series              |  1 +
 patches/wizards/1.0.1/new-mtl                | 13 +++++++++++++
 patches/wizards/1.0.1/series                 |  1 +
 14 files changed, 101 insertions(+)

diff --git a/patches/Agda/2.4.2/allow-transformers-0.4 b/patches/Agda/2.4.2/allow-transformers-0.4
new file mode 100644
index 0000000..955fc90
--- /dev/null
+++ b/patches/Agda/2.4.2/allow-transformers-0.4
@@ -0,0 +1,16 @@
+Index: Agda-2.4.2/Agda.cabal
+===================================================================
+--- Agda-2.4.2.orig/Agda.cabal	2014-09-07 10:56:15.248094588 +0200
++++ Agda-2.4.2/Agda.cabal	2014-09-07 11:03:40.172079093 +0200
+@@ -73,9 +73,9 @@
+     build-depends:  Win32 >= 2.2 && < 2.4
+ 
+   build-depends:    base >= 4.2 && < 4.8,
+-                    transformers == 0.3.*,
++                    transformers == 0.3.* || == 0.4.*,
+                     -- mtl-2.1 contains a severe bug
+-                    mtl >= 2.1.1 && < 2.2,
++                    mtl >= 2.1.1 && < 2.3,
+                     QuickCheck >= 2.7.5 && < 2.8,
+                     haskell-src-exts >= 1.9.6 && < 1.16,
+                     containers >= 0.1 && < 0.6,
diff --git a/patches/Agda/2.4.2/series b/patches/Agda/2.4.2/series
new file mode 100644
index 0000000..1a35253
--- /dev/null
+++ b/patches/Agda/2.4.2/series
@@ -0,0 +1 @@
+allow-transformers-0.4
diff --git a/patches/data-lens/2.10.5/new-semigroupoids b/patches/data-lens/2.10.5/new-semigroupoids
new file mode 100644
index 0000000..a69cfdc
--- /dev/null
+++ b/patches/data-lens/2.10.5/new-semigroupoids
@@ -0,0 +1,13 @@
+Index: data-lens-2.10.5/data-lens.cabal
+===================================================================
+--- data-lens-2.10.5.orig/data-lens.cabal	2014-09-07 12:04:37.019951746 +0200
++++ data-lens-2.10.5/data-lens.cabal	2014-09-07 12:04:54.783951128 +0200
+@@ -27,7 +27,7 @@
+     base                 >= 4       && < 5,
+     comonad              >= 4.0     && < 4.3,
+     containers           >= 0.3     && < 0.6,
+-    semigroupoids        >= 4.0     && < 4.1,
++    semigroupoids        >= 4.0     && < 4.3,
+     transformers         >= 0.2.0   && < 0.5
+ 
+   if flag(DeriveDataTypeable)
diff --git a/patches/data-lens/2.10.5/series b/patches/data-lens/2.10.5/series
new file mode 100644
index 0000000..b46d1c4
--- /dev/null
+++ b/patches/data-lens/2.10.5/series
@@ -0,0 +1 @@
+new-semigroupoids
diff --git a/patches/hledger-lib/0.23.2/new-mtl b/patches/hledger-lib/0.23.2/new-mtl
new file mode 100644
index 0000000..63f5c12
--- /dev/null
+++ b/patches/hledger-lib/0.23.2/new-mtl
@@ -0,0 +1,13 @@
+Index: hledger-lib-0.23.2/hledger-lib.cabal
+===================================================================
+--- hledger-lib-0.23.2.orig/hledger-lib.cabal	2014-09-07 11:41:28.716000093 +0200
++++ hledger-lib-0.23.2/hledger-lib.cabal	2014-09-07 11:42:06.571998775 +0200
+@@ -83,7 +83,7 @@
+                  ,safe >= 0.2
+                  ,split >= 0.1 && < 0.3
+                  ,time
+-                 ,transformers >= 0.2 && < 0.4
++                 ,transformers >= 0.2 && < 0.5
+                  ,utf8-string >= 0.3.5 && < 0.4
+                  ,HUnit
+   if impl(ghc >= 7.4)
diff --git a/patches/hledger-lib/0.23.2/series b/patches/hledger-lib/0.23.2/series
new file mode 100644
index 0000000..3a41f62
--- /dev/null
+++ b/patches/hledger-lib/0.23.2/series
@@ -0,0 +1 @@
+new-mtl
diff --git a/patches/snap-loader-dynamic/0.10.0.2/new-mtl b/patches/snap-loader-dynamic/0.10.0.2/new-mtl
new file mode 100644
index 0000000..c37338c
--- /dev/null
+++ b/patches/snap-loader-dynamic/0.10.0.2/new-mtl
@@ -0,0 +1,13 @@
+Index: snap-loader-dynamic-0.10.0.2/snap-loader-dynamic.cabal
+===================================================================
+--- snap-loader-dynamic-0.10.0.2.orig/snap-loader-dynamic.cabal	2014-09-07 11:27:16.272029779 +0200
++++ snap-loader-dynamic-0.10.0.2/snap-loader-dynamic.cabal	2014-09-07 11:27:46.500028726 +0200
+@@ -31,7 +31,7 @@
+   build-depends:
+     base              >= 4       && < 5,
+     directory-tree    >= 0.10    && < 0.12,
+-    mtl               >  2.0     && < 2.2,
++    mtl               >  2.0     && < 2.3,
+     snap-core         >= 0.9     && < 0.10,
+     time              >= 1.1     && < 1.5,
+     template-haskell  >= 2.2     && < 2.10
diff --git a/patches/snap-loader-dynamic/0.10.0.2/series b/patches/snap-loader-dynamic/0.10.0.2/series
new file mode 100644
index 0000000..3a41f62
--- /dev/null
+++ b/patches/snap-loader-dynamic/0.10.0.2/series
@@ -0,0 +1 @@
+new-mtl
diff --git a/patches/tabular/0.2.2.5/new-mtl b/patches/tabular/0.2.2.5/new-mtl
new file mode 100644
index 0000000..bf87677
--- /dev/null
+++ b/patches/tabular/0.2.2.5/new-mtl
@@ -0,0 +1,13 @@
+Index: tabular-0.2.2.5/tabular.cabal
+===================================================================
+--- tabular-0.2.2.5.orig/tabular.cabal	2014-09-07 11:25:52.404032700 +0200
++++ tabular-0.2.2.5/tabular.cabal	2014-09-07 11:26:33.276031276 +0200
+@@ -36,7 +36,7 @@
+   location: http://hub.darcs.net/kowey/tabular
+ 
+ library
+-  build-Depends:       base >= 2.1 && < 5, mtl >= 1 && < 2.2,
++  build-Depends:       base >= 2.1 && < 5, mtl >= 1 && < 2.3,
+                        csv  >= 0.1 && < 0.2,
+                        html >= 1.0 && < 2.0
+   exposed-modules:     Text.Tabular,
diff --git a/patches/tabular/0.2.2.5/series b/patches/tabular/0.2.2.5/series
new file mode 100644
index 0000000..3a41f62
--- /dev/null
+++ b/patches/tabular/0.2.2.5/series
@@ -0,0 +1 @@
+new-mtl
diff --git a/patches/template/0.2.0.9/new-mtl b/patches/template/0.2.0.9/new-mtl
new file mode 100644
index 0000000..f2b403d
--- /dev/null
+++ b/patches/template/0.2.0.9/new-mtl
@@ -0,0 +1,13 @@
+Index: template-0.2.0.9/template.cabal
+===================================================================
+--- template-0.2.0.9.orig/template.cabal	2014-09-07 11:28:30.736027186 +0200
++++ template-0.2.0.9/template.cabal	2014-09-07 11:28:57.408026257 +0200
+@@ -20,7 +20,7 @@
+ 
+   build-depends:
+     base >= 3.0 && < 5,
+-    mtl >= 1.1 && < 2.2,
++    mtl >= 1.1 && < 2.3,
+     text >= 0.7.2 && < 1.2
+ 
+   extensions: CPP
diff --git a/patches/template/0.2.0.9/series b/patches/template/0.2.0.9/series
new file mode 100644
index 0000000..3a41f62
--- /dev/null
+++ b/patches/template/0.2.0.9/series
@@ -0,0 +1 @@
+new-mtl
diff --git a/patches/wizards/1.0.1/new-mtl b/patches/wizards/1.0.1/new-mtl
new file mode 100644
index 0000000..218d747
--- /dev/null
+++ b/patches/wizards/1.0.1/new-mtl
@@ -0,0 +1,13 @@
+Index: wizards-1.0.1/wizards.cabal
+===================================================================
+--- wizards-1.0.1.orig/wizards.cabal	2014-09-07 12:09:05.859942384 +0200
++++ wizards-1.0.1/wizards.cabal	2014-09-07 12:09:34.343941392 +0200
+@@ -83,7 +83,7 @@
+   Extensions: OverlappingInstances                   
+   
+   -- Packages needed in order to build this package.
+-  Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.2, transformers >= 0.1 && < 0.4, control-monad-free ==0.5.*, containers >= 0.4 && < 0.6
++  Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.5, control-monad-free ==0.5.*, containers >= 0.4 && < 0.6
+   
+   -- Modules not exported by this package.
+   -- Other-modules:       
diff --git a/patches/wizards/1.0.1/series b/patches/wizards/1.0.1/series
new file mode 100644
index 0000000..3a41f62
--- /dev/null
+++ b/patches/wizards/1.0.1/series
@@ -0,0 +1 @@
+new-mtl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list