Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6f61b7cdd02e528a22183f189e638bf38aef3155)
  • Date: Wed, 24 Jun 2015 04:47:17 +0000

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

ChangeLog | 4 ++++
haskell/haskell-bytestring-show/DEPENDS | 1 +
haskell/haskell-bytestring-show/DETAILS | 14 ++++++++++++++
haskell/haskell-bytestring-show/HISTORY | 2 ++
4 files changed, 21 insertions(+)

New commits:
commit 6f61b7cdd02e528a22183f189e638bf38aef3155
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-bytestring-show: new spell, Efficient conversion of values into
readable byte strings

diff --git a/ChangeLog b/ChangeLog
index 89e2afd..352f59d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-24 Ismael Luceno <ismael AT sourcemage.org>
+ * haskell/haskell-bytestring-show: new spell, Efficient conversion
+ of values into readable byte strings
+
2015-06-18 Treeve Jelbert <treeve AT sourcemage.org>
* database/ejdb: embeddable (in-process) database engine

diff --git a/haskell/haskell-bytestring-show/DEPENDS
b/haskell/haskell-bytestring-show/DEPENDS
new file mode 100755
index 0000000..8eace53
--- /dev/null
+++ b/haskell/haskell-bytestring-show/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-bytestring-show/DETAILS
b/haskell/haskell-bytestring-show/DETAILS
new file mode 100755
index 0000000..8af57a4
--- /dev/null
+++ b/haskell/haskell-bytestring-show/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=haskell-bytestring-show
+ VERSION=0.3.5.6
+ SOURCE="${SPELL#haskell-}-$VERSION.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/package/${SPELL#haskell-}-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:f59a041e30ec3b3eb9f971968606685ba5968dafc44d92ed50c9f7f124b891f48fc6612fdfc1a57f702e76e41f70c647e81c1919ab7fee194db9d97ddd73dd10
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL#haskell-}-$VERSION"
+ WEB_SITE="http://code.haskell.org/~dolio/";
+ LICENSE[0]="BSD3"
+ ENTERED=20150624
+ KEYWORDS=""
+ SHORT="Efficient conversion of values into readable byte strings"
+cat << EOF
+Efficient conversion of values into readable byte strings.
+EOF
diff --git a/haskell/haskell-bytestring-show/HISTORY
b/haskell/haskell-bytestring-show/HISTORY
new file mode 100644
index 0000000..db89f32
--- /dev/null
+++ b/haskell/haskell-bytestring-show/HISTORY
@@ -0,0 +1,2 @@
+2015-06-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6f61b7cdd02e528a22183f189e638bf38aef3155), Ismael Luceno, 06/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page