Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fae8db752ff01c5470df7c56d33791629dcb21a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fae8db752ff01c5470df7c56d33791629dcb21a4)
  • Date: Sun, 29 Mar 2015 01:44:23 -0500

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
haskell/haskell-data-default-instances-old-locale/DEPENDS | 3 ++-
haskell/haskell-data-default-instances-old-locale/HISTORY | 3 +++
haskell/haskell-old-locale/DEPENDS | 1 +
haskell/haskell-old-locale/DETAILS | 14
++++++++++++++
haskell/haskell-old-locale/HISTORY | 3 +++
6 files changed, 26 insertions(+), 1 deletion(-)

New commits:
commit fae8db752ff01c5470df7c56d33791629dcb21a4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

haskell/haskell-data-default-instances-old-locale: now requires
haskell-old-locale

commit 7e36fe41a91fa12423707f7a5f482ea59f444534
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

haskell/haskell-old-locale: new spell, a Haskell locale package

diff --git a/ChangeLog b/ChangeLog
index 9187457..cc5b397 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-03-29 Pavel Vinogradov <public AT sourcemage.org>
+ * haskell/haskell-old-locale: new spell, a Haskell locale package
+
2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
* devel/mcpp: new spell, a portable C preprocessor
* libs/nanomsg: new spell, socket library that provides several
diff --git a/haskell/haskell-data-default-instances-old-locale/DEPENDS
b/haskell/haskell-data-default-instances-old-locale/DEPENDS
index ab8676a..b841068 100755
--- a/haskell/haskell-data-default-instances-old-locale/DEPENDS
+++ b/haskell/haskell-data-default-instances-old-locale/DEPENDS
@@ -1,2 +1,3 @@
depends ghc &&
-depends haskell-data-default-class
+depends haskell-data-default-class &&
+depends haskell-old-locale
diff --git a/haskell/haskell-data-default-instances-old-locale/HISTORY
b/haskell/haskell-data-default-instances-old-locale/HISTORY
index cac9aac..bc31fef 100644
--- a/haskell/haskell-data-default-instances-old-locale/HISTORY
+++ b/haskell/haskell-data-default-instances-old-locale/HISTORY
@@ -1,3 +1,6 @@
+2015-03-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added haskell-old-locale
+
2014-02-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/haskell/haskell-old-locale/DEPENDS
b/haskell/haskell-old-locale/DEPENDS
new file mode 100755
index 0000000..8eace53
--- /dev/null
+++ b/haskell/haskell-old-locale/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-old-locale/DETAILS
b/haskell/haskell-old-locale/DETAILS
new file mode 100755
index 0000000..7d87192
--- /dev/null
+++ b/haskell/haskell-old-locale/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=haskell-old-locale
+ VERSION=1.0.0.7
+ SOURCE="old-locale-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/package/old-locale-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:34d018cb040de9adce3ddb8cffabe2a0610f6cd0ff5340ee721b7076671bd5cc3e830f58d16e73240df4b068510f7a24fd1995efc38f002b52d228abc4581d6a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/old-locale-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/old-locale";
+ LICENSE[0]=BSD
+ ENTERED=20150329
+ SHORT="Haskell locale package"
+cat << EOF
+This package provides the ability to adapt to locale conventions such as date
+and time formats
+EOF
diff --git a/haskell/haskell-old-locale/HISTORY
b/haskell/haskell-old-locale/HISTORY
new file mode 100644
index 0000000..e935518
--- /dev/null
+++ b/haskell/haskell-old-locale/HISTORY
@@ -0,0 +1,3 @@
+2015-03-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fae8db752ff01c5470df7c56d33791629dcb21a4), Pavel Vinogradov, 03/29/2015

Archive powered by MHonArc 2.6.24.

Top of Page