packages feed

smh 0.1.3 → 0.1.3.1

raw patch · 1 files changed

+3/−1 lines, 1 filesdep +smhdep ~basedep ~text

Dependencies added: smh

Dependency ranges changed: base, text

Files

smh.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               smh-version:            0.1.3+version:            0.1.3.1 synopsis:           String manipulation tool written in haskell description:        String manipulation CLI tool based on optics category:           CLI Tool@@ -27,6 +27,7 @@     build-depends:    base ^>=4.17.2.1,                       megaparsec >= 9.6.1 && < 9.7,                       text >= 2.0.2 && < 2.1,+                      lib     hs-source-dirs:   app     default-language: Haskell2010 @@ -58,6 +59,7 @@                       tasty-hunit,                       process,                       extra >= 1.7.14 && < 1.8,+                      lib,                       scientific >= 0.3.7 && < 0.4,                       text >= 2.0.2 && < 2.1     default-language: Haskell2010