summaryrefslogtreecommitdiffstats
path: root/CacheArrow.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-08-19 19:56:36 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-08-19 19:56:36 +0200
commit26c51b9e152bce3a3ceea99763b0f7eb1e589720 (patch)
tree44105e2f1ec6eb7aaab01283eb509a15e3816a16 /CacheArrow.cabal
downloadCacheArrow-26c51b9e152bce3a3ceea99763b0f7eb1e589720.tar
CacheArrow-26c51b9e152bce3a3ceea99763b0f7eb1e589720.zip
Initial implementation
Diffstat (limited to 'CacheArrow.cabal')
-rw-r--r--CacheArrow.cabal16
1 files changed, 16 insertions, 0 deletions
diff --git a/CacheArrow.cabal b/CacheArrow.cabal
new file mode 100644
index 0000000..4401e9d
--- /dev/null
+++ b/CacheArrow.cabal
@@ -0,0 +1,16 @@
+name: CacheArrow
+version: 0.1
+synopsis: Caching arrow
+description: Arrow transformer that adds caching to an arrow
+category: Control, Data
+license: BSD3
+license-file: LICENSE
+author: Matthias Schiffer
+maintainer: mschiffer@universe-factory.net
+build-type: Simple
+Cabal-Version: >=1.2
+
+library
+ build-depends: base >= 4, arrows
+ exposed-modules: Control.CacheArrow
+ hs-source-dirs: src