cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4c0ad1d9ab8cad57c5a30c4152e3b0e7b2af0289c1feee194896ce204636a566
name: string-transform
version: 1.1.1
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
source-repository head
type: git
location: https://github.com/ncaq/string-transform
library
hs-source-dirs:
src
ghc-options: -Wall -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-exported-signatures -Wmissing-home-modules -Wredundant-constraints -Wcompat
build-depends:
base >=4.7 && <5
, bytestring
, text
, utf8-string
exposed-modules:
Data.String.Transform
other-modules:
Paths_string_transform
default-language: Haskell2010
test-suite tasty
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test
ghc-options: -Wall -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-exported-signatures -Wmissing-home-modules -Wredundant-constraints -Wcompat
build-depends:
base >=4.7 && <5
, bytestring
, string-transform
, tasty
, tasty-hunit
, tasty-smallcheck
, text
, utf8-string
other-modules:
Paths_string_transform
default-language: Haskell2010