Cabal revisions of salak-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: 0f2d8453e74e53a24b06a57047e8a2cbff0554c3d8008c00c80746a3715498f6--name: salak-version: 0.1.0-synopsis: Configuration-description: Configuration-category: Library-homepage: https://github.com/leptonyu/salak#readme-author: Daniel YU-maintainer: Daniel YU <leptonyu@gmail.com>-copyright: (c) Daniel YU-license: BSD3-license-file: LICENSE-build-type: Simple-cabal-version: >= 1.10-extra-source-files:- README.md--library- exposed-modules:- Data.Salak- other-modules:- Data.Salak.Property- Data.Salak.Environment- Data.Salak.CommandLine- Data.Salak.Aeson- Data.Salak.Yaml- hs-source-dirs:- src- build-depends:- aeson- , base >=4.7 && <5- , bytestring- , directory- , filepath- , scientific- , split- , text- , unordered-containers- , vector- , yaml- default-language: Haskell2010--executable salak- main-is: Main.hs- other-modules:- Paths_salak- hs-source-dirs:- ./.- build-depends:- aeson- , base >=4.7 && <5- , bytestring- , directory- , filepath- , scientific- , split- , text- , unordered-containers- , vector- , yaml- default-language: Haskell2010--test-suite spec- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Data.Salak- Data.Salak.Aeson- Data.Salak.CommandLine- Data.Salak.Environment- Data.Salak.Property- Data.Salak.Yaml- Paths_salak- hs-source-dirs:- test- src- build-depends:- QuickCheck- , aeson- , base >=4.7 && <5- , bytestring- , directory- , filepath- , hspec ==2.*- , scientific- , split- , text- , unordered-containers- , vector- , yaml- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.28.2. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 0f2d8453e74e53a24b06a57047e8a2cbff0554c3d8008c00c80746a3715498f6 + +name: salak +version: 0.1.0 +x-revision: 1 +synopsis: Configuration +description: Configuration +category: Library +homepage: https://github.com/leptonyu/salak#readme +author: Daniel YU +maintainer: Daniel YU <leptonyu@gmail.com> +copyright: (c) Daniel YU +license: BSD3 +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 +extra-source-files: + README.md + +library + exposed-modules: + Data.Salak + other-modules: + Data.Salak.Property + Data.Salak.Environment + Data.Salak.CommandLine + Data.Salak.Aeson + Data.Salak.Yaml + hs-source-dirs: + src + build-depends: + aeson + , base >=4.9 && <5 + , bytestring + , directory + , filepath + , scientific + , split + , text + , unordered-containers + , vector + , yaml + default-language: Haskell2010 + +executable salak + main-is: Main.hs + other-modules: + Paths_salak + hs-source-dirs: + ./. + build-depends: + aeson + , base >=4.7 && <5 + , bytestring + , directory + , filepath + , scientific + , split + , text + , unordered-containers + , vector + , yaml + default-language: Haskell2010 + +test-suite spec + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Data.Salak + Data.Salak.Aeson + Data.Salak.CommandLine + Data.Salak.Environment + Data.Salak.Property + Data.Salak.Yaml + Paths_salak + hs-source-dirs: + test + src + build-depends: + QuickCheck + , aeson + , base >=4.7 && <5 + , bytestring + , directory + , filepath + , hspec ==2.* + , scientific + , split + , text + , unordered-containers + , vector + , yaml + default-language: Haskell2010