packages feed

literatex 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~ttcPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ttc

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -24,6 +24,12 @@  [KaC]: <https://keepachangelog.com/en/1.0.0/> +## 0.1.0.2 (2021-06-10)++### Non-Breaking++* Bump `ttc` dependency version upper bound+ ## 0.1.0.1 (2021-06-03)  ### Non-Breaking
literatex.cabal view
@@ -1,5 +1,5 @@ name:           literatex-version:        0.1.0.1+version:        0.1.0.2 category:       Utils synopsis:       transform literate source code to Markdown description:@@ -60,7 +60,7 @@     , bytestring >=0.10.8 && <0.12     , conduit >=1.3 && <1.4     , text >=1.2.3 && <1.3-    , ttc >=0.4 && <1.1+    , ttc >=0.4 && <1.2     , unliftio >=0.2 && <0.3   default-language: Haskell2010   default-extensions: