This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
CacheArrow/CacheArrow.cabal

17 lines
510 B
Text
Raw Permalink Normal View History

2011-08-19 19:56:36 +02:00
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