Skip to Content.
Sympa Menu

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

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 (5b3c80e3874fa22014b4e60d544d10e6f6fae196)
  • Date: Mon, 29 Jun 2015 12:17:05 +0000

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

ChangeLog | 6 ++++++
haskell/haskell-git-annex/DEPENDS | 2 +-
haskell/haskell-git-annex/DETAILS | 4 ++--
haskell/haskell-git-annex/HISTORY | 4 ++++
haskell/haskell-nanospec/DEPENDS | 1 +
haskell/haskell-nanospec/DETAILS | 15 +++++++++++++++
haskell/haskell-nanospec/HISTORY | 2 ++
haskell/haskell-silently/DEPENDS | 1 +
haskell/haskell-silently/DETAILS | 14 ++++++++++++++
haskell/haskell-silently/HISTORY | 2 ++
10 files changed, 48 insertions(+), 3 deletions(-)

New commits:
commit 5b3c80e3874fa22014b4e60d544d10e6f6fae196
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-git-annex: Switch to haskell-sandi

commit 1e1692eef8599496010270e97674be404a9dd2e7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-git-annex 5.20150617

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

haskell-nanospec: new spell, A lightweight implementation of a subset of
Hspec's API

commit 958344af619b0dc7deee26407ee7500534ca25d3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-silently: new spell, Prevent or capture writing to stdout and
other handles.

diff --git a/ChangeLog b/ChangeLog
index 8b4e2d1..709de73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * haskell/haskell-silently: new spell, Prevent or capture writing
+ to stdout and other handles.
+ * haskell/haskell-nanospec: new spell, A lightweight implementation
+ of a subset of Hspec's API
+
2015-06-27 Ismael Luceno <ismael AT sourcemage.org>
* haskell/haskell-blaze-markup: new spell, A blazingly fast markup
combinator library for Haskell
diff --git a/haskell/haskell-git-annex/DEPENDS
b/haskell/haskell-git-annex/DEPENDS
index 9f2ca5f..af37ad0 100755
--- a/haskell/haskell-git-annex/DEPENDS
+++ b/haskell/haskell-git-annex/DEPENDS
@@ -4,7 +4,7 @@ depends haskell-async &&
depends haskell-aeson &&
depends haskell-bloomfilter &&
depends haskell-case-insensitive &&
-depends haskell-dataenc &&
+depends haskell-sandi &&
depends haskell-data-default &&
depends haskell-dlist &&
depends haskell-edit-distance &&
diff --git a/haskell/haskell-git-annex/DETAILS
b/haskell/haskell-git-annex/DETAILS
index bb90e10..759447c 100755
--- a/haskell/haskell-git-annex/DETAILS
+++ b/haskell/haskell-git-annex/DETAILS
@@ -1,9 +1,9 @@
SPELL=haskell-git-annex
XSPELL=git-annex
- VERSION=5.20140405
+ VERSION=5.20150617
SOURCE="${XSPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/${XSPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:6723bb3a0eaca521559492606db6ba27256f16d45c6cc129991daddf442996b08b9eb9aeb9245d32c241435c66cf6581aaa0c1c4cde7dfaf196f0d2b5dd66e7a
+
SOURCE_HASH=sha512:25f42ab403d3fd39a689af74cd8a26dc5de761d5a8a79c8d7050194c2094f65de9681b4189076c484fb5c644408918140cf1fcb0109a6a2195f1d547e307abfc
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${XSPELL}-${VERSION}"
WEB_SITE="Homepage: http://git-annex.branchable.com/";
LICENSE[0]=GPLv3
diff --git a/haskell/haskell-git-annex/HISTORY
b/haskell/haskell-git-annex/HISTORY
index a565a7f..8490675 100644
--- a/haskell/haskell-git-annex/HISTORY
+++ b/haskell/haskell-git-annex/HISTORY
@@ -1,3 +1,7 @@
+2015-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 5.20150617
+ * DEPENDS: Switch to haskell-sandi
+
2015-03-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed LICENSE[0]

diff --git a/haskell/haskell-nanospec/DEPENDS
b/haskell/haskell-nanospec/DEPENDS
new file mode 100755
index 0000000..8eace53
--- /dev/null
+++ b/haskell/haskell-nanospec/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-nanospec/DETAILS
b/haskell/haskell-nanospec/DETAILS
new file mode 100755
index 0000000..dba2485
--- /dev/null
+++ b/haskell/haskell-nanospec/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=haskell-nanospec
+ VERSION=0.2.1
+ SOURCE="nanospec-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/package/nanospec-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:ee5b5080fefc5a213b59c8d146054f59b73dbfc8ed909ea308ec2646cd3e071a7de6115563a13fb683434725e3756fa71acbfcec77e85e3dfaa9400c7e249769
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/nanospec-$VERSION"
+ WEB_SITE=""
+ LICENSE[0]="MIT"
+ ENTERED=20150628
+ KEYWORDS=""
+ SHORT="A lightweight implementation of a subset of Hspec's API"
+cat << EOF
+A lightweight implementation of a subset of Hspec's API with minimal
+dependencies.
+EOF
diff --git a/haskell/haskell-nanospec/HISTORY
b/haskell/haskell-nanospec/HISTORY
new file mode 100644
index 0000000..a71a071
--- /dev/null
+++ b/haskell/haskell-nanospec/HISTORY
@@ -0,0 +1,2 @@
+2015-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/haskell/haskell-silently/DEPENDS
b/haskell/haskell-silently/DEPENDS
new file mode 100755
index 0000000..8eace53
--- /dev/null
+++ b/haskell/haskell-silently/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-silently/DETAILS
b/haskell/haskell-silently/DETAILS
new file mode 100755
index 0000000..85f35f7
--- /dev/null
+++ b/haskell/haskell-silently/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=haskell-silently
+ VERSION=1.2.4.1
+ SOURCE="silently-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/package/silently-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:ab8fea9c15a2061e3c3fd6970422a2cdea67aac3614991a8135f19a2f075de52f923fd0e78b5a45a91f2523f6263eb626efea2e89ed94277e03a132410862e19
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/silently-$VERSION"
+ WEB_SITE="https://github.com/trystan/silently";
+ LICENSE[0]="BSD3"
+ ENTERED=20150628
+ KEYWORDS=""
+ SHORT="Prevent or capture writing to stdout and other handles."
+cat << EOF
+Prevent or capture writing to stdout and other handles.
+EOF
diff --git a/haskell/haskell-silently/HISTORY
b/haskell/haskell-silently/HISTORY
new file mode 100644
index 0000000..a71a071
--- /dev/null
+++ b/haskell/haskell-silently/HISTORY
@@ -0,0 +1,2 @@
+2015-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5b3c80e3874fa22014b4e60d544d10e6f6fae196), Ismael Luceno, 06/29/2015

Archive powered by MHonArc 2.6.24.

Top of Page