17 lines
510 B
Text
17 lines
510 B
Text
|
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
|