packages feed

hw-parser-0.0.0.1: hw-parser.cabal

name:                   hw-parser
version:                0.0.0.1
synopsis:               Conduits for tokenizing streams.
description:            Please see README.md
homepage:               http://github.com/haskell-works/hw-parser#readme
license:                BSD3
license-file:           LICENSE
author:                 John Ky
maintainer:             newhoggy@gmail.com
copyright:              2016 John Ky
category:               Data, Parser
build-type:             Simple
extra-source-files:     README.md
cabal-version:          >= 1.10

library
  hs-source-dirs:       src
  exposed-modules:      HaskellWorks.Data.Parser
  build-depends:        base                            >= 4.7  && < 5
                      , attoparsec
                      , bytestring
                      , hw-prim
                      , mono-traversable
                      , text

  default-language:     Haskell2010
  ghc-options:          -rtsopts -with-rtsopts=-N -Wall -O2 -Wall -msse4.2

source-repository head
  type:     git
  location: https://github.com/haskell-works/hw-parser