packages feed

sparser-0.6: sparser.cabal

name:               sparser
version:            0.6
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/sparser.git

library
    build-depends:
        base            >= 4 && < 5,
        nats,
        semigroups,
        pointed,
        monadplus,
        data-default,
        containers 
        -- containers DEBUG
        
    hs-source-dirs:     src
    default-language:   Haskell2010
    exposed-modules:
        Data.Sparser