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
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