packages feed

string-transform-0.1.0: string-transform.cabal

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

name:           string-transform
version:        0.1.0
synopsis:       simple and easy haskell string transform wrapper
category:       Text
homepage:       https://github.com/ncaq/string-transform#readme
bug-reports:    https://github.com/ncaq/string-transform/issues
author:         ncaq
maintainer:     ncaq@ncaq.net
copyright:      © ncaq
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ncaq/string-transform

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >= 4.7 && < 5
    , bytestring
    , text
    , utf8-string
  exposed-modules:
      Data.String.Transform
  default-language: Haskell2010

test-suite tasty
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base >= 4.7 && < 5
    , bytestring
    , text
    , utf8-string
    , string-transform
    , tasty
    , tasty-hunit
    , tasty-smallcheck
  default-language: Haskell2010