cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 54fa530349c1e06e6c37990ef697c44780ad14335d274e637a4b715727f2d222 name: text-utils version: 0.1.1.0 synopsis: Various text utilities description: Please see README.md category: Web homepage: https://github.com/agrafix/text-utils#readme author: Alexander Thiemann maintainer: mail@athiemann.net copyright: 2016-2020 Alexander Thiemann license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md package.yaml stack.yaml library hs-source-dirs: src build-depends: base >=4.7 && <5 , text exposed-modules: Data.Text.KGrams Data.Text.ToFromText other-modules: Paths_text_utils default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: test src cpp-options: -DTest build-depends: HTF , base >=4.7 && <5 , text other-modules: Data.Text.KGramsTest Data.Text.ToFromTextTest Data.Text.KGrams Data.Text.ToFromText Paths_text_utils default-language: Haskell2010