packages feed

symbol-parser-0.1.0: symbol-parser.cabal

cabal-version: 1.12

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

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

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

library
  exposed-modules:
      Data.Type.Char.Digits
      Data.Type.Symbol
      Data.Type.Symbol.Natural
      Data.Type.Symbol.Parser
      Data.Type.Symbol.Parser.Drop
      Data.Type.Symbol.Parser.Internal
      Data.Type.Symbol.Parser.Isolate
      Data.Type.Symbol.Parser.Natural
      Data.Type.Symbol.Parser.Then
      Data.Type.Symbol.Parser.Then.VoidLeft
      Data.Type.Symbol.Parser.Then.VoidRight
  other-modules:
      Paths_symbol_parser
  hs-source-dirs:
      src
  default-extensions:
      LambdaCase
      NoStarIsType
      DerivingVia
      DeriveAnyClass
      GADTs
      RoleAnnotations
      DefaultSignatures
      TypeFamilies
      DataKinds
      MagicHash
  ghc-options: -Wall
  build-depends:
      base >=4.14 && <5
    , defun-core ==0.1.*
  default-language: GHC2021