packages feed

cmark-gfm-lens 0.2.1 → 0.2.2

raw patch · 1 files changed

+4/−4 lines, 1 files

Files

cmark-gfm-lens.cabal view
@@ -20,7 +20,7 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version:            0.2.1+version:            0.2.2  -- A short (one-line) description of the package. synopsis:           Collection of Lens for cmark-gfm with minimal dependencies@@ -57,7 +57,7 @@ source-repository this     type:     git     location: https://github.com/ingun37/cmark-gfm-lens.git-    tag:      b71b723e59799161e8b9d59807a93dc144699005+    tag:      4ca6b235f0fab42ca478dff72189779652a4aa00  source-repository head     type:     git@@ -90,14 +90,14 @@     hs-source-dirs:   src      -- Base language which the package is written in.-    default-language: GHC2024+    default-language: GHC2021  test-suite cmark-gfm-lens-test     -- Import common warning flags.     import:           warnings      -- Base language which the package is written in.-    default-language: GHC2024+    default-language: GHC2021      -- Modules included in this executable, other than Main.     -- other-modules: