summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-utf8-string/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-utf8-string/DETAILS')
-rwxr-xr-xhaskell/haskell-utf8-string/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/haskell/haskell-utf8-string/DETAILS b/haskell/haskell-utf8-string/DETAILS
new file mode 100755
index 0000000000..f053027baa
--- /dev/null
+++ b/haskell/haskell-utf8-string/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=haskell-utf8-string
+ VERSION=0.3.6
+ SOURCE="utf8-string-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/utf8-string/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:9a61cabd459da0bd6667d52483a8f19ea72ac7e98618ddccb5f17e995ca7b023935407b7576ff2c88e1ab857fc3ea3b8227464fe459b453d92152451944119c6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/utf8-string-${VERSION}"
+ WEB_SITE="http://github.com/glguy/utf8-string/"
+ LICENSE[0]=BSD3
+ ENTERED=20101228
+ SHORT="Support for reading and writing UTF8 Strings"
+cat << EOF
+Description: A UTF8 layer for IO and Strings. The utf8-string package
+provides operations for encoding UTF8 strings to Word8 lists and back,
+and for reading and writing UTF8 without truncation.
+EOF