packages feed

hw-parser-0.1.0.0: hw-parser.cabal

-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack

name:           hw-parser
version:        0.1.0.0
synopsis:       Simple parser support
description:    Please see README.md
category:       Data, Parser
homepage:       http://github.com/haskell-works/hw-parser#readme
bug-reports:    https://github.com/haskell-works/hw-parser/issues
author:         John Ky
maintainer:     newhoggy@gmail.com
copyright:      2016-2018 John Ky
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

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

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base          >= 4          && < 5
    , attoparsec    >= 0.13       && < 0.14
    , bytestring    >= 0.10       && < 0.11
    , hw-prim       >= 0.4        && < 0.7
    , text
  exposed-modules:
      HaskellWorks.Data.Parser
  other-modules:
      Paths_hw_parser
  default-language: Haskell2010