hs-samtools 0.5.0.2 → 0.5.0.3
raw patch · 2 files changed
+13/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−2
- hs-samtools.cabal +7/−1
CHANGELOG.md view
@@ -55,8 +55,12 @@ ## 0.5.0.1 -- 2023-09-01 -* Fix documentation for readSAM_V1_6.+* Fixed documentation for readSAM_V1_6. ## 0.5.0.2 -- 2023-09-01 -* Fix/update lots of documentation across entire codebase.+* Fixed/updated lots of documentation across entire codebase.++## 0.5.0.3 -- 2023-09-01++* Added homepage and bug-reports fields to cabal file.
hs-samtools.cabal view
@@ -20,7 +20,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.5.0.2+version: 0.5.0.3 -- A short (one-line) description of the package. synopsis: Read and write SAM, BAM, and CRAM files.@@ -28,6 +28,9 @@ -- A longer description of the package. description: A SAM, BAM, and CRAM file decoder/encoded along with various related functionality associated with these file formats. +-- URL for the project homepage or repository.+homepage: https://github.com/Matthew-Mosior/hs-samtools+ -- The license under which the package is released. license: BSD-3-Clause @@ -39,6 +42,9 @@ -- An email address to which users can send suggestions, bug reports, and patches. maintainer: mattm.github@gmail.com++-- Where to submit bugs.+bug-reports: https://github.com/Matthew-Mosior/hs-samtools/issues -- A copyright notice. -- copyright: