sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (02d31101446b12d220209ec78d28e116a7fb936c)
- From: Ismael Luceno <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (02d31101446b12d220209ec78d28e116a7fb936c)
- Date: Wed, 19 Aug 2026 01:48:39 +0000
GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:
haskell/haskell-integer-logarithms/DEPENDS | 4 +---
haskell/haskell-integer-logarithms/DETAILS | 6 +++---
haskell/haskell-integer-logarithms/HISTORY | 3 +++
haskell/haskell-statevar/DEPENDS | 3 +--
haskell/haskell-statevar/DETAILS | 4 ++--
haskell/haskell-statevar/HISTORY | 3 +++
6 files changed, 13 insertions(+), 10 deletions(-)
New commits:
commit 02d31101446b12d220209ec78d28e116a7fb936c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
haskell-integer-logarithms 1.0.5
commit 8860625b5e6598008fdade2efeff0dae47f9b554
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
haskell-statevar 1.2.2
diff --git a/haskell/haskell-integer-logarithms/DEPENDS
b/haskell/haskell-integer-logarithms/DEPENDS
index fb87af1..8eace53 100755
--- a/haskell/haskell-integer-logarithms/DEPENDS
+++ b/haskell/haskell-integer-logarithms/DEPENDS
@@ -1,3 +1 @@
-depends ghc &&
-depends haskell-integer-simple &&
-depends haskell-nats
+depends ghc
diff --git a/haskell/haskell-integer-logarithms/DETAILS
b/haskell/haskell-integer-logarithms/DETAILS
index 43a4c6f..a6db5c6 100755
--- a/haskell/haskell-integer-logarithms/DETAILS
+++ b/haskell/haskell-integer-logarithms/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-integer-logarithms
- VERSION=1.0.2.2
+ VERSION=1.0.5
SOURCE="integer-logarithms-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://hackage.haskell.org/package/integer-logarithms-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:9c4d7906455febaa271372f1bd331ce0c869fd8c9858f7f84e239eb75fcf3c6ddde95b3587569b8ba334f06bacee8db6497857f9b5668a30587738da015206d4
+
SOURCE_URL[0]=https://hackage.haskell.org/package/integer-logarithms-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:9a3ffe8ad811d1ac743fcff9c4270e62d46e2c0dab11b0af381bd09edd627b6ef31933ae430e196f1009dfefd7819ee2bfa1a891a09ed78a2b93febc2d7a0e36
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/integer-logarithms-${VERSION}"
WEB_SITE="https://github.com/phadej/integer-logarithms"
LICENSE[0]=MIT
diff --git a/haskell/haskell-integer-logarithms/HISTORY
b/haskell/haskell-integer-logarithms/HISTORY
index 031d0dc..60714eb 100644
--- a/haskell/haskell-integer-logarithms/HISTORY
+++ b/haskell/haskell-integer-logarithms/HISTORY
@@ -1,3 +1,6 @@
+2026-08-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: version 1.0.5
+
2018-10-03 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.0.2.2
diff --git a/haskell/haskell-statevar/DEPENDS
b/haskell/haskell-statevar/DEPENDS
index 9a29680..8eace53 100755
--- a/haskell/haskell-statevar/DEPENDS
+++ b/haskell/haskell-statevar/DEPENDS
@@ -1,2 +1 @@
-depends ghc &&
-depends haskell-stm
+depends ghc
diff --git a/haskell/haskell-statevar/DETAILS
b/haskell/haskell-statevar/DETAILS
index 3dbb212..ff69ea7 100755
--- a/haskell/haskell-statevar/DETAILS
+++ b/haskell/haskell-statevar/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-statevar
- VERSION=1.1.1.1
+ VERSION=1.2.2
SOURCE="StateVar-${VERSION}.tar.gz"
SOURCE_URL[0]=https://hackage.haskell.org/package/StateVar-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:4b4d24dee812dafce1b5d08a6a7034edd005f2128012276cb8f43a413597a1303000ab625b3458a287840ea1d331d0659fbfde81bbf83933156870f107c31610
+
SOURCE_HASH=sha512:d4330b43471ed73e2c70e0686575f7987f617ae1c03d9d5b0ea89d5ec55be2470b6d917e4ecc6d52c4d46fc8afbeea16194667815ce0bbecb1f637d7277f86e6
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/StateVar-${VERSION}"
WEB_SITE="https://github.com/haskell-opengl/StateVar"
LICENSE[0]=BSD
diff --git a/haskell/haskell-statevar/HISTORY
b/haskell/haskell-statevar/HISTORY
index c085119..ee353aa 100644
--- a/haskell/haskell-statevar/HISTORY
+++ b/haskell/haskell-statevar/HISTORY
@@ -1,3 +1,6 @@
+2026-08-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: version 1.2.2
+
2018-11-01 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.1.1.1
- [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (02d31101446b12d220209ec78d28e116a7fb936c), Ismael Luceno, 08/18/2026
Archive powered by MHonArc 2.6.24.