hw-string-parse-0.0.0.3: hw-string-parse.cabal
name: hw-string-parse
version: 0.0.0.3
synopsis: String parser
description: Please see README.md
homepage: http://github.com/haskell-works/hw-string-parse#readme
license: BSD3
license-file: LICENSE
author: John Ky
maintainer: newhoggy@gmail.com
copyright: 2016 John Ky
category: Data, Bit
stability: Experimental
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.22
library
hs-source-dirs: src
exposed-modules: HaskellWorks.Data.String.Parse
build-depends: base >= 4 && < 5
default-language: Haskell2010
ghc-options: -Wall -O2 -msse4.2
test-suite hw-string-parse-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules:
build-depends: base >= 4 && < 5
, bytestring
, hspec
, hw-string-parse
, QuickCheck
, vector
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/haskell-works/hw-string-parse