-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: fe2a6118d639b13d886da7784e4ed0d3f225488042b16e0c2b299a3945200f67 name: vt-utils version: 1.1.0.0 synopsis: Vector and Text utilities description: Please see the README on GitHub at category: Utils homepage: https://github.com/akashche/vt-utils#readme bug-reports: https://github.com/akashche/vt-utils/issues author: akashche at redhat.com maintainer: akashche at redhat.com copyright: 2018 akashche at redhat.com license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/akashche/vt-utils library exposed-modules: VtUtils.Date VtUtils.FFI VtUtils.FS VtUtils.HTTP VtUtils.HUnit VtUtils.IO VtUtils.JSON VtUtils.Map VtUtils.Parsec VtUtils.Path VtUtils.Prelude VtUtils.Process VtUtils.Queries VtUtils.Text other-modules: Paths_vt_utils hs-source-dirs: src build-depends: HUnit , aeson , aeson-pretty , base >=4.7 && <5 , bytestring , case-insensitive , directory , http-client , http-types , parsec , process , text , time , transformers , unordered-containers , vector , wai default-language: Haskell2010 test-suite vt-utils-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: DateTest FFITest FSTest HTTPTest HUnitTest IOTest JSONTest MapTest ParsecTest PathTest PreludeTest ProcessTest QueriesTest TextTest Paths_vt_utils hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , aeson , aeson-pretty , base >=4.7 && <5 , bytestring , case-insensitive , directory , http-client , http-types , parsec , process , text , time , transformers , unordered-containers , vector , vt-utils , wai , warp default-language: Haskell2010