packages feed

curly-expander 0.3.0.0 → 0.3.0.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

README.md view
@@ -1,4 +1,4 @@ # curly-expander This is tool for curly brackets expanding, similar to bash curly expanding. It also contain an extended version of it. -Please refer to the package description on [Hackage](https://hackage.haskell.org/package/curly-expander-0.2.0.2/docs/Text-CurlyExpander.html) for more information.+Please refer to the package description on [Hackage](https://hackage.haskell.org/package/curly-expander-0.3.0.1/docs/Text-CurlyExpander.html) for more information.
curly-expander.cabal view
@@ -1,7 +1,7 @@ cabal-version:       3.0  name:                curly-expander-version:             0.3.0.0+version:             0.3.0.1 synopsis:            Curly braces (brackets) expanding description:         A library for curly braces (brackets) expanding - similar to bash curly expanding. It also contain an extended version of it. @@ -19,7 +19,7 @@  common deps   ghc-options: -Wall -Wextra-  build-depends:   base >= 4.14 && < 4.15, parsec >= 3.1 && < 3.2, text >= 1.2 && < 1.3,+  build-depends:   base >= 4.15 && < 4.16, parsec >= 3.1 && < 3.2, text >= 1.2 && < 1.3,   default-language:    Haskell2010  common tests@@ -59,4 +59,4 @@ source-repository this     type: git     location: https://github.com/stastnypremysl/curly-expander-    tag: 0.3.0.0+    tag: 0.3.0.1