packages feed

egison-pattern-src-th-mode 0.2.1.2 → 0.2.2.0

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~egison-pattern-srcdep ~mtldep ~template-haskellnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: egison-pattern-src, mtl, template-haskell, text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.2.2.0++- Support GHC 9.10.1+ ## 0.2.1.2  - Nothing changed (updated as `egison-pattern-src`)
egison-pattern-src-th-mode.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.0 name:               egison-pattern-src-th-mode-version:            0.2.1.2+version:            0.2.2.0 synopsis:   Parser and pretty printer for Egison pattern expressions to use with TH @@ -23,7 +23,7 @@  -- see .github/workflows tested-with:-  GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1+  GHC ==9.10.1  source-repository head   type:     git@@ -32,13 +32,13 @@ library   build-depends:       base                >=4.7    && <5-    , egison-pattern-src  ^>=0.2.1+    , egison-pattern-src  ^>=0.2.2     , haskell-src-exts    >=1.11.1 && <1.24     , haskell-src-meta    >=0.0.0  && <0.9-    , mtl                 ^>=2.2.1+    , mtl                 >=2.2.1  && <2.4     , pretty              >=1.0.0  && <1.2-    , template-haskell    >=2.2.0  && <2.17-    , text                >=0.1.0  && <1.3+    , template-haskell    >=2.2.0  && <2.23+    , text                >=0.1.0  && <2.2    hs-source-dirs:     src   exposed-modules: