From 87a318b194531fb6f681a735a4e19e2de79acc0d Mon Sep 17 00:00:00 2001 From: Preetham Gujjula Date: Fri, 5 Apr 2024 00:45:57 -0700 Subject: [PATCH] package.yaml --- apply-merge.cabal | 2 +- package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apply-merge.cabal b/apply-merge.cabal index ecf69f0..2d2194f 100644 --- a/apply-merge.cabal +++ b/apply-merge.cabal @@ -6,7 +6,7 @@ cabal-version: 3.6 name: apply-merge version: 0.1.0.0 -synopsis: Lift a binary, increasing function onto two ordered lists and sort the output +synopsis: Lift a binary, increasing function onto ordered lists and produce ordered output description: Please see the README on GitHub at category: Data stability: experimental diff --git a/package.yaml b/package.yaml index 849ad88..c671dbd 100644 --- a/package.yaml +++ b/package.yaml @@ -4,7 +4,7 @@ verbatim: cabal-version: 3.6 name: apply-merge version: 0.1.0.0 -synopsis: Lift a binary, increasing function onto two ordered lists and sort the output +synopsis: Lift a binary, increasing function onto ordered lists and produce ordered output description: Please see the README on GitHub at category: Data stability: experimental