packages feed

reorder-expression 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+10/−5 lines, 2 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Expression.Reorder: reorder :: forall t e. SyntaxTree t e => t -> Validation (NonEmpty e) t
+ Expression.Reorder: reorder :: SyntaxTree t e => t -> Validation (NonEmpty e) t

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2021 comp+Copyright (c) 2021- comp  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
reorder-expression.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name:          reorder-expression-version:       0.1.0.0+version:       0.1.0.1 synopsis:      Reorder expressions in a syntax tree according to operator fixities. description:     A library for reordering expressions in a syntax tree generically according to operator associativity and precedence.@@ -11,13 +11,18 @@ license-file:  LICENSE author:        comp maintainer:    onecomputer00@gmail.com+copyright:     (c) 2021- comp category:      Language  tested-with:     GHC == 8.6.5   , GHC == 8.8.4-  , GHC == 8.10.4-  , GHC == 9.0.1+  , GHC == 8.10.7+  , GHC == 9.0.2+  , GHC == 9.2.8+  , GHC == 9.4.5+  , GHC == 9.6.2+  , GHC == 9.8.1  extra-doc-files:   CHANGELOG.md@@ -38,7 +43,7 @@     -Wpartial-fields    build-depends:-      base >= 4.12 && < 4.17+      base >= 4.12 && < 4.20    default-language: Haskell2010