Skip to Content.
Sympa Menu

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

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 (01ab3f5ada1a2425838234c15261c4a4a9146105)
  • Date: Thu, 25 Jun 2015 20:45:13 +0000

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

ChangeLog | 1 +
haskell/haskell-libxml/DEPENDS | 3 +++
haskell/haskell-libxml/DETAILS | 14 ++++++++++++++
haskell/haskell-libxml/HISTORY | 2 ++
4 files changed, 20 insertions(+)

New commits:
commit 01ab3f5ada1a2425838234c15261c4a4a9146105
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-libxml: new spell, Binding to libxml2

diff --git a/ChangeLog b/ChangeLog
index 9b4ba57..1d3460e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2015-06-25 Ismael Luceno <ismael AT sourcemage.org>
* haskell/haskell-ansi-terminal: new spell, Simple ANSI terminal
support, with Windows compatibility
+ * haskell/haskell-libxml: new spell, Binding to libxml2

2015-06-24 Ismael Luceno <ismael AT sourcemage.org>
* haskell/haskell-bytestring-show: new spell, Efficient conversion
diff --git a/haskell/haskell-libxml/DEPENDS b/haskell/haskell-libxml/DEPENDS
new file mode 100755
index 0000000..ea6553a
--- /dev/null
+++ b/haskell/haskell-libxml/DEPENDS
@@ -0,0 +1,3 @@
+depends ghc &&
+depends haskell-mtl &&
+depends libxml2
diff --git a/haskell/haskell-libxml/DETAILS b/haskell/haskell-libxml/DETAILS
new file mode 100755
index 0000000..e3938a1
--- /dev/null
+++ b/haskell/haskell-libxml/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=haskell-libxml
+ VERSION=0.1.1
+ SOURCE="libxml-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/package/libxml-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:59a52200e7c7ab17a60a89e4a3aefdf6356e868be6be53696e5708a4d30863ae879834404ccfecb91b6d4b93a7ce0e147a3cc04bc4d5838c2aa990a290af5c5c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/libxml-$VERSION"
+ WEB_SITE=""
+ LICENSE[0]="BSD3"
+ ENTERED=20150625
+ KEYWORDS=""
+ SHORT="Binding to libxml2"
+cat << EOF
+Minimal binding to libxml2. Additional functions will be added when needed.
+EOF
diff --git a/haskell/haskell-libxml/HISTORY b/haskell/haskell-libxml/HISTORY
new file mode 100644
index 0000000..962bc5b
--- /dev/null
+++ b/haskell/haskell-libxml/HISTORY
@@ -0,0 +1,2 @@
+2015-06-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (01ab3f5ada1a2425838234c15261c4a4a9146105), Ismael Luceno, 06/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page