packages feed

salak-toml-0.3.5.3: salak-toml.cabal

cabal-version: 1.12

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

name:           salak-toml
version:        0.3.5.3
synopsis:       Configuration Loader for toml
description:    Toml support for [salak](https://hackage.haskell.org/package/salak).
category:       Library, Configuration
homepage:       https://github.com/leptonyu/salak#readme
author:         Daniel YU
maintainer:     Daniel YU <leptonyu@gmail.com>
copyright:      2019 Daniel YU
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    salak.toml
    CHANGELOG.md

library
  exposed-modules:
      Salak.Toml
  other-modules:
      Paths_salak_toml
  hs-source-dirs:
      src
  default-extensions: BangPatterns CPP DefaultSignatures DeriveFunctor DeriveGeneric FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses NoOverloadedLists OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TupleSections TypeOperators
  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
  build-depends:
      base >=4.10 && <5
    , salak >=0.3.5 && <0.4
    , text >=1.2.3 && <1.3
    , time >=1.8.0 && <1.10
    , tomland >=1.1.0 && <1.2
    , unordered-containers >=0.2.10 && <0.3
  default-language: Haskell2010

test-suite salak-toml-test
  type: exitcode-stdio-1.0
  main-is: SalakTomlSpec.hs
  other-modules:
      Salak.Toml
      Paths_salak_toml
  hs-source-dirs:
      test
      src
  default-extensions: BangPatterns CPP DefaultSignatures DeriveFunctor DeriveGeneric FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses NoOverloadedLists OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TupleSections TypeOperators
  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures -rtsopts -threaded -with-rtsopts=-K1K
  build-depends:
      QuickCheck <2.14
    , base >=4.10 && <5
    , exceptions
    , hspec ==2.*
    , mtl
    , salak >=0.3.5 && <0.4
    , text
    , time >=1.8.0 && <1.10
    , tomland >=1.1.0 && <1.2
    , unordered-containers >=0.2.10 && <0.3
  default-language: Haskell2010

benchmark salak-toml-bench
  type: exitcode-stdio-1.0
  main-is: SalakTomlBench.hs
  other-modules:
      Salak.Toml
  hs-source-dirs:
      bench
      src
  default-extensions: BangPatterns CPP DefaultSignatures DeriveFunctor DeriveGeneric FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses NoOverloadedLists OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TupleSections TypeOperators
  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures -rtsopts -threaded -with-rtsopts=-K1K
  build-depends:
      base >=4.10 && <5
    , criterion
    , salak >=0.3.5 && <0.4
    , text >=1.2.3 && <1.3
    , time >=1.8.0 && <1.10
    , tomland >=1.1.0 && <1.2
    , unordered-containers >=0.2.10 && <0.3
  default-language: Haskell2010