Skip to Content.
Sympa Menu

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

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 (915d200a2cf991712b91bc6e5b43de82b8928a42)
  • Date: Tue, 18 Sep 2018 13:30:52 +0000

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

haskell/POST_REMOVE | 1 +
haskell/haskell-xmonad-contrib/DEPENDS | 1 -
haskell/haskell-xmonad-contrib/HISTORY | 3 +++
haskell/haskell-xmonad/DEPENDS | 2 --
haskell/haskell-xmonad/HISTORY | 4 ++++
5 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 915d200a2cf991712b91bc6e5b43de82b8928a42
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

haskell/haskell-xmonad-contrib: haskell-mtl isn't required anymore,
ghc provides it now

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

haskell/haskell-xmonad: haskell-mtl and haskell-text aren't required
anymore,
ghc provides them now

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

haskell/POST_REMOVE: added mtl in checks, ghc provides it now

diff --git a/haskell/POST_REMOVE b/haskell/POST_REMOVE
index e5c763e9..538474c 100755
--- a/haskell/POST_REMOVE
+++ b/haskell/POST_REMOVE
@@ -22,6 +22,7 @@ if [[ $PACKAGE != "Cabal" ]] \
&& [[ $PACKAGE != "hoopl" ]] \
&& [[ $PACKAGE != "hpc" ]] \
&& [[ $PACKAGE != "integer-gmp" ]] \
+ && [[ $PACKAGE != "mtl" ]] \
&& [[ $PACKAGE != "parsec" ]] \
&& [[ $PACKAGE != "pretty" ]] \
&& [[ $PACKAGE != "process" ]] \
diff --git a/haskell/haskell-xmonad-contrib/DEPENDS
b/haskell/haskell-xmonad-contrib/DEPENDS
index c9bf2e1..96752bf 100755
--- a/haskell/haskell-xmonad-contrib/DEPENDS
+++ b/haskell/haskell-xmonad-contrib/DEPENDS
@@ -1,7 +1,6 @@
depends ghc &&

depends haskell-extensible-exceptions &&
-depends haskell-mtl &&
depends haskell-old-locale &&
depends haskell-old-time &&
depends haskell-random &&
diff --git a/haskell/haskell-xmonad-contrib/HISTORY
b/haskell/haskell-xmonad-contrib/HISTORY
index d746a45..c47e92e 100644
--- a/haskell/haskell-xmonad-contrib/HISTORY
+++ b/haskell/haskell-xmonad-contrib/HISTORY
@@ -1,3 +1,6 @@
+2018-09-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: removed haskell-mtl, ghc has it now
+
2018-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.14
* DEPENDS: add dependency on haskell-semigroups
diff --git a/haskell/haskell-xmonad/DEPENDS b/haskell/haskell-xmonad/DEPENDS
index c63ca9b..a2467c0 100755
--- a/haskell/haskell-xmonad/DEPENDS
+++ b/haskell/haskell-xmonad/DEPENDS
@@ -3,14 +3,12 @@ depends xmessage &&

depends haskell-data-default &&
depends haskell-extensible-exceptions &&
-depends haskell-mtl &&
depends haskell-semigroups &&
depends haskell-setlocale &&

# required for building the manpage
#depends haskell-pandoc &&
#depends haskell-regex-posix &&
-#depends haskell-text &&

depends haskell-utf8-string &&
depends haskell-x11
diff --git a/haskell/haskell-xmonad/HISTORY b/haskell/haskell-xmonad/HISTORY
index 37f08ec..53becc2 100644
--- a/haskell/haskell-xmonad/HISTORY
+++ b/haskell/haskell-xmonad/HISTORY
@@ -1,3 +1,7 @@
+2018-09-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: removed haskell-mtl as well as commented out haskell-text,
+ ghc has them both now
+
2018-08-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.14.2




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (915d200a2cf991712b91bc6e5b43de82b8928a42), Pavel Vinogradov, 09/18/2018

Archive powered by MHonArc 2.6.24.

Top of Page