Skip to content

Commit

Permalink
Add explicit spec-version for package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed May 7, 2024
1 parent 41e87eb commit e23d5f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
6 changes: 0 additions & 6 deletions apply-merge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
23 changes: 12 additions & 11 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/pgujjula/apply-merge#readme>
category: Data
stability: experimental
github: "pgujjula/apply-merge"
author: "Preetham Gujjula"
maintainer: "Preetham Gujjula <[email protected]>"
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 <https://github.com/pgujjula/apply-merge#readme>
category: Data
stability: experimental
github: "pgujjula/apply-merge"
author: "Preetham Gujjula"
maintainer: "Preetham Gujjula <[email protected]>"
copyright: "Preetham Gujjula"
license: BSD-3-Clause

tested-with:
- GHC == 9.2.8
Expand Down

0 comments on commit e23d5f1

Please sign in to comment.