summaryrefslogtreecommitdiffstats
path: root/CacheArrow.cabal
blob: 4401e9d95d0cdfeaadc2eb019dbd657c1b05bf7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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