-- Initial StringUtils.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: StringUtils version: 0.1.0.0 synopsis: String manipulation utilities description: This little library is useful container of String manipulation function like trim, find, replace, substring, etc. license: LGPL-3 license-file: LICENSE author: Luca Ciciriello maintainer: luca_ciciriello@hotmail.com -- copyright: category: Text build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: StringUtils -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9 hs-source-dirs: src default-language: Haskell2010