From 2cd00677c69d619518cf301ba2797b4af6c84718 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Yuji Date: Wed, 8 Jun 2022 15:07:04 +0900 Subject: [PATCH] Correct link to README in the cabal file --- isocline.cabal | 2 +- package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isocline.cabal b/isocline.cabal index c3cfeec..52c2840 100644 --- a/isocline.cabal +++ b/isocline.cabal @@ -8,7 +8,7 @@ name: isocline version: 1.0.9 synopsis: A portable alternative to GNU Readline description: ![logo](https://raw.githubusercontent.com/daanx/isocline/main/doc/isocline-inline.svg) A Haskell wrapper around the [Isocline C library](https://github.com/daanx/isocline#readme) which can provide an alternative to GNU Readline. (The Isocline library is included whole and there are no runtime dependencies). - Please see the [readme](https://github.com/daanx/isocline/haskell#readme) on GitHub for more information. + Please see the [readme](https://github.com/daanx/isocline#readme) on GitHub for more information. category: console homepage: https://github.com/daanx/isocline#readme bug-reports: https://github.com/daanx/isocline/issues diff --git a/package.yaml b/package.yaml index f1bc5f3..0aa642a 100644 --- a/package.yaml +++ b/package.yaml @@ -19,7 +19,7 @@ description: which can provide an alternative to GNU Readline. (The Isocline library is included whole and there are no runtime dependencies). - Please see the [readme](https://github.com/daanx/isocline/haskell#readme) on GitHub for more information." + Please see the [readme](https://github.com/daanx/isocline#readme) on GitHub for more information." dependencies: - base >= 3.0 && < 5