cabal-version: 1.12 name: salak version: 0.2.2 x-revision: 1 license: BSD3 license-file: LICENSE copyright: (c) 2018 Daniel YU maintainer: Daniel YU author: Daniel YU homepage: https://github.com/leptonyu/salak#readme synopsis: Configuration Loader description: Configuration Loader for Production in Haskell category: Library build-type: Simple extra-source-files: README.md test/salak.yml library exposed-modules: Data.Salak hs-source-dirs: src other-modules: Data.Salak.Types Data.Salak.Environment Data.Salak.CommandLine Data.Salak.Aeson Data.Salak.Yaml Data.Salak.Operation default-language: Haskell2010 ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures build-depends: aeson <1.5, base >=4.8 && <5, directory <1.4, filepath <1.5, mtl <2.3, scientific <0.4, text <1.3, transformers <0.6, unordered-containers <0.3, vector <0.13, yaml <0.12 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test src other-modules: Data.Salak Data.Salak.Aeson Data.Salak.CommandLine Data.Salak.Environment Data.Salak.Operation Data.Salak.Types Data.Salak.Yaml Paths_salak default-language: Haskell2010 ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures build-depends: QuickCheck <2.13, aeson <1.5, base >=4.7 && <5, directory <1.4, filepath <1.5, hspec ==2.*, mtl <2.3, scientific <0.4, text <1.3, transformers <0.6, unordered-containers <0.3, vector <0.13, yaml <0.12