curly-expander 0.3.0.2 → 0.3.0.3
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- curly-expander.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Revision history for curly-expander +## 0.3.0.3+* Bumped up curly-expander base package upper bound+ ## 0.3.0.2 * Bumped up upper bounds and bumped down lower bounds of dependency constraints * Fixed broken build in Hackage
curly-expander.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: curly-expander-version: 0.3.0.2+version: 0.3.0.3 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. @@ -22,7 +22,7 @@ ghc-options: -Wall -Wextra default-language: Haskell2010 build-depends: - base >= 4.14 && <4.17,+ base >= 4.14 && <4.20, parsec ^>= 3.1, text ^>= 1.2 @@ -65,4 +65,4 @@ source-repository this type: git location: https://github.com/stastnypremysl/curly-expander- tag: 0.3.0.2+ tag: 0.3.0.3