Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (88ac7a01f4a9bb1c00b2106e67263c3bab888222)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • 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 (88ac7a01f4a9bb1c00b2106e67263c3bab888222)
  • Date: Tue, 18 Aug 2026 10:58:33 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

haskell/haskell-http/PRE_BUILD | 5 +++++
haskell/haskell-unordered-containers/PRE_BUILD | 5 +++++
2 files changed, 10 insertions(+)

New commits:
commit 88ac7a01f4a9bb1c00b2106e67263c3bab888222
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-unordered-containers: install the fetched Hackage revision

commit 861b1a7dedec80d10e53f9cdc6d6373f48715a23
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-http: install the fetched Hackage revision

diff --git a/haskell/haskell-http/PRE_BUILD b/haskell/haskell-http/PRE_BUILD
new file mode 100755
index 0000000..7da7720
--- /dev/null
+++ b/haskell/haskell-http/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+verify_file 2 &&
+
+# Hackage revision 1: relaxed dependency bounds, not in the sdist tarball.
+cp -v "$SOURCE_CACHE/$SOURCE2" "$SOURCE_DIRECTORY/HTTP.cabal"
diff --git a/haskell/haskell-unordered-containers/PRE_BUILD
b/haskell/haskell-unordered-containers/PRE_BUILD
new file mode 100755
index 0000000..c5d84fe
--- /dev/null
+++ b/haskell/haskell-unordered-containers/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+verify_file 2 &&
+
+# Hackage revision 2: relaxed dependency bounds, not in the sdist tarball.
+cp -v "$SOURCE_CACHE/$SOURCE2" "$SOURCE_DIRECTORY/unordered-containers.cabal"


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (88ac7a01f4a9bb1c00b2106e67263c3bab888222), Ismael Luceno, 08/18/2026

Archive powered by MHonArc 2.6.24.

Top of Page