Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8f1192feb2ad9eec0b95a9639d43bcf049b42da2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8f1192feb2ad9eec0b95a9639d43bcf049b42da2)
  • Date: Sun, 24 Sep 2017 11:07:40 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 5 +++++
haskell/haskell-base-orphans/DEPENDS | 2 +-
haskell/haskell-base-orphans/DETAILS | 4 ++--
haskell/haskell-base-orphans/HISTORY | 3 +++
haskell/haskell-basement/DEPENDS | 1 +
haskell/haskell-basement/DETAILS | 13 +++++++++++++
haskell/haskell-basement/HISTORY | 3 +++
haskell/haskell-distributive/DEPENDS | 6 +++++-
haskell/haskell-distributive/DETAILS | 4 ++--
haskell/haskell-distributive/HISTORY | 3 +++
haskell/haskell-foundation/DEPENDS | 2 ++
haskell/haskell-foundation/DETAILS | 25 +++++++++++++++++++++++++
haskell/haskell-foundation/HISTORY | 3 +++
haskell/haskell-memory/DEPENDS | 3 ++-
haskell/haskell-memory/DETAILS | 4 ++--
haskell/haskell-memory/HISTORY | 4 ++++
16 files changed, 76 insertions(+), 9 deletions(-)

New commits:
commit 8f1192feb2ad9eec0b95a9639d43bcf049b42da2
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-distributive: version 0.5.3

commit 7c1a6b82ce5eb4fc075a310d277d9dbe21a22296
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-base-orphans: version 0.6

commit a646a61518a3daecdb7070609dfb2dc521cc72bd
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-memory: version 0.14.8

commit 87df4bbf0b0b2021913f5c7c767fa12e1430caf8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-foundation: new spell, custom prelude with no
dependencies apart from base

commit 7c758652163a37183b001ccf59c6c9e8a0a324bd
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-basement: new spell, foundation most basic primitives

diff --git a/ChangeLog b/ChangeLog
index d56e122..a210d4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * haskell/haskell-basement: new spell, foundation most basic
primitives
+ * haskell/haskell-foundation: new spell, custom prelude with no
dependencies
+ apart from base
+
2017-09-23 Vlad Glagolev <stealth AT sourcemage.org>
* devel/reflex: new spell, fast lexical scanner

diff --git a/haskell/haskell-base-orphans/DEPENDS
b/haskell/haskell-base-orphans/DEPENDS
index 3ee8620..8eace53 100755
--- a/haskell/haskell-base-orphans/DEPENDS
+++ b/haskell/haskell-base-orphans/DEPENDS
@@ -1 +1 @@
-depends ghc
+depends ghc
diff --git a/haskell/haskell-base-orphans/DETAILS
b/haskell/haskell-base-orphans/DETAILS
index 0769514..0a40936 100755
--- a/haskell/haskell-base-orphans/DETAILS
+++ b/haskell/haskell-base-orphans/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-base-orphans
- VERSION=0.4.1
+ VERSION=0.6
SOURCE="base-orphans-${VERSION}.tar.gz"

SOURCE_URL[0]=https://hackage.haskell.org/package/base-orphans-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:5b1194e6d48f62572bc91cebe0e653458ef0b54bccf10e0ff31f7028486f13d0bb76e7483b130f65ce337468a1930b6e65214166504af1b9e7d602b12f308d3e
+
SOURCE_HASH=sha512:925c1fa075413654c20c32bbe15e613a79aa3dcf6aeec9402c828c050c55bf9078d8acef522c82b792a9792ccb1bfb4d56dce4ffe03d5047c83a05ef123fa402
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/base-orphans-${VERSION}"
WEB_SITE="https://github.com/haskell-compat/base-orphans#readme";
LICENSE[0]=MIT
diff --git a/haskell/haskell-base-orphans/HISTORY
b/haskell/haskell-base-orphans/HISTORY
index 9818925..d5f5f98 100644
--- a/haskell/haskell-base-orphans/HISTORY
+++ b/haskell/haskell-base-orphans/HISTORY
@@ -1,3 +1,6 @@
+2017-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.6
+
2015-08-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/haskell/haskell-basement/DEPENDS
b/haskell/haskell-basement/DEPENDS
new file mode 100755
index 0000000..3ee8620
--- /dev/null
+++ b/haskell/haskell-basement/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-basement/DETAILS
b/haskell/haskell-basement/DETAILS
new file mode 100755
index 0000000..9cfcc46
--- /dev/null
+++ b/haskell/haskell-basement/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-basement
+ VERSION=0.0.2
+ SOURCE="basement-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/package/basement-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:30db27feb2464373b11837b892390433eaff1c3207f6a19c9c47455c0b180840180832fac94f2ca201c3b29183174e46039eea464646b5080afcd459919b56ca
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/basement-${VERSION}"
+ WEB_SITE="https://github.com/haskell-foundation/foundation";
+ LICENSE[0]=BSD
+ ENTERED=20170924
+ SHORT="foundation most basic primitives without any dependencies"
+cat << EOF
+Foundation most basic primitives without any dependencies.
+EOF
diff --git a/haskell/haskell-basement/HISTORY
b/haskell/haskell-basement/HISTORY
new file mode 100644
index 0000000..7684ec4
--- /dev/null
+++ b/haskell/haskell-basement/HISTORY
@@ -0,0 +1,3 @@
+2017-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-distributive/DEPENDS
b/haskell/haskell-distributive/DEPENDS
index 5182e61..c58f03a 100755
--- a/haskell/haskell-distributive/DEPENDS
+++ b/haskell/haskell-distributive/DEPENDS
@@ -1,3 +1,7 @@
depends ghc &&
-depends haskell-tagged &&
+
+depends haskell-base-orphans &&
+depends haskell-semigroups &&
+depends haskell-tagged &&
+depends haskell-transformers &&
depends haskell-transformers-compat
diff --git a/haskell/haskell-distributive/DETAILS
b/haskell/haskell-distributive/DETAILS
index ae97969..41fcc8e 100755
--- a/haskell/haskell-distributive/DETAILS
+++ b/haskell/haskell-distributive/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-distributive
- VERSION=0.4.4
+ VERSION=0.5.3
SOURCE="distributive-${VERSION}.tar.gz"

SOURCE_URL[0]=https://hackage.haskell.org/package/distributive-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:35f73d575f31b7ddc7ee5f58e4e2e871c3ea607c7147b96467937b5ffb80bcaeec6da616bfb596ffe1bc28bd7f4062d56496eb5b5cc9e45249865c216139dd4f
+
SOURCE_HASH=sha512:34d6019dc4588d1a10a40daa09822b01660da9c485d06a28722727ca1d7850eeda676da255792335e38be509a2539c02e11a404d9c45618ae064d90718cad280
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/distributive-${VERSION}"
WEB_SITE="http://github.com/ekmett/distributive/";
LICENSE[0]=BSD
diff --git a/haskell/haskell-distributive/HISTORY
b/haskell/haskell-distributive/HISTORY
index 508dbb4..68faf2a 100644
--- a/haskell/haskell-distributive/HISTORY
+++ b/haskell/haskell-distributive/HISTORY
@@ -1,3 +1,6 @@
+2017-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS: version 0.5.3
+
2015-08-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: remove dependency on haskell-transformers

diff --git a/haskell/haskell-foundation/DEPENDS
b/haskell/haskell-foundation/DEPENDS
new file mode 100755
index 0000000..6f73518
--- /dev/null
+++ b/haskell/haskell-foundation/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-basement
diff --git a/haskell/haskell-foundation/DETAILS
b/haskell/haskell-foundation/DETAILS
new file mode 100755
index 0000000..f7bc36c
--- /dev/null
+++ b/haskell/haskell-foundation/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=haskell-foundation
+ VERSION=0.0.15
+ SOURCE="foundation-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/package/foundation-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:4749d65a932ae51d75b15dff57bf587f1cf0c3b8c89ed335fcd67809294d3d6c4fe9fdc22796c4e747e9bff9e487374b09321beea7b86835bc3c41b7b26ab78a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/foundation-${VERSION}"
+ WEB_SITE="https://github.com/haskell-foundation/foundation";
+ LICENSE[0]=BSD
+ ENTERED=20170924
+ SHORT="custom prelude with no dependencies apart from base"
+cat << EOF
+A custom prelude with no dependencies apart from base.
+
+This package has the following goals:
+
+ * provide a base like sets of modules that provide a consistent set of
+ features
+ and bugfixes across multiple versions of GHC (unlike base).
+ * provide a better and more efficient prelude than base's prelude. * be
+ self-sufficient: no external dependencies apart from base. * provide better
+ data-types: packed unicode string by default, arrays. * Better numerical
+ classes that better represent mathematical thing (No more all-in-one Num).
+ * Better I/O system with less Lazy IO * Usual partial functions
distinguished
+ through type system
+EOF
diff --git a/haskell/haskell-foundation/HISTORY
b/haskell/haskell-foundation/HISTORY
new file mode 100644
index 0000000..7684ec4
--- /dev/null
+++ b/haskell/haskell-foundation/HISTORY
@@ -0,0 +1,3 @@
+2017-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-memory/DEPENDS b/haskell/haskell-memory/DEPENDS
index d0b0f74..fdd12e2 100755
--- a/haskell/haskell-memory/DEPENDS
+++ b/haskell/haskell-memory/DEPENDS
@@ -1,2 +1,3 @@
depends ghc &&
-depends haskell-deepseq
+
+depends haskell-foundation
diff --git a/haskell/haskell-memory/DETAILS b/haskell/haskell-memory/DETAILS
index a673a34..b1685b8 100755
--- a/haskell/haskell-memory/DETAILS
+++ b/haskell/haskell-memory/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-memory
- VERSION=0.7
+ VERSION=0.14.8
SOURCE="memory-${VERSION}.tar.gz"

SOURCE_URL[0]=https://hackage.haskell.org/package/memory-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:5df9d3ff6ab1fad7760a34d22657af255d7ad57019e8b61bd81dbd09b5df6da83d93e667989c10ebea2910a3399be05ef33d298aca0b09764b0e3a855fba15a8
+
SOURCE_HASH=sha512:18bebb4ef59cd694aa83f5401f292e7fea4d82d81a773cf9a77d133f045f6a3a046fcd4cd0177e724b52fdd8a93152462703452533041767466d7517a9cd8d85
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/memory-${VERSION}"
WEB_SITE="https://github.com/vincenthz/hs-memory";
LICENSE[0]=BSD
diff --git a/haskell/haskell-memory/HISTORY b/haskell/haskell-memory/HISTORY
index 9818925..319f64d 100644
--- a/haskell/haskell-memory/HISTORY
+++ b/haskell/haskell-memory/HISTORY
@@ -1,3 +1,7 @@
+2017-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.14.8
+ * DEPENDS: depend on haskell-foundation
+
2015-08-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8f1192feb2ad9eec0b95a9639d43bcf049b42da2), Florian Franzmann, 09/24/2017

Archive powered by MHonArc 2.6.24.

Top of Page