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