[Pkg-haskell-commits] [package-plan] 01/01: Update distributive, semigroups, swish
Clint Adams
clint at moszumanska.debian.org
Sun Apr 20 14:48:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository package-plan.
commit 1a99813ae3b6107417488bbecff0a4530d98b0c5
Author: Clint Adams <clint at debian.org>
Date: Sun Apr 20 10:48:18 2014 -0400
Update distributive, semigroups, swish
---
packages.txt | 6 +++---
patches/distributive/0.4.3.1/doctest-pathfix.diff | 14 ++++++++++++++
patches/distributive/0.4.3.1/no-transformers-compat.diff | 12 ++++++++++++
patches/distributive/0.4.3.1/series | 2 ++
4 files changed, 31 insertions(+), 3 deletions(-)
diff --git a/packages.txt b/packages.txt
index 9123662..6b5eb1a 100644
--- a/packages.txt
+++ b/packages.txt
@@ -158,7 +158,7 @@ Diff 0.3.0
digest 0.0.1.0
dimensional 0.10.1.2
directory-tree 0.11.0
-distributive 0.3
+distributive 0.4.3.1
djinn 2011.7.23 binary
dlist 0.5
dns 1.0.0
@@ -539,7 +539,7 @@ SDL-mixer 0.6.1
SDL-ttf 0.6.2
securemem 0.1.3
semigroupoids 4.0
-semigroups 0.9
+semigroups 0.12.2
sendfile 0.7.9
setenv 0.1.0 notest
sfml-audio 0.7.0.1816
@@ -586,7 +586,7 @@ stringprep 0.1.5
stringsearch 0.3.6.4
strptime 1.0.6
svgcairo 0.12.1
-swish 0.9.0.7
+swish 0.9.0.12
syb 0.4.0
syb-with-class 0.6.1.4
syb-with-class-instances-text 0.0.1
diff --git a/patches/distributive/0.4.3.1/doctest-pathfix.diff b/patches/distributive/0.4.3.1/doctest-pathfix.diff
new file mode 100644
index 0000000..0a087b4
--- /dev/null
+++ b/patches/distributive/0.4.3.1/doctest-pathfix.diff
@@ -0,0 +1,14 @@
+--- a/tests/doctests.hs
++++ b/tests/doctests.hs
+@@ -11,9 +11,9 @@
+ main :: IO ()
+ main = getSources >>= \sources -> doctest $
+ "-isrc"
+- : "-idist/build/autogen"
++ : "-idist-ghc/build/autogen"
+ : "-optP-include"
+- : "-optPdist/build/autogen/cabal_macros.h"
++ : "-optPdist-ghc/build/autogen/cabal_macros.h"
+ : "-hide-all-packages"
+ : map ("-package="++) deps ++ sources
+
diff --git a/patches/distributive/0.4.3.1/no-transformers-compat.diff b/patches/distributive/0.4.3.1/no-transformers-compat.diff
new file mode 100644
index 0000000..eba3e45
--- /dev/null
+++ b/patches/distributive/0.4.3.1/no-transformers-compat.diff
@@ -0,0 +1,12 @@
+--- a/distributive.cabal
++++ b/distributive.cabal
+@@ -34,8 +34,7 @@
+ build-depends:
+ base >= 4 && < 5,
+ tagged >= 0.7 && < 1,
+- transformers >= 0.2 && < 0.4,
+- transformers-compat >= 0.1 && < 0.2
++ transformers >= 0.3 && < 0.4
+
+ hs-source-dirs: src
+ exposed-modules:
diff --git a/patches/distributive/0.4.3.1/series b/patches/distributive/0.4.3.1/series
new file mode 100644
index 0000000..fc6e67a
--- /dev/null
+++ b/patches/distributive/0.4.3.1/series
@@ -0,0 +1,2 @@
+no-transformers-compat.diff
+doctest-pathfix.diff
--
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