packages feed

salak-0.2.7: salak.cabal

cabal-version: 1.12
name: salak
version: 0.2.7
license: BSD3
license-file: LICENSE
copyright: (c) 2018 Daniel YU
maintainer: Daniel YU <leptonyu@gmail.com>
author: Daniel YU
homepage: https://github.com/leptonyu/salak#readme
synopsis: Configuration Loader
category: Library, Configuration
build-type: Simple
extra-source-files:
    README.md

library
    exposed-modules:
        Salak
        Salak.Load
    hs-source-dirs: src
    other-modules:
        Salak.Types
        Salak.Types.Value
        Salak.Types.Selector
        Salak.Types.Source
        Salak.Load.Env
        Salak.Load.Dynamic
        Salak.Prop
    default-language: Haskell2010
    build-depends:
        attoparsec >=0.13.2.2 && <0.14,
        base >=4.10 && <5,
        containers >=0.6.0.1 && <0.7,
        data-default >=0.7.1.1 && <0.8,
        directory >=1.3.3.0 && <1.4,
        filepath >=1.4.2.1 && <1.5,
        menshen >=0.0.2 && <0.1,
        mtl >=2.2.2 && <2.3,
        pqueue >=1.4.1.2 && <1.5,
        scientific >=0.3.6.2 && <0.4,
        text >=1.2.3.1 && <1.3,
        time >=1.8.0.2 && <1.9

test-suite spec
    type: exitcode-stdio-1.0
    main-is: Spec.hs
    hs-source-dirs: test src
    other-modules:
        Salak
        Salak.Load
        Salak.Load.Dynamic
        Salak.Load.Env
        Salak.Prop
        Salak.Types
        Salak.Types.Selector
        Salak.Types.Source
        Salak.Types.Value
        Paths_salak
    default-language: Haskell2010
    build-depends:
        QuickCheck >=2.12.6.1 && <2.14,
        attoparsec >=0.13.2.2 && <0.14,
        base >=4.10 && <5,
        containers >=0.6.0.1 && <0.7,
        data-default >=0.7.1.1 && <0.8,
        directory >=1.3.3.0 && <1.4,
        filepath >=1.4.2.1 && <1.5,
        hspec ==2.*,
        menshen >=0.0.2 && <0.1,
        mtl >=2.2.2 && <2.3,
        pqueue >=1.4.1.2 && <1.5,
        salak-toml >=0.2.7 && <0.3,
        salak-yaml >=0.2.7 && <0.3,
        scientific >=0.3.6.2 && <0.4,
        text >=1.2.3.1 && <1.3,
        time >=1.8.0.2 && <1.9