toml-reader-0.3.0.0: toml-reader.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: toml-reader
version: 0.3.0.0
synopsis: TOML format parser compliant with v1.0.0.
description: TOML format parser compliant with v1.0.0. See README.md for more details.
category: TOML, Text, Configuration
homepage: https://github.com/brandonchinn178/toml-reader#readme
bug-reports: https://github.com/brandonchinn178/toml-reader/issues
author: Brandon Chinn <brandonchinn178@gmail.com>
maintainer: Brandon Chinn <brandonchinn178@gmail.com>
license: BSD3
license-file: LICENSE.md
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
test/specs/TOML/__snapshots__/ErrorSpec.snap.md
source-repository head
type: git
location: https://github.com/brandonchinn178/toml-reader
library
exposed-modules:
TOML
TOML.Decode
TOML.Error
TOML.Parser
TOML.Utils.Map
TOML.Utils.NonEmpty
TOML.Value
other-modules:
Paths_toml_reader
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wunused-packages
build-depends:
base >=4.15 && <5
, containers
, megaparsec
, parser-combinators
, text
, time
default-language: GHC2021
test-suite parser-validator
type: exitcode-stdio-1.0
main-is: ValidateParser.hs
other-modules:
Paths_toml_reader
hs-source-dirs:
test/toml-test
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wunused-packages
build-depends:
aeson
, base
, bytestring
, containers
, directory
, process
, text
, time
, toml-reader
, unordered-containers
, vector
default-language: GHC2021
test-suite toml-reader-tests
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
TOML.DecodeSpec
TOML.ErrorSpec
TOML.ParserSpec
TOML.Utils.MapSpec
TOML.Utils.NonEmptySpec
Paths_toml_reader
hs-source-dirs:
test/specs
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wunused-packages -F -pgmF skeletest-preprocessor
build-tool-depends:
skeletest:skeletest-preprocessor
build-depends:
base
, containers
, skeletest
, text
, time
, toml-reader
default-language: GHC2021