packages feed

hw-parser-0.0.0.3: hw-parser.cabal

name:                   hw-parser
version:                0.0.0.3
synopsis:               Simple parser support
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.22

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

  default-language:     Haskell2010
  ghc-options:          -Wall -msse4.2

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