lima 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+8/−8 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +4/−4
- lima.cabal +4/−4
README.md view
@@ -5,7 +5,7 @@ - `Haskell` (`.hs`) files with `GitHub`-flavoured `Markdown` comments and `Markdown` (`.md`) - `Literate Haskell` (`.lhs`) files and `GitHub`-flavoured `Markdown` (`.md`). -It is possible to make conversion abide the [roundtrip property](https://jesper.sikanda.be/posts/quickcheck-intro.html). In other words, make conversions `file.lhs` -> `file.lhs.md` -> `file.lhs.md.lhs` or `file.hs` -> `file.hs.md` -> `file.hs.md.hs` and get `file.lhs = file.lhs.md.lhs` and `file.hs = file.hs.md.hs` in terms of their contents.+It is usually possible to make conversion abide the [roundtrip property](https://jesper.sikanda.be/posts/quickcheck-intro.html). In other words, make conversions `file.lhs` -> `file.lhs.md` -> `file.lhs.md.lhs` or `file.hs` -> `file.hs.md` -> `file.hs.md.hs` and get `file.lhs = file.lhs.md.lhs` and `file.hs = file.hs.md.hs` in terms of their contents. ## Alternatives @@ -15,7 +15,7 @@ ## Conversion -### file.hs -> file.hs.md+### hs <-> md [Examples](./testdata/hs) @@ -27,7 +27,7 @@ - Special comments like `{- FOURMOLU_ENABLE -}` won't appear in a `.md`. You can supply other comments in a config (`hs-md.special-comments`). See the sample [config](./testdata/config/). - You can ignore parts of a `.hs` file by enclosing them into `{- LIMA_DISABLE -}` and `{- LIMA_ENABLE -}`. The lines between such comments will be commented out in the resulting `.md`. -### file.lhs -> file.lhs.md -> file.lhs.md.lhs+### lhs <-> md Examples: @@ -111,6 +111,6 @@ nix run nix-dev/#codium . ``` -1. Open a `Haskell` file there, hower over a term and wait until `HLS` shows the hints.+1. Open a `Haskell` file there, hover over a term and wait until `HLS` shows the hints. 1. [Troubleshoot](https://github.com/deemp/flakes/blob/main/README/Troubleshooting.md) if necessary.
lima.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.0.+-- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack name: lima-version: 0.1.0.0-synopsis: Haskell -> Markdown and Literate Haskell <-> Markdown converter-description: See README here or on [GitHub](https://github.com/deemp/flakes/tree/main/lima#readme)+version: 0.1.0.1+synopsis: (Haskell or Literate Haskell) <-> Markdown converter+description: See the [README.md](https://github.com/deemp/flakes/tree/main/lima#readme) category: Productivity bug-reports: https://github.com/deemp/flakes/issues author: Fabian Schneider