-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: e67456603c7daf3b77e3cccd274f3804e4028489bdc0e363be875715c58fcbb7 name: vt-utils version: 1.3.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.Error 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 VtUtils.Vector other-modules: Paths_vt_utils hs-source-dirs: src build-depends: HUnit , aeson , aeson-pretty , base >=4.7 && <5 , bytestring , case-insensitive , directory , either , hashable , 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 ErrorTest FFITest FSTest HTTPTest HUnitTest IOTest JSONTest MapTest ParsecTest PathTest PreludeTest ProcessTest QueriesTest TextTest VectorTest 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 , either , hashable , http-client , http-types , parsec , process , text , time , transformers , unordered-containers , vector , vt-utils , wai , warp default-language: Haskell2010