deep-transformations 0.2.1 → 0.2.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~rank2classesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rank2classes
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- deep-transformations.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for deep-transformations +## 0.2.1.1 -- 2023-04-02++* Bumped the upper bound of the `rank2classes` dependency+ ## 0.2.1 -- 2023-01-07 * Added AG.Dimorphic
deep-transformations.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: deep-transformations-version: 0.2.1+version: 0.2.1.1 synopsis: Deep natural and unnatural tree transformations, including attribute grammars description: @@ -43,7 +43,7 @@ Transformation.AG, Transformation.AG.Generics, Transformation.AG.Monomorphic, Transformation.AG.Dimorphic ghc-options: -Wall- build-depends: base >= 4.11 && < 5, rank2classes >= 1.4.1 && < 1.5,+ build-depends: base >= 4.11 && < 5, rank2classes >= 1.4.1 && < 1.6, transformers >= 0.5 && < 0.7, template-haskell >= 2.11 && < 2.20, generic-lens >= 1.2 && < 2.3 default-language: Haskell2010