fastparser-0.3.0: fastparser.cabal
name: fastparser
version: 0.3.0
synopsis: A fast, but bare bones, bytestring parser combinators library.
description: Please see README.md
homepage: https://github.com/bartavelle/fastparser#readme
license: BSD3
license-file: LICENSE
author: Simon Marechal
maintainer: bartavelle@gmail.com
copyright: Simon Marechal
category: Parsing
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: ByteString.Parser.Fast
build-depends: base >= 4.7 && < 5
, bytestring == 0.10.*
, thyme == 0.3.*
, vector-space == 0.10.*
, microlens == 0.4.*
, bytestring-lexing == 0.5.*
, containers == 0.5.*
ghc-options: -O2 -Wall
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/bartavelle/fastparser