cabal-version: 1.18 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: e19a345342449e9beb74add05e63adf5a16f1e6899912ae637a1b6f8a4bca51e name: string-interpolate version: 0.0.1.0 x-revision: 1 synopsis: Haskell string interpolation that just works description: Unicode-aware string interpolation that handles all textual types. . See the README at for more info. category: Data, Text author: William Yao maintainer: williamyaoh@gmail.com copyright: 2019 William Yao license: BSD3 license-file: LICENSE build-type: Simple extra-doc-files: README.md CHANGELOG.md library exposed-modules: Data.String.Interpolate Data.String.Interpolate.Conversion other-modules: Data.String.Interpolate.Parse Paths_string_interpolate hs-source-dirs: src/lib build-depends: base >=4.9 , bytestring , haskell-src-meta , template-haskell , text , text-conversions , utf8-string default-language: Haskell2010 test-suite string-interpolate-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_string_interpolate hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base ==4.* , bytestring , hspec , quickcheck-instances , quickcheck-text , string-interpolate , text default-language: Haskell2010 benchmark string-interpolate-bench type: exitcode-stdio-1.0 main-is: Bench.hs other-modules: Paths_string_interpolate hs-source-dirs: bench build-depends: base ==4.* , bytestring , criterion , formatting , interpolate , string-interpolate , text default-language: Haskell2010