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

16 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