Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8f4734f932e2db98866e8e0379c3aa5c19ea985d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8f4734f932e2db98866e8e0379c3aa5c19ea985d)
  • Date: Thu, 1 Nov 2018 21:16:40 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

haskell/haskell-adjunctions/0001-fix-compatibility-with-ghc-8.6.1.patch |
25 ++++++++++
haskell/haskell-adjunctions/HISTORY |
3 +
haskell/haskell-adjunctions/PRE_BUILD |
5 ++
haskell/haskell-base-orphans/DETAILS |
4 -
haskell/haskell-base-orphans/HISTORY |
3 +
haskell/haskell-cassava/0001-fix-compatibility-with-ghc-8.6.1.patch |
25 ++++++++++
haskell/haskell-cassava/HISTORY |
3 +
haskell/haskell-cassava/PRE_BUILD |
5 ++
haskell/haskell-dbus/DEPENDS |
5 ++
haskell/haskell-dbus/DETAILS |
4 -
haskell/haskell-dbus/HISTORY |
3 +
haskell/haskell-microstache/0001-fix-compatibility-with-ghc-8.6.1.patch |
25 ++++++++++
haskell/haskell-microstache/HISTORY |
3 +
haskell/haskell-microstache/PRE_BUILD |
5 ++
haskell/haskell-semigroupoids/DETAILS |
4 -
haskell/haskell-semigroupoids/HISTORY |
3 +
16 files changed, 119 insertions(+), 6 deletions(-)

New commits:
commit 8f4734f932e2db98866e8e0379c3aa5c19ea985d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-dbus: version 1.0.1

commit 15f066bc3e553703cd177d2decc7f4cfe827fd4b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-adjunctions: fix build with ghc 8.6.1

commit 6c3992b437514803388bd90eac250c4c8e30bca8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-semigroupoids: version 5.3.1

commit 0c7ba9336528b8011b57bd466602fc40f2c8960d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-base-orphans: version 0.8

commit 48db3255ef396ea1bc1db6b08998a2ffcd72d735
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-cassava: fix build with ghc 8.6.1

commit fc7ee08b4fa9413dc3f7f8b13d1f3a4c5f5e0f3d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-microstache: fix build with ghc 8.6.1

diff --git
a/haskell/haskell-adjunctions/0001-fix-compatibility-with-ghc-8.6.1.patch
b/haskell/haskell-adjunctions/0001-fix-compatibility-with-ghc-8.6.1.patch
new file mode 100644
index 0000000..23d5458
--- /dev/null
+++ b/haskell/haskell-adjunctions/0001-fix-compatibility-with-ghc-8.6.1.patch
@@ -0,0 +1,25 @@
+From 68f770b51de3acc19f11fd8767f9e87b6e5e61ee Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <bwlf AT bandrate.org>
+Date: Thu, 1 Nov 2018 22:11:13 +0100
+Subject: [PATCH] fix compatibility with ghc 8.6.1
+
+---
+ adjunctions.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/adjunctions.cabal b/adjunctions.cabal
+index 53c7d4a..0fae9f1 100644
+--- a/adjunctions.cabal
++++ b/adjunctions.cabal
+@@ -49,7 +49,7 @@ library
+ array >= 0.3.0.2 && < 0.7,
+ base >= 4 && < 5,
+ comonad >= 4 && < 6,
+- containers >= 0.3 && < 0.6,
++ containers >= 0.3,
+ contravariant >= 1 && < 2,
+ distributive >= 0.5.1 && < 1,
+ free >= 4 && < 6,
+--
+2.19.1
+
diff --git a/haskell/haskell-adjunctions/HISTORY
b/haskell/haskell-adjunctions/HISTORY
index ed6c063..2c36871 100644
--- a/haskell/haskell-adjunctions/HISTORY
+++ b/haskell/haskell-adjunctions/HISTORY
@@ -1,3 +1,6 @@
+2018-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, 0001-fix-compatibility-with-ghc-8.6.1.patch: fix build
with ghc 8.6.1
+
2018-01-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.4

diff --git a/haskell/haskell-adjunctions/PRE_BUILD
b/haskell/haskell-adjunctions/PRE_BUILD
new file mode 100755
index 0000000..f39f88f
--- /dev/null
+++ b/haskell/haskell-adjunctions/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p1 < "$SPELL_DIRECTORY/0001-fix-compatibility-with-ghc-8.6.1.patch"
+
diff --git a/haskell/haskell-base-orphans/DETAILS
b/haskell/haskell-base-orphans/DETAILS
index 0a40936..5384558 100755
--- a/haskell/haskell-base-orphans/DETAILS
+++ b/haskell/haskell-base-orphans/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-base-orphans
- VERSION=0.6
+ VERSION=0.8
SOURCE="base-orphans-${VERSION}.tar.gz"

SOURCE_URL[0]=https://hackage.haskell.org/package/base-orphans-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:925c1fa075413654c20c32bbe15e613a79aa3dcf6aeec9402c828c050c55bf9078d8acef522c82b792a9792ccb1bfb4d56dce4ffe03d5047c83a05ef123fa402
+
SOURCE_HASH=sha512:07c2881bb3dd542fd1faa69d731a009c249d4acae75a7ae7f7324ae9b81d1f4acda33e883ab2d1c65c34ad42ba00903a06839e61c7eeb08631d775704ccfbfba
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/base-orphans-${VERSION}"
WEB_SITE="https://github.com/haskell-compat/base-orphans#readme";
LICENSE[0]=MIT
diff --git a/haskell/haskell-base-orphans/HISTORY
b/haskell/haskell-base-orphans/HISTORY
index d5f5f98..2376e2c 100644
--- a/haskell/haskell-base-orphans/HISTORY
+++ b/haskell/haskell-base-orphans/HISTORY
@@ -1,3 +1,6 @@
+2018-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.8
+
2017-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.6

diff --git
a/haskell/haskell-cassava/0001-fix-compatibility-with-ghc-8.6.1.patch
b/haskell/haskell-cassava/0001-fix-compatibility-with-ghc-8.6.1.patch
new file mode 100644
index 0000000..687937d
--- /dev/null
+++ b/haskell/haskell-cassava/0001-fix-compatibility-with-ghc-8.6.1.patch
@@ -0,0 +1,25 @@
+From b82923077a212e7db0dbfa2a8135b5c7713e9218 Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <bwlf AT bandrate.org>
+Date: Thu, 1 Nov 2018 21:56:11 +0100
+Subject: [PATCH] fix compatibility with ghc 8.6.1
+
+---
+ cassava.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cassava.cabal b/cassava.cabal
+index 467cb7f..1ef256d 100644
+--- a/cassava.cabal
++++ b/cassava.cabal
+@@ -96,7 +96,7 @@ Library
+ attoparsec >= 0.11.3.0 && < 0.14,
+ base >= 4.5 && < 5,
+ bytestring >= 0.9.2 && < 0.11,
+- containers >= 0.4.2 && < 0.6,
++ containers >= 0.4.2,
+ deepseq >= 1.1 && < 1.5,
+ hashable < 1.3,
+ scientific >= 0.3.4.7 && < 0.4,
+--
+2.19.1
+
diff --git a/haskell/haskell-cassava/HISTORY b/haskell/haskell-cassava/HISTORY
index 6c30393..b9a3f63 100644
--- a/haskell/haskell-cassava/HISTORY
+++ b/haskell/haskell-cassava/HISTORY
@@ -1,3 +1,6 @@
+2018-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, 0001-fix-compatibility-with-ghc-8.6.1.patch: fix build
with ghc 8.6.1
+
2018-01-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/haskell/haskell-cassava/PRE_BUILD
b/haskell/haskell-cassava/PRE_BUILD
new file mode 100755
index 0000000..f39f88f
--- /dev/null
+++ b/haskell/haskell-cassava/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p1 < "$SPELL_DIRECTORY/0001-fix-compatibility-with-ghc-8.6.1.patch"
+
diff --git a/haskell/haskell-dbus/DEPENDS b/haskell/haskell-dbus/DEPENDS
index eee42dd..5b850d8 100755
--- a/haskell/haskell-dbus/DEPENDS
+++ b/haskell/haskell-dbus/DEPENDS
@@ -1,9 +1,14 @@
depends ghc &&
+
depends haskell-cereal &&
+depends haskell-lens &&
depends haskell-libxml-sax &&
depends haskell-network &&
depends haskell-parsec &&
depends haskell-random &&
+depends haskell-split &&
+depends haskell-template-haskell &&
depends haskell-text &&
+depends haskell-th-lift &&
depends haskell-vector &&
depends haskell-xml-types
diff --git a/haskell/haskell-dbus/DETAILS b/haskell/haskell-dbus/DETAILS
index c0941c0..beada24 100755
--- a/haskell/haskell-dbus/DETAILS
+++ b/haskell/haskell-dbus/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-dbus
- VERSION=0.10.15
+ VERSION=1.0.1
SOURCE="dbus-${VERSION}.tar.gz"

SOURCE_URL[0]=https://hackage.haskell.org/package/dbus-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:5c81c1f8599b80cdb16bee63b97cd1aa5d6b0698095b2c366ad4e4f03b44f9166bd5d770f8a47a0c7dd746a9a734379dc20a77f7846a862bd1c213eb12559b0b
+
SOURCE_HASH=sha512:e50b388de40d39761338045a92a848d65fc049594b0ee59505a2ac1a1bbf54cb6e8278f9d08abcdd3cae87650405f78f80bce680b9c3c4950d1b848a990e544b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/dbus-${VERSION}"
WEB_SITE="https://john-millikin.com/software/haskell-dbus/";
LICENSE[0]=GPL
diff --git a/haskell/haskell-dbus/HISTORY b/haskell/haskell-dbus/HISTORY
index 4bc350a..5eaa5e2 100644
--- a/haskell/haskell-dbus/HISTORY
+++ b/haskell/haskell-dbus/HISTORY
@@ -1,3 +1,6 @@
+2018-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS: version 1.0.1
+
2018-01-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.10.15

diff --git
a/haskell/haskell-microstache/0001-fix-compatibility-with-ghc-8.6.1.patch
b/haskell/haskell-microstache/0001-fix-compatibility-with-ghc-8.6.1.patch
new file mode 100644
index 0000000..bf0f5e7
--- /dev/null
+++ b/haskell/haskell-microstache/0001-fix-compatibility-with-ghc-8.6.1.patch
@@ -0,0 +1,25 @@
+From cc64d680ab4517aaa81ad2f83f3ac75675298ddc Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <bwlf AT bandrate.org>
+Date: Thu, 1 Nov 2018 21:51:39 +0100
+Subject: [PATCH] fix compatibility with ghc 8.6.1
+
+---
+ microstache.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/microstache.cabal b/microstache.cabal
+index 288e0ae..4bf7bcd 100644
+--- a/microstache.cabal
++++ b/microstache.cabal
+@@ -43,7 +43,7 @@ library
+ aeson >=0.11 && < 1.3,
+ base >=4.5 && < 5.0,
+ bytestring >=0.9.2.1 && < 0.11,
+- containers >=0.4.2.1 && < 0.6,
++ containers >=0.4.2.1,
+ deepseq >=1.3.0.0 && < 1.5,
+ directory >=1.1.0.2 && < 1.4,
+ filepath >=1.3.0.0 && < 1.5,
+--
+2.19.1
+
diff --git a/haskell/haskell-microstache/HISTORY
b/haskell/haskell-microstache/HISTORY
index 2d446d0..1f1ac22 100644
--- a/haskell/haskell-microstache/HISTORY
+++ b/haskell/haskell-microstache/HISTORY
@@ -1,3 +1,6 @@
+2018-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, 0001-fix-compatibility-with-ghc-8.6.1.patch: fix build
with ghc 8.6.1
+
2018-01-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/haskell/haskell-microstache/PRE_BUILD
b/haskell/haskell-microstache/PRE_BUILD
new file mode 100755
index 0000000..f39f88f
--- /dev/null
+++ b/haskell/haskell-microstache/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p1 < "$SPELL_DIRECTORY/0001-fix-compatibility-with-ghc-8.6.1.patch"
+
diff --git a/haskell/haskell-semigroupoids/DETAILS
b/haskell/haskell-semigroupoids/DETAILS
index a27ddcb..bdcdd21 100755
--- a/haskell/haskell-semigroupoids/DETAILS
+++ b/haskell/haskell-semigroupoids/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-semigroupoids
- VERSION=5.2.2
+ VERSION=5.3.1
SOURCE="semigroupoids-${VERSION}.tar.gz"

SOURCE_URL[0]=https://hackage.haskell.org/package/semigroupoids-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:8a972716a0d74bf9e539864614cd7b0ccede283efdb7a4f84ca691ec89fbe1aa9e2322e79c608adce9904a06457294a071007ba1eb84475896e41d629c60b90c
+
SOURCE_HASH=sha512:8170f9f92a5f61325eb821d299e464106e08db3a8bac371fd427f329e479a4e914ed961a300760049aeff41fef255193dd93dfb752af0cc0027481f0ca6e6e35
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/semigroupoids-${VERSION}"
WEB_SITE="http://github.com/ekmett/semigroupoids";
LICENSE[0]=BSD
diff --git a/haskell/haskell-semigroupoids/HISTORY
b/haskell/haskell-semigroupoids/HISTORY
index 3002cae..219835c 100644
--- a/haskell/haskell-semigroupoids/HISTORY
+++ b/haskell/haskell-semigroupoids/HISTORY
@@ -1,3 +1,6 @@
+2018-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 5.3.1
+
2018-01-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 5.2.2




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8f4734f932e2db98866e8e0379c3aa5c19ea985d), Florian Franzmann, 11/01/2018

Archive powered by MHonArc 2.6.24.

Top of Page