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.3.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 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.List Data.Type.Symbol.Parser Data.Type.Symbol.Parser.Common Data.Type.Symbol.Parser.Parser.Drop Data.Type.Symbol.Parser.Parser.End Data.Type.Symbol.Parser.Parser.Isolate Data.Type.Symbol.Parser.Parser.Literal Data.Type.Symbol.Parser.Parser.Natural Data.Type.Symbol.Parser.Parser.Or Data.Type.Symbol.Parser.Parser.Take Data.Type.Symbol.Parser.Parser.Then Data.Type.Symbol.Parser.Parser.Then.VoidLeft Data.Type.Symbol.Parser.Parser.Then.VoidRight Data.Type.Symbol.Parser.Run Data.Type.Symbol.Parser.Types 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 test-suite spec type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_symbol_parser hs-source-dirs: test 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.* , symbol-parser , type-spec >=0.4.0.0 && <0.5 default-language: GHC2021