packages feed

text-utils-0.1.0.0: text-utils.cabal

-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack

name:           text-utils
version:        0.1.0.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 Alexander Thiemann <mail@athiemann.net>
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    package.yaml
    README.md
    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:
      base >= 4.7 && < 5
    , text
    , HTF
  other-modules:
      Data.Text.KGramsTest
      Data.Text.ToFromTextTest
      Data.Text.KGrams
      Data.Text.ToFromText
  default-language: Haskell2010