Skip to Content.
Sympa Menu

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

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 (48fb6f3e59a6f5a7fd7a30ee6aac33155a67ba75)
  • Date: Thu, 25 Jun 2015 20:39:31 +0000

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

ChangeLog | 4 ++++
haskell/haskell-ansi-terminal/DEPENDS | 1 +
haskell/haskell-ansi-terminal/DETAILS | 17 +++++++++++++++++
haskell/haskell-ansi-terminal/HISTORY | 2 ++
haskell/haskell-haskeline/DETAILS | 6 +++---
haskell/haskell-haskeline/HISTORY | 4 ++++
6 files changed, 31 insertions(+), 3 deletions(-)

New commits:
commit 48fb6f3e59a6f5a7fd7a30ee6aac33155a67ba75
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-ansi-terminal: new spell, Simple ANSI terminal support, with
Windows compatibility

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

haskell-haskeline 0.7.2.1

diff --git a/ChangeLog b/ChangeLog
index 53c2a7e..9b4ba57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-25 Ismael Luceno <ismael AT sourcemage.org>
+ * haskell/haskell-ansi-terminal: new spell, Simple ANSI terminal
+ support, with Windows compatibility
+
2015-06-24 Ismael Luceno <ismael AT sourcemage.org>
* haskell/haskell-bytestring-show: new spell, Efficient conversion
of values into readable byte strings
diff --git a/haskell/haskell-ansi-terminal/DEPENDS
b/haskell/haskell-ansi-terminal/DEPENDS
new file mode 100755
index 0000000..8eace53
--- /dev/null
+++ b/haskell/haskell-ansi-terminal/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-ansi-terminal/DETAILS
b/haskell/haskell-ansi-terminal/DETAILS
new file mode 100755
index 0000000..9769eeb
--- /dev/null
+++ b/haskell/haskell-ansi-terminal/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=haskell-ansi-terminal
+ VERSION=0.6.2.1
+ SOURCE="ansi-terminal-$VERSION.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/package/ansi-terminal-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:6a38f6ec13ca2c2669c707eeab1749fa7ca1805fa162cc024867cf0cabb5746c8844bc2188680de3f9dd748cfcb72917b88ac9122ff6b86459c80aa061f2adbf
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/ansi-terminal-$VERSION"
+ WEB_SITE="https://github.com/feuerbach/ansi-terminal";
+ LICENSE[0]="BSD3"
+ ENTERED=20150625
+ KEYWORDS=""
+ SHORT="Simple ANSI terminal support, with Windows compatibility"
+cat << EOF
+ANSI terminal support for Haskell: allows cursor movement, screen clearing,
+color output showing or hiding the cursor, and changing the title. Compatible
+with Windows and those Unixes with ANSI terminals, but only GHC is supported
+as a compiler.
+EOF
diff --git a/haskell/haskell-ansi-terminal/HISTORY
b/haskell/haskell-ansi-terminal/HISTORY
new file mode 100644
index 0000000..962bc5b
--- /dev/null
+++ b/haskell/haskell-ansi-terminal/HISTORY
@@ -0,0 +1,2 @@
+2015-06-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/haskell/haskell-haskeline/DETAILS
b/haskell/haskell-haskeline/DETAILS
index f2c8fe9..57bf250 100755
--- a/haskell/haskell-haskeline/DETAILS
+++ b/haskell/haskell-haskeline/DETAILS
@@ -1,10 +1,10 @@
SPELL=haskell-haskeline
- VERSION=0.7.1.2
+ VERSION=0.7.2.1
SOURCE="haskeline-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/haskeline/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:11d3ee9507d10d14ad05a45eb269a70a661e755502c7a39c5516508e66bda7c0d56c0d91db3e6ea665ee532001bef246be14a95c12eb257724616753e2b93f6c
+
SOURCE_HASH=sha512:a2f790b9bb27cc8681567c3c0c3476231976d08a0e2d1e9fb69301f55511edd0221034ae8af27ec4c9db4b15f2d72b8b716d013518d0b8d15d98e859dbf0321b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/haskeline-${VERSION}"
- WEB_SITE="Homepage: http://trac.haskell.org/haskeline";
+ WEB_SITE="http://trac.haskell.org/haskeline";
LICENSE[0]=BSD3
ENTERED=20130303
SHORT="a command-line interface for user input, written in
Haskell"
diff --git a/haskell/haskell-haskeline/HISTORY
b/haskell/haskell-haskeline/HISTORY
index 8a74247..e6abd11 100644
--- a/haskell/haskell-haskeline/HISTORY
+++ b/haskell/haskell-haskeline/HISTORY
@@ -1,3 +1,7 @@
+2015-06-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.2.1
+ fixed WEB_SITE
+
2014-04-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.7.1.2




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

Archive powered by MHonArc 2.6.24.

Top of Page