lima 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- app/Main.hs +1/−1
- lima.cabal +1/−1
app/Main.hs view
@@ -132,7 +132,7 @@ convert contents out = (\(f, ext) -> writeFile (out <> "." <> ext) (f contents)) $ case commandType of- Md2Hs -> (mdToHs (fromMaybe def configHsMd), "md")+ Md2Hs -> (mdToHs (fromMaybe def configHsMd), "hs") Hs2Md -> (hsToMd (fromMaybe def configHsMd), "md") Md2Lhs -> (mdToLhs, "lhs") Lhs2Md -> (lhsToMd, "md")
lima.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: lima-version: 0.1.0.3+version: 0.1.0.4 synopsis: (Haskell or Literate Haskell) <-> Markdown converter description: See the [README.md](https://github.com/deemp/flakes/tree/main/lima#readme) category: Productivity