packages feed

symparsec-2.0.0: symparsec.cabal

cabal-version: 1.12

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

name:           symparsec
version:        2.0.0
synopsis:       Type level string parser combinators
description:    Please see README.md.
category:       Types, Data
homepage:       https://github.com/raehik/symparsec#readme
bug-reports:    https://github.com/raehik/symparsec/issues
author:         Ben Orchard
maintainer:     Ben Orchard <thefirstmuffinman@gmail.com>
license:        MIT
license-file:   LICENSE
build-type:     Simple
tested-with:
    GHC==9.12
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/raehik/symparsec

library
  exposed-modules:
      Data.Type.Symbol
      Symparsec
      Symparsec.Example.Expr
      Symparsec.Parser
      Symparsec.Parser.Alternative
      Symparsec.Parser.Applicative
      Symparsec.Parser.Common
      Symparsec.Parser.Count
      Symparsec.Parser.Ensure
      Symparsec.Parser.Eof
      Symparsec.Parser.Functor
      Symparsec.Parser.Isolate
      Symparsec.Parser.Literal
      Symparsec.Parser.Monad
      Symparsec.Parser.Natural
      Symparsec.Parser.Natural.Digits
      Symparsec.Parser.Skip
      Symparsec.Parser.Take
      Symparsec.Parser.TakeRest
      Symparsec.Parser.TakeWhile
      Symparsec.Parser.Try
      Symparsec.Parser.While
      Symparsec.Parser.While.Predicates
      Symparsec.Parsers
      Symparsec.Run
      Symparsec.Utils
  other-modules:
      Paths_symparsec
  hs-source-dirs:
      src
  default-extensions:
      LambdaCase
      NoStarIsType
      DerivingVia
      DeriveAnyClass
      GADTs
      RoleAnnotations
      DefaultSignatures
      TypeFamilies
      DataKinds
      MagicHash
  ghc-options: -fhide-source-paths -Wall
  build-depends:
      base >=4.18 && <5
    , defun-core ==0.1.*
    , singleraeh >=0.4.0 && <0.5
    , type-level-show >=0.3.0 && <0.4
  default-language: GHC2021

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_symparsec
  hs-source-dirs:
      test
  default-extensions:
      LambdaCase
      NoStarIsType
      DerivingVia
      DeriveAnyClass
      GADTs
      RoleAnnotations
      DefaultSignatures
      TypeFamilies
      DataKinds
      MagicHash
  ghc-options: -fhide-source-paths -Wall
  build-depends:
      base >=4.18 && <5
    , defun-core ==0.1.*
    , singleraeh >=0.4.0 && <0.5
    , symparsec
    , type-level-show >=0.3.0 && <0.4
    , type-spec >=0.4.0.0 && <0.5
  default-language: GHC2021