Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (956e1de2b5f2d93df462fec5bf1dcb7047f02c6a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (956e1de2b5f2d93df462fec5bf1dcb7047f02c6a)
  • Date: Sun, 22 May 2016 21:44:48 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

haskell/haskell-mtl/HISTORY | 3 +++
haskell/haskell-mtl/PRE_BUILD | 3 +++
haskell/haskell-old-locale/HISTORY | 3 +++
haskell/haskell-old-locale/PRE_BUILD | 3 +++
haskell/haskell-old-time/HISTORY | 3 +++
haskell/haskell-old-time/PRE_BUILD | 3 +++
haskell/haskell-setlocale/HISTORY | 3 +++
haskell/haskell-setlocale/PRE_BUILD | 3 +++
haskell/haskell-utf8-string/HISTORY | 3 +++
haskell/haskell-utf8-string/PRE_BUILD | 3 +++
10 files changed, 30 insertions(+)

New commits:
commit 956e1de2b5f2d93df462fec5bf1dcb7047f02c6a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

haskell/haskell-old-time: added fix for ghc 8.0.1

commit 28d588152cacf9ec58b53897905f40d0aecc586d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

haskell/haskell-utf8-string: added fix for ghc 8.0.1

commit 011817a3d7888206acb48f72f77344b8d1b99267
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

haskell/haskell-setlocale: added fix for ghc 8.0.1

commit a33310df4b4b4a6a32b14fffa730f6516a230fb0
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

haskell/haskell-old-locale: added fix for ghc 8.0.1

commit 7b12fc15f588bfa5f8524003622ae89a1c645174
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

haskell/haskell-mtl: added fix for ghc 8.0.1

diff --git a/haskell/haskell-mtl/HISTORY b/haskell/haskell-mtl/HISTORY
index 4ddb8e2..3245956 100644
--- a/haskell/haskell-mtl/HISTORY
+++ b/haskell/haskell-mtl/HISTORY
@@ -1,3 +1,6 @@
+2016-05-22 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added fix for ghc 8.0.1
+
2015-08-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: remove dependency on haskell-transformers

diff --git a/haskell/haskell-mtl/PRE_BUILD b/haskell/haskell-mtl/PRE_BUILD
new file mode 100755
index 0000000..2a50682
--- /dev/null
+++ b/haskell/haskell-mtl/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sed -i "/transformers/s;0.4;0.5;" mtl.cabal
diff --git a/haskell/haskell-old-locale/HISTORY
b/haskell/haskell-old-locale/HISTORY
index e935518..01fefed 100644
--- a/haskell/haskell-old-locale/HISTORY
+++ b/haskell/haskell-old-locale/HISTORY
@@ -1,3 +1,6 @@
+2016-05-22 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added fix for ghc 8.0.1
+
2015-03-29 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS, DETAILS: spell created

diff --git a/haskell/haskell-old-locale/PRE_BUILD
b/haskell/haskell-old-locale/PRE_BUILD
new file mode 100755
index 0000000..8a7e3d8
--- /dev/null
+++ b/haskell/haskell-old-locale/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sed -i "/base/s;< 4.9;< 5.0;" old-locale.cabal
diff --git a/haskell/haskell-old-time/HISTORY
b/haskell/haskell-old-time/HISTORY
index e935518..01fefed 100644
--- a/haskell/haskell-old-time/HISTORY
+++ b/haskell/haskell-old-time/HISTORY
@@ -1,3 +1,6 @@
+2016-05-22 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added fix for ghc 8.0.1
+
2015-03-29 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS, DETAILS: spell created

diff --git a/haskell/haskell-old-time/PRE_BUILD
b/haskell/haskell-old-time/PRE_BUILD
new file mode 100755
index 0000000..0945296
--- /dev/null
+++ b/haskell/haskell-old-time/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sed -i "/base/s;< 4.9;< 5.0;" old-time.cabal
diff --git a/haskell/haskell-setlocale/HISTORY
b/haskell/haskell-setlocale/HISTORY
index 73a52d4..82e88d5 100644
--- a/haskell/haskell-setlocale/HISTORY
+++ b/haskell/haskell-setlocale/HISTORY
@@ -1,3 +1,6 @@
+2016-05-22 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added fix for ghc 8.0.1
+
2016-01-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/haskell/haskell-setlocale/PRE_BUILD
b/haskell/haskell-setlocale/PRE_BUILD
new file mode 100755
index 0000000..a73149a
--- /dev/null
+++ b/haskell/haskell-setlocale/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sed -i "/base/s;<4.9;<5.0;" setlocale.cabal
diff --git a/haskell/haskell-utf8-string/HISTORY
b/haskell/haskell-utf8-string/HISTORY
index 67ca723..ea8d144 100644
--- a/haskell/haskell-utf8-string/HISTORY
+++ b/haskell/haskell-utf8-string/HISTORY
@@ -1,3 +1,6 @@
+2016-05-22 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added fix for ghc 8.0.1
+
2016-01-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.0.1.1

diff --git a/haskell/haskell-utf8-string/PRE_BUILD
b/haskell/haskell-utf8-string/PRE_BUILD
new file mode 100755
index 0000000..0ba4221
--- /dev/null
+++ b/haskell/haskell-utf8-string/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sed -i "/base/s;< 4.9;< 5.0;" utf8-string.cabal



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (956e1de2b5f2d93df462fec5bf1dcb7047f02c6a), Pavel Vinogradov, 05/22/2016

Archive powered by MHonArc 2.6.24.

Top of Page