Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (073eb396cbd8861c985c8c9bf21af4bf18261d88)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (073eb396cbd8861c985c8c9bf21af4bf18261d88)
  • Date: Wed, 17 Jan 2018 20:08:34 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 9 ++
haskell/haskell-cabal-install/DEPENDS | 18 +++++
haskell/haskell-cabal-install/DETAILS | 21 ++++++
haskell/haskell-cabal-install/HISTORY | 3
haskell/haskell-echo/0001-fix-dependencies.patch | 25 +++++++
haskell/haskell-echo/DEPENDS | 1
haskell/haskell-echo/DETAILS | 21 ++++++
haskell/haskell-echo/HISTORY | 5 +
haskell/haskell-echo/PRE_BUILD | 5 +
haskell/haskell-ed25519/0001-fix-dependency.patch | 25 +++++++
haskell/haskell-ed25519/DEPENDS | 1
haskell/haskell-ed25519/DETAILS | 16 ++++
haskell/haskell-ed25519/HISTORY | 3
haskell/haskell-ed25519/PRE_BUILD | 4 +
haskell/haskell-hackage-security/0001-fix-dependencies.patch | 37
+++++++++++
haskell/haskell-hackage-security/DEPENDS | 17 +++++
haskell/haskell-hackage-security/DETAILS | 17 +++++
haskell/haskell-hackage-security/HISTORY | 4 +
haskell/haskell-hackage-security/PRE_BUILD | 5 +
haskell/haskell-http/DETAILS | 4 -
haskell/haskell-http/HISTORY | 3
haskell/haskell-network/DETAILS | 4 -
haskell/haskell-network/HISTORY | 3
haskell/haskell-safe/DETAILS | 4 -
haskell/haskell-safe/HISTORY | 3
haskell/haskell-tar/DETAILS | 4 -
haskell/haskell-tar/HISTORY | 3
haskell/haskell-text/DETAILS | 4 -
haskell/haskell-text/HISTORY | 3
haskell/haskell-zlib/DETAILS | 4 -
haskell/haskell-zlib/HISTORY | 3
31 files changed, 267 insertions(+), 12 deletions(-)

New commits:
commit 073eb396cbd8861c985c8c9bf21af4bf18261d88
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-zlib: version 0.6.1.2

commit a478a40aa6498514ffa40b50c48b40022693e9c5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-text: version 1.2.3.0

commit b4fdc6924e1f562da8a7315f2fd3071d64f43d1b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-safe: version 0.3.16

commit 1512f103c7ceb9032918ff464071c5c4d7e4d7b0
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-network: version 2.6.3.3

commit 2bd14d6ffc4223410d80b31fe8fc119c86f40100
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-http: version 4000.3.9

commit c458e467b87ece284c0453e99eb37867a9b98e00
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/hackage-cabal-install: new spell, a utility for managing haskell
packages

commit b5a624a26b96aaa1ccf79243ee47a25ff5c9944b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-echo: new spell, support for setting echo status of
terminals

commit af156498e4a8969a8c781485c37c42e9e302bfa0
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-hackage-security: new spell, security library for hackage

commit c32330b10316fcf2c89bea1fba1eaea3d2585a24
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-tar: version 0.5.0.3

commit 3841d6126b8f13889100bee4beb29fa97a5c79f5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-ed25519: new spell, an ed25519 implementation

diff --git a/ChangeLog b/ChangeLog
index 61d991e..3e5e9e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * haskell/haskell-ed25519: new spell, a simple, fast, self-contained
copy of
+ the Ed25519 public-key signature system
+ * haskell/haskell-hackage-security: new spell, security library for
hackage
+ * haskell/haskell-echo: new spell, a library for setting terminal echo
+ status
+ * haskell/haskell-cabal-install: new spell, a utility for managing
hackage
+ packages
+
2018-01-17 Thomas Orgis <sobukus AT sourcemage.org>
* x11-toolkits/wxwidgets: spell deprecated [duplicate spell]

diff --git a/haskell/haskell-cabal-install/DEPENDS
b/haskell/haskell-cabal-install/DEPENDS
new file mode 100755
index 0000000..7e29da7
--- /dev/null
+++ b/haskell/haskell-cabal-install/DEPENDS
@@ -0,0 +1,18 @@
+depends ghc &&
+depends haskell-async &&
+depends haskell-base16-bytestring &&
+depends haskell-cryptohash-sha256 &&
+depends haskell-echo &&
+depends haskell-edit-distance &&
+depends haskell-hackage-security &&
+depends haskell-hashable &&
+depends haskell-http &&
+depends haskell-mtl &&
+depends haskell-network &&
+depends haskell-network-uri &&
+depends haskell-old-time &&
+depends haskell-pretty &&
+depends haskell-random &&
+depends haskell-stm &&
+depends haskell-tar &&
+depends haskell-zlib
diff --git a/haskell/haskell-cabal-install/DETAILS
b/haskell/haskell-cabal-install/DETAILS
new file mode 100755
index 0000000..daa2306
--- /dev/null
+++ b/haskell/haskell-cabal-install/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=haskell-cabal-install
+ VERSION=2.0.0.1
+ SOURCE="cabal-install-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/cabal-install-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:136105745e22b83a9ab906ac71ebbf4a5992b1731dd152e88eaa8dfd0d3076ddaca80bf0077c8b59c085c7d2f2fd0a3786e6e4c70a47dc924995f23758952a16
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cabal-install-${VERSION}"
+ WEB_SITE="http://www.haskell.org/cabal/";
+ LICENSE[0]=BSD
+ ENTERED=20180117
+ SHORT="a command-line program that simplifies managing haskell
software"
+cat << EOF
+Cabal is a system for building and packaging Haskell libraries and programs.
It
+defines a common interface for package authors and distributors to easily
build
+their applications in a portable way. Cabal is part of a larger
infrastructure
+for distributing, organizing, and cataloging Haskell libraries and programs.
+
+Specifically, the Cabal describes what a Haskell package is, how these
packages
+interact with the language, and what Haskell implementations must to do to
+support packages. The Cabal also specifies some infrastructure (code) that
+makes it easy for tool authors to build and distribute conforming packages.
+EOF
diff --git a/haskell/haskell-cabal-install/HISTORY
b/haskell/haskell-cabal-install/HISTORY
new file mode 100644
index 0000000..6ed9d6b
--- /dev/null
+++ b/haskell/haskell-cabal-install/HISTORY
@@ -0,0 +1,3 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-echo/0001-fix-dependencies.patch
b/haskell/haskell-echo/0001-fix-dependencies.patch
new file mode 100644
index 0000000..400e632
--- /dev/null
+++ b/haskell/haskell-echo/0001-fix-dependencies.patch
@@ -0,0 +1,25 @@
+From 2db4f5aa6d7a0bba5fcca46d998fff2a65ebf8af Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <bwlf AT bandrate.org>
+Date: Wed, 17 Jan 2018 20:24:21 +0100
+Subject: [PATCH] fix dependencies
+
+---
+ echo.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/echo.cabal b/echo.cabal
+index 4a18d27..e8de149 100644
+--- a/echo.cabal
++++ b/echo.cabal
+@@ -39,7 +39,7 @@ library
+ System.IO.Echo.Internal
+
+ build-depends: base >= 4.3 && < 5
+- , process >= 1.0.1.1 && < 1.5
++ , process >= 1.0.1.1 && < 1.7
+ if os(windows)
+ cpp-options: "-DWINDOWS"
+ build-depends: mintty >= 0.1 && < 0.2
+--
+2.15.1
+
diff --git a/haskell/haskell-echo/DEPENDS b/haskell/haskell-echo/DEPENDS
new file mode 100755
index 0000000..3ee8620
--- /dev/null
+++ b/haskell/haskell-echo/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-echo/DETAILS b/haskell/haskell-echo/DETAILS
new file mode 100755
index 0000000..7bc8ff0
--- /dev/null
+++ b/haskell/haskell-echo/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=haskell-echo
+ VERSION=0.1.3
+ SOURCE="echo-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/echo-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:26a2398af231a8805b6b0a866348f848b8b8f21fe95a2fa3c781aaeae150df978335df573d46d5b07d7e4df19d6377d997f85c77049abaf0c5cb3e9998439c6f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/echo-${VERSION}"
+ WEB_SITE="https://github.com/RyanGlScott/echo";
+ LICENSE[0]=BSD
+ ENTERED=20180117
+ SHORT="a library for querying and setting echo status"
+cat << EOF
+The base library exposes the hGetEcho and hSetEcho functions for querying and
+setting echo status, but unfortunately, neither function works with MinTTY
+consoles on Windows. This is a serious issue, since hGetEcho and hSetEcho are
+often used to disable input echoing when a program prompts for a password,
+so many programs will reveal your password as you type it on MinTTY!
+
+This library provides an alternative interface which works with both MinTTY
+and other consoles. An example is included which demonstrates how one might
+prompt for a password using this library.
+EOF
diff --git a/haskell/haskell-echo/HISTORY b/haskell/haskell-echo/HISTORY
new file mode 100644
index 0000000..e551ca0
--- /dev/null
+++ b/haskell/haskell-echo/HISTORY
@@ -0,0 +1,5 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, PRE_BUILD, 0001-fix-dependencies.patch: spell
created
+
+
+
diff --git a/haskell/haskell-echo/PRE_BUILD b/haskell/haskell-echo/PRE_BUILD
new file mode 100755
index 0000000..7a6560c
--- /dev/null
+++ b/haskell/haskell-echo/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p1 < "$SPELL_DIRECTORY/0001-fix-dependencies.patch"
+
diff --git a/haskell/haskell-ed25519/0001-fix-dependency.patch
b/haskell/haskell-ed25519/0001-fix-dependency.patch
new file mode 100644
index 0000000..8ef5b02
--- /dev/null
+++ b/haskell/haskell-ed25519/0001-fix-dependency.patch
@@ -0,0 +1,25 @@
+From 929978f8a29dc54c36cd5d862fbe02385b6fc2a3 Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <bwlf AT bandrate.org>
+Date: Wed, 17 Jan 2018 19:55:14 +0100
+Subject: [PATCH] fix dependency
+
+---
+ ed25519.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ed25519.cabal b/ed25519.cabal
+index 5e5f715..c16618f 100644
+--- a/ed25519.cabal
++++ b/ed25519.cabal
+@@ -60,7 +60,7 @@ flag no-donna
+
+ library
+ build-depends:
+- ghc-prim >= 0.1 && < 0.5,
++ ghc-prim >= 0.1 && < 0.6,
+ base >= 4 && < 5,
+ bytestring >= 0.9 && < 0.11
+
+--
+2.15.1
+
diff --git a/haskell/haskell-ed25519/DEPENDS b/haskell/haskell-ed25519/DEPENDS
new file mode 100755
index 0000000..3ee8620
--- /dev/null
+++ b/haskell/haskell-ed25519/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-ed25519/DETAILS b/haskell/haskell-ed25519/DETAILS
new file mode 100755
index 0000000..7edaac9
--- /dev/null
+++ b/haskell/haskell-ed25519/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=haskell-ed25519
+ VERSION=0.0.5.0
+ SOURCE="ed25519-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/ed25519-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:cd2bb28de905c6d659f80f15e82970a9634c959432c73b6fd3b10ebca42a1ce734429e7ac861d0ab328904d99651a6d2fcaaf4d74ab75a3c0be68607e8f54ce9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/ed25519-${VERSION}"
+ WEB_SITE="http://thoughtpolice.github.com/hs-ed25519";
+ LICENSE[0]=MIT
+ ENTERED=20180117
+ SHORT="a simple, fast, self-contained copy of the Ed25519
public-key signature system"
+cat << EOF
+This package provides a simple, fast, self-contained copy of the Ed25519
+public-key signature system with a clean interface. It also includes
+support for detached signatures, and thorough documentation on the design
+and implementation, including usage guidelines.
+EOF
diff --git a/haskell/haskell-ed25519/HISTORY b/haskell/haskell-ed25519/HISTORY
new file mode 100644
index 0000000..1adcd30
--- /dev/null
+++ b/haskell/haskell-ed25519/HISTORY
@@ -0,0 +1,3 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, 0001-fix-dependency.patch, PRE_BUILD: spell
created
+
diff --git a/haskell/haskell-ed25519/PRE_BUILD
b/haskell/haskell-ed25519/PRE_BUILD
new file mode 100755
index 0000000..14a41de
--- /dev/null
+++ b/haskell/haskell-ed25519/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+
+cd "${SOURCE_DIRECTORY}" &&
+patch -p1 < "$SPELL_DIRECTORY/0001-fix-dependency.patch"
diff --git a/haskell/haskell-hackage-security/0001-fix-dependencies.patch
b/haskell/haskell-hackage-security/0001-fix-dependencies.patch
new file mode 100644
index 0000000..f05e128
--- /dev/null
+++ b/haskell/haskell-hackage-security/0001-fix-dependencies.patch
@@ -0,0 +1,37 @@
+From f8da500fd71113f746ae2ffa4863350b9a5ccf79 Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <bwlf AT bandrate.org>
+Date: Wed, 17 Jan 2018 20:13:00 +0100
+Subject: [PATCH] fix dependencies
+
+---
+ hackage-security.cabal | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/hackage-security.cabal b/hackage-security.cabal
+index 880f47a..3aa487f 100644
+--- a/hackage-security.cabal
++++ b/hackage-security.cabal
+@@ -99,9 +99,9 @@ library
+ base16-bytestring >= 0.1.1 && < 0.2,
+ base64-bytestring >= 1.0 && < 1.1,
+ bytestring >= 0.9 && < 0.11,
+- Cabal >= 1.14 && < 1.26,
++ Cabal >= 1.14 && < 2.2,
+ containers >= 0.4 && < 0.6,
+- directory >= 1.1.0.2 && < 1.3,
++ directory >= 1.1.0.2 && < 1.4,
+ ed25519 >= 0.0 && < 0.1,
+ filepath >= 1.2 && < 1.5,
+ mtl >= 2.2 && < 2.3,
+@@ -111,7 +111,7 @@ library
+ -- 0.4.2 introduces TarIndex, 0.4.4 introduces more
+ -- functionality, 0.5.0 changes type of serialise
+ tar >= 0.5 && < 0.6,
+- time >= 1.2 && < 1.7,
++ time >= 1.2 && < 1.9,
+ transformers >= 0.4 && < 0.6,
+ zlib >= 0.5 && < 0.7,
+ -- whatever versions are bundled with ghc:
+--
+2.15.1
+
diff --git a/haskell/haskell-hackage-security/DEPENDS
b/haskell/haskell-hackage-security/DEPENDS
new file mode 100755
index 0000000..4c7d318
--- /dev/null
+++ b/haskell/haskell-hackage-security/DEPENDS
@@ -0,0 +1,17 @@
+depends ghc &&
+depends haskell-base16-bytestring &&
+depends haskell-base64-bytestring &&
+depends haskell-cryptohash-sha256 &&
+depends haskell-ed25519 &&
+depends haskell-mtl &&
+depends haskell-network &&
+depends haskell-network-uri &&
+depends haskell-old-locale &&
+depends haskell-old-time &&
+depends haskell-parsec &&
+depends haskell-parsec &&
+depends haskell-pretty &&
+depends haskell-tar &&
+depends haskell-template-haskell &&
+depends haskell-transformers &&
+depends haskell-zlib
diff --git a/haskell/haskell-hackage-security/DETAILS
b/haskell/haskell-hackage-security/DETAILS
new file mode 100755
index 0000000..f6f4b7f
--- /dev/null
+++ b/haskell/haskell-hackage-security/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=haskell-hackage-security
+ VERSION=0.5.2.2
+ SOURCE="hackage-security-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/hackage-security-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:5adab3c46d7aada8668128ad8c9389ca65489eec776f8571b8ee5834d74b961f19b558cb6642cbb1891ee381b2d4f2019dddf29bad13607fe23bef49a3d6f535
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/hackage-security-${VERSION}"
+ WEB_SITE="https://github.com/well-typed/hackage-security";
+ LICENSE[0]=BSD
+ ENTERED=20180117
+ SHORT="the hackage security library"
+cat << EOF
+The hackage security library provides both server and client utilities for
+securing the Hackage package server (http://hackage.haskell.org/). It is
+based on The Update Framework (http://theupdateframework.com/), a set of
+recommendations developed by security researchers at various universities in
+the US as well as developers on the Tor project
(https://www.torproject.org/).
+EOF
diff --git a/haskell/haskell-hackage-security/HISTORY
b/haskell/haskell-hackage-security/HISTORY
new file mode 100644
index 0000000..625d511
--- /dev/null
+++ b/haskell/haskell-hackage-security/HISTORY
@@ -0,0 +1,4 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, PRE_BUILD, 0001-fix-dependencies.patch: spell
created
+
+
diff --git a/haskell/haskell-hackage-security/PRE_BUILD
b/haskell/haskell-hackage-security/PRE_BUILD
new file mode 100755
index 0000000..7a6560c
--- /dev/null
+++ b/haskell/haskell-hackage-security/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p1 < "$SPELL_DIRECTORY/0001-fix-dependencies.patch"
+
diff --git a/haskell/haskell-http/DETAILS b/haskell/haskell-http/DETAILS
index 9f526c4..05d1411 100755
--- a/haskell/haskell-http/DETAILS
+++ b/haskell/haskell-http/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-http
- VERSION=4000.3.7
+ VERSION=4000.3.9
SOURCE="HTTP-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/HTTP/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:8d2a3a3768fb0d63580dd8798cc15eaefe7d93adb061ba5d04584eb1359bcd8d9a1aa48879b800dc3f5e33757a55cacc2d5c773ae0f68085f597ccb483b9647f
+
SOURCE_HASH=sha512:752fdcd95711c8b33f1e27dd3128beccf57db80c0e6341c02a418d180af3adf64eb85760d4d53984ba3072ac9f9ca047078b71ef42365ceaf63bd92c27fcaee3
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/HTTP-${VERSION}"
WEB_SITE="https://github.com/haskell/HTTP";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-http/HISTORY b/haskell/haskell-http/HISTORY
index 693fe53..8cdf5a6 100644
--- a/haskell/haskell-http/HISTORY
+++ b/haskell/haskell-http/HISTORY
@@ -1,3 +1,6 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS: version 4000.3.9
+
2017-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, DEPENDS: version 4000.3.7

diff --git a/haskell/haskell-network/DETAILS b/haskell/haskell-network/DETAILS
index b1576f4..957e9a4 100755
--- a/haskell/haskell-network/DETAILS
+++ b/haskell/haskell-network/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-network
- VERSION=2.6.3.2
+ VERSION=2.6.3.3
SOURCE="network-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/network/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:990eefc6f3635f3e6f75617bf13e8832983befd0194e48602fa2967002a4fccabfe9ce276759a403ad4d68802f59c8f50699aa78211cb8cc3dc2d6d91e0a6ea6
+
SOURCE_HASH=sha512:6ed0db7c8dd515f02c97641874a71a9b7b9e71648912f458f4c4ed23df4c1251a18988d44c590cc7cf38f04cb306ef99f2d39543ae4566993725722cec28fcef
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/network-${VERSION}"

WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-network/HISTORY b/haskell/haskell-network/HISTORY
index e59ac02..73cab4d 100644
--- a/haskell/haskell-network/HISTORY
+++ b/haskell/haskell-network/HISTORY
@@ -1,3 +1,6 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.6.3.3
+
2017-09-28 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.6.3.2

diff --git a/haskell/haskell-safe/DETAILS b/haskell/haskell-safe/DETAILS
index 867dd30..d844973 100755
--- a/haskell/haskell-safe/DETAILS
+++ b/haskell/haskell-safe/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-safe
- VERSION=0.3.9
+ VERSION=0.3.16
SOURCE="safe-$VERSION.tar.gz"
SOURCE_URL[0]=http://hackage.haskell.org/package/safe-$VERSION/$SOURCE
-
SOURCE_HASH=sha512:7759ae8acf0348a3070cc47e78b224ac5a826ecf46302cbe413b52c53d8d6bb6ebd939b0fe3dbb47034e910876bd7c849609f008e44f09e5ccb99a9997d2f418
+
SOURCE_HASH=sha512:ba401085ecdb0d2e37128ef9e8b610a36bfff5fffc9423e9e65e96a5690ee586ed60486e3d86dd0cf02f372663bbc72e3b78a767548729f40b43708e7ec086ca
SOURCE_DIRECTORY="$BUILD_DIRECTORY/safe-$VERSION"
WEB_SITE="https://github.com/ndmitchell/safe#readme";
LICENSE[0]="BSD3"
diff --git a/haskell/haskell-safe/HISTORY b/haskell/haskell-safe/HISTORY
index bed0eed..6793437 100644
--- a/haskell/haskell-safe/HISTORY
+++ b/haskell/haskell-safe/HISTORY
@@ -1,2 +1,5 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.3.16
+
2015-06-26 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/haskell/haskell-tar/DETAILS b/haskell/haskell-tar/DETAILS
index d44938f..43d3000 100755
--- a/haskell/haskell-tar/DETAILS
+++ b/haskell/haskell-tar/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-tar
- VERSION=0.4.2.0
+ VERSION=0.5.0.3
SOURCE="tar-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/tar/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:7e38bb586181dad1fb154cf2eabaedcfad31887709034794ddf076af2245646dc1f5023b1b6841e8be53c5271eab3b3e350a4f92fe27b403505c0872ab794826
+
SOURCE_HASH=sha512:f90899e3a5fe097645e29b143cbf25ccf131f8b794bfea655e5b562369e4d7d492df78e53710d3ca4776233f07ace9335242eafbd3b4ba8d0e1d4664fd24a27d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tar-${VERSION}"
WEB_SITE="http://hackage.haskell.org/package/tar";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-tar/HISTORY b/haskell/haskell-tar/HISTORY
index c76861c..78bb581 100644
--- a/haskell/haskell-tar/HISTORY
+++ b/haskell/haskell-tar/HISTORY
@@ -1,3 +1,6 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.5.0.3
+
2015-07-15 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.4.2.0

diff --git a/haskell/haskell-text/DETAILS b/haskell/haskell-text/DETAILS
index 46d9480..8f5dad6 100755
--- a/haskell/haskell-text/DETAILS
+++ b/haskell/haskell-text/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-text
- VERSION=1.2.1.1
+ VERSION=1.2.3.0
SOURCE="text-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/text/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:51f48ec3b288d39f7f61a82f04d84f46f22d0bbef8ff609b12b0883c2441efcefb8acf8278a579110048249652273836c76399e6853c4ef042f2f351cbf090de
+
SOURCE_HASH=sha512:7533a185a1e8a9c14cdec6b20ddeb51b7b858afff4d749c38e61b8745239b525b2a032111ab3f12030466c03c373d5b542073f5457c200db5b579c6c97d2d9db
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/text-${VERSION}"

WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/text";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-text/HISTORY b/haskell/haskell-text/HISTORY
index d465d06..14af422 100644
--- a/haskell/haskell-text/HISTORY
+++ b/haskell/haskell-text/HISTORY
@@ -1,3 +1,6 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.2.3.0
+
2015-06-25 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.2.1.1

diff --git a/haskell/haskell-zlib/DETAILS b/haskell/haskell-zlib/DETAILS
index 2cbd426..9010197 100755
--- a/haskell/haskell-zlib/DETAILS
+++ b/haskell/haskell-zlib/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-zlib
- VERSION=0.6.1.1
+ VERSION=0.6.1.2
SOURCE="zlib-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/zlib/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:b9f665308fe7887db376625d6001b5d4c511b6b0f392e366903e84f262cc7c81ed9746d9a5f0b84e9a0ec9dfdc91ed41809528dd50e067008a91ef5168cad12e
+
SOURCE_HASH=sha512:0034eb1297eaf20ab64e5cbfc835cee1985d34bc248325bf57f7bf5cdf2918ab72f339fe5b8b3f5f16dee862f190e0c71612960b9021cf2ca70c951788b73fc1
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/zlib-${VERSION}"
WEB_SITE="http://hackage.haskell.org/package/zlib";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-zlib/HISTORY b/haskell/haskell-zlib/HISTORY
index 5376129..742e4eb 100644
--- a/haskell/haskell-zlib/HISTORY
+++ b/haskell/haskell-zlib/HISTORY
@@ -1,3 +1,6 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.6.1.2
+
2015-06-24 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.6.1.1




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (073eb396cbd8861c985c8c9bf21af4bf18261d88), Florian Franzmann, 01/17/2018

Archive powered by MHonArc 2.6.24.

Top of Page