From e23d5f11a5e03c0bf253d059a3e926e069058f4a Mon Sep 17 00:00:00 2001 From: Preetham Gujjula Date: Tue, 7 May 2024 15:48:22 -0700 Subject: [PATCH] Add explicit spec-version for package.yaml --- apply-merge.cabal | 6 ------ package.yaml | 23 ++++++++++++----------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/apply-merge.cabal b/apply-merge.cabal index 0d15b0d..13033b1 100644 --- a/apply-merge.cabal +++ b/apply-merge.cabal @@ -62,9 +62,6 @@ test-suite apply-merge-tests Test.Data.List.ApplyMerge.IntMap Test.Data.List.ApplyMerge.IntSet Test.Data.PQueue.Prio.Min.Mutable - Paths_apply_merge - autogen-modules: - Paths_apply_merge hs-source-dirs: src test @@ -94,9 +91,6 @@ benchmark apply-merge-benchmarks Bench.Data.DoublyLinkedList.STRef Bench.PriorityQueue.MinPQueue Bench.PriorityQueue.MinPQueue.Mutable - Paths_apply_merge - autogen-modules: - Paths_apply_merge hs-source-dirs: src bench diff --git a/package.yaml b/package.yaml index ee155a6..eb0a5d5 100644 --- a/package.yaml +++ b/package.yaml @@ -1,16 +1,17 @@ # SPDX-FileCopyrightText: Copyright Preetham Gujjula # SPDX-License-Identifier: BSD-3-Clause -name: apply-merge -version: 0.1.0.0 -synopsis: Lift a binary, non-decreasing function onto ordered lists and order the output -description: Please see the README on GitHub at -category: Data -stability: experimental -github: "pgujjula/apply-merge" -author: "Preetham Gujjula" -maintainer: "Preetham Gujjula " -copyright: "Preetham Gujjula" -license: BSD-3-Clause +spec-version: 0.36.0 +name: apply-merge +version: 0.1.0.0 +synopsis: Lift a binary, non-decreasing function onto ordered lists and order the output +description: Please see the README on GitHub at +category: Data +stability: experimental +github: "pgujjula/apply-merge" +author: "Preetham Gujjula" +maintainer: "Preetham Gujjula " +copyright: "Preetham Gujjula" +license: BSD-3-Clause tested-with: - GHC == 9.2.8