hs-samtools 0.6.0.0 → 0.6.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- hs-samtools.cabal +1/−1
- src/Data/SAM/Version1_6/Read/Base.hs +1/−1
CHANGELOG.md view
@@ -72,3 +72,7 @@ ## 0.6.0.0 -- 2023-09-04 * Removed tag section of headers and changed those affected from data to newtypes.++## 0.6.0.1 -- 2023-09-04++* Fixed documentation for readSAM_V1_6.
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.6.0.0+version: 0.6.0.1 -- A short (one-line) description of the package. synopsis: Read and write SAM, BAM, and CRAM files.
src/Data/SAM/Version1_6/Read/Base.hs view
@@ -86,7 +86,7 @@ -- | Read a @"SAM_V1_6"@ from a file. ----- The file is checked for errors as it parses the SAM file.+-- The file is checked for errors as it is parsed. -- -- See the [SAM v1.6](http://samtools.github.io/hts-specs/SAMv1.pdf) specification documentation. readSAM_V1_6 :: FilePath -- ^ Path to SAM file.