symbol-parser-0.2.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.2.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
tested-with:
GHC==9.8
, GHC==9.6
, GHC==9.4
, GHC==9.2
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.Parser
Data.Type.Symbol.Parser.Drop
Data.Type.Symbol.Parser.End
Data.Type.Symbol.Parser.Internal
Data.Type.Symbol.Parser.Isolate
Data.Type.Symbol.Parser.Literal
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 -Wno-unticked-promoted-constructors
build-depends:
base >=4.16 && <5
, defun-core ==0.1.*
default-language: GHC2021