sparse-0.5: sparse.cabal
name: sparse
version: 0.5
cabal-version: >= 1.10
author: Hans Hoglund
maintainer: Hans Hoglund <hans@hanshoglund.se>
license: BSD3
license-file: COPYING
synopsis: Lightweight parsing library based on partial functions.
category:
tested-with: GHC
build-type: Simple
description:
To be written.
source-repository head
type: git
location: git://github.com/hanshoglund/sparse.git
library
build-depends:
base >= 4 && < 5,
nats,
semigroups,
pointed,
monadplus
hs-source-dirs: src
default-language: Haskell2010
exposed-modules:
Data.Sparse