summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-dlist/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-dlist/DETAILS')
-rwxr-xr-xhaskell/haskell-dlist/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/haskell/haskell-dlist/DETAILS b/haskell/haskell-dlist/DETAILS
new file mode 100755
index 0000000000..b4bb771dce
--- /dev/null
+++ b/haskell/haskell-dlist/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=haskell-dlist
+ VERSION=0.5
+ SOURCE="dlist-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/dlist/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:79de39c7e13b8423290c7afd5fd0218dbd8b12e6d37722084bca68074dd0940cf5aa6c3e757eecad5aff769d70aef2c3ce70a5e3c986387e0fd14d26be15634d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/dlist-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/dlist"
+ LICENSE[0]=BSD
+ ENTERED=20130303
+ SHORT="a list-like type supporting O(1) append"
+cat << EOF
+Differences lists: a list-like type supporting O(1) append. This is
+particularly useful for efficient logging and pretty printing, (e.g. with
+the Writer monad), where list append quickly becomes too expensive.
+EOF