SOURCE_URL[0]=https://download.gimp.org/pub/${SPELL}/${VERSION%.*}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://gegl.org/babl/"
diff --git a/graphics-libs/babl/HISTORY b/graphics-libs/babl/HISTORY
index be8112a..3fa9f6d 100644
--- a/graphics-libs/babl/HISTORY
+++ b/graphics-libs/babl/HISTORY
@@ -1,3 +1,6 @@
+2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.1.40
+
2017-11-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.1.38
diff --git a/haskell/haskell-cryptohash-sha256/DEPENDS
b/haskell/haskell-cryptohash-sha256/DEPENDS
new file mode 100755
index 0000000..3ee8620
--- /dev/null
+++ b/haskell/haskell-cryptohash-sha256/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-cryptohash-sha256/DETAILS
b/haskell/haskell-cryptohash-sha256/DETAILS
new file mode 100755
index 0000000..e0550ed
--- /dev/null
+++ b/haskell/haskell-cryptohash-sha256/DETAILS
@@ -0,0 +1,29 @@
+ XSPELL=cryptohash-sha256
+ SPELL=haskell-$XSPELL
+ VERSION=0.11.101.0
+ SOURCE="${XSPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/${XSPELL}-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:c755f1354fb5f1d6cfb54f73e39692392517954118d98b39ac4be7460e75a9ddc91ad641fed0f17e5fa33b62b7b0734af66526ea757e00716832572bb383c612
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${XSPELL}-${VERSION}"
+ WEB_SITE="https://github.com/hvr/cryptohash-sha256"
+ LICENSE[0]=BSD
+ ENTERED=20180115
+ SHORT="practical incremental and one-pass, pure API to the
SHA-256 cryptographic hash algorithm"
+cat << EOF
+A practical incremental and one-pass, pure API to the SHA-256 cryptographic
+hash algorithm according to FIPS 180-4 with performance close to the fastest
+implementations available in other languages.
+
+The core SHA-256 algorithm is implemented in C and is thus expected to be
+as fast as the standard sha256sum(1) tool; for instance, on an Intel Core
+i7-3770 at 3.40GHz this implementation can compute a SHA-256 hash over 230
+MiB of data in under one second. (If, instead, you require a pure Haskell
+implementation and performance is secondary, please refer to the SHA
package.)
+
+Additionally, this package provides support for
+
+ * HMAC-SHA-256: SHA-256-based Hashed Message Authentication Codes (HMAC)
+ * HKDF-SHA-256: HMAC-SHA-256-based Key Derivation Function (HKDF)
+
+conforming to RFC6234, RFC4231, RFC5869, et al..
+EOF
diff --git a/haskell/haskell-cryptohash-sha256/HISTORY
b/haskell/haskell-cryptohash-sha256/HISTORY
new file mode 100644
index 0000000..afd0031
--- /dev/null
+++ b/haskell/haskell-cryptohash-sha256/HISTORY
@@ -0,0 +1,3 @@
+2018-01-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/kernels/linux/DETAILS b/kernels/linux/DETAILS
index 6ea233a..9653f0a 100755
--- a/kernels/linux/DETAILS
+++ b/kernels/linux/DETAILS
@@ -8,7 +8,7 @@ test -f ${CONFIG_CACHE}/${SPELL}.details.defaults &&