New commits:
commit 912cbfb89bc6986252cffcd229ead5f086b3af1f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
haskell/POST_REMOVE: added parsec and text in checks, ghc provides them
now
commit dc90edfdee90b9602e79371f2b40363a3d9d7719
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
haskell/haskell-tagged: adapted to ghc 8.4.3
commit 03371633d110a972302b2dd5979b8907e14d19e1
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
haskell/haskell-setlocale: adapted to ghc 8.4.3
commit 8d4a97f252a1169bbe5bb23ced2be193ad2e4a56
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
haskell/haskell-semigroups: adapted to ghc 8.4.3
commit d179a8823942a830a4f5181086284d0384a7ed47
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
haskell/haskell-hashable: adapted to ghc 8.4.3
commit 16b85897f5e7b416dc8dd505a2215c9ef790949d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
commit daed502513442251d7f5329c5caf4cbe578eec26
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/ghc: python3 is required now
diff --git a/devel/ghc/DEPENDS b/devel/ghc/DEPENDS
index efa36a9..4d215a9 100755
--- a/devel/ghc/DEPENDS
+++ b/devel/ghc/DEPENDS
@@ -4,4 +4,4 @@ depends libffi '--with-system-ffi' &&
depends ncurses &&
depends numactl &&
depends perl &&
-depends python
+depends python3
diff --git a/devel/ghc/HISTORY b/devel/ghc/HISTORY
index ccb7837..8e575f2 100644
--- a/devel/ghc/HISTORY
+++ b/devel/ghc/HISTORY
@@ -1,3 +1,6 @@
+2018-09-15 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, PRE_BUILD: python3 is required now
+
2018-06-23 Ismael Luceno <ismael AT iodev.co.uk>
* DETAILS: updated spell to 8.4.3
* PRE_BUILD, D4159.diff: remove patch, applied upstream
diff --git a/devel/ghc/PRE_BUILD b/devel/ghc/PRE_BUILD
index 4e62d69..da7425b 100755
--- a/devel/ghc/PRE_BUILD
+++ b/devel/ghc/PRE_BUILD
@@ -26,4 +26,4 @@ fi &&