-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 8b6a51858f269c3b8d9ea38c61141a7e88a05ac107a2fd143cd33d860514ce5a name: vt-utils version: 1.0.1.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.FS VtUtils.HUnit VtUtils.IO VtUtils.Json VtUtils.Map VtUtils.Parsec VtUtils.Path VtUtils.Prelude VtUtils.Queries VtUtils.Text other-modules: Paths_vt_utils hs-source-dirs: src build-depends: HUnit , aeson , base >=4.7 && <5 , bytestring , directory , parsec , text , time , unordered-containers , vector default-language: Haskell2010 test-suite vt-utils-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: DateTest FSTest HUnitTest IOTest JsonTest MapTest ParsecTest PathTest PreludeTest QueriesTest TextTest Paths_vt_utils hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , aeson , base >=4.7 && <5 , bytestring , directory , parsec , text , time , unordered-containers , vector , vt-utils default-language: Haskell2010