-- Initial StringUtils.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                StringUtils
version:             0.2.0.0
synopsis:            String manipulation utilities 
description:         String manipulation utilities (substring, replace, find, etc.)
license:             LGPL-3
license-file:        LICENSE
author:              Luca Ciciriello
maintainer:          luca_ciciriello@hotmail.com
-- copyright:           
category:            Text
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     StringUtils
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.9 && <5.10
  hs-source-dirs:      src
  default-language:    Haskell2010