Skip to content

Commit

Permalink
ogma-core: Add repository information to cabal package. Refs #148.
Browse files Browse the repository at this point in the history
The cabal packages do not contain pointers to the repo using the
specific entry for this in Cabal, neither for the source, nor to file
bug reports. Although such information is not, strictly speaking,
necessary, it helps direct users without having to "jump around" to find
out where they need to go.

This commit adds both the bug-reports link and the source repository
information to the cabal package.
  • Loading branch information
ivanperez-keera committed Dec 24, 2024
1 parent 7ba95c5 commit a79360c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ogma-core/ogma-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Simple
name: ogma-core
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand Down Expand Up @@ -84,6 +85,11 @@ data-files: templates/copilot-cfs/CMakeLists.txt
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: git@github.com:nasa/ogma.git
subdir: ogma-core

library

exposed-modules:
Expand Down

0 comments on commit a79360c

Please sign in to comment.