packages feed

scrod 0.2026.3.4 → 1.0.0.0

raw patch · 3 files changed

+3/−6 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,7 +1,4 @@ # Change log -Scrod will follow the [Package Versioning Policy](https://pvp.haskell.org).-While at major version 0, Scrod follows [CalVer](https://calver.org) instead.-It uses the scheme `0.YYYY.M.D`.-No stability is expected during this period.+Scrod follows the [Package Versioning Policy](https://pvp.haskell.org). You can find release notes [on GitHub](https://github.com/tfausak/scrod/releases).
scrod.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.12 name: scrod-version: 0.2026.3.4+version: 1.0.0.0 synopsis: Worse Haskell documentation description:   Scrod generates documentation for Haskell modules, similar to Haddock. Unlike
source/library/Scrod/TestSuite/Integration.hs view
@@ -37,7 +37,7 @@       -- Note that we don't want this test to be too specific, otherwise we'd       -- have to update it every time we change the version number. So instead       -- we just check the first component.-      check s "" [("/version/0", "0")]+      check s "" [("/version/0", "1")]    Spec.describe s "language" $ do     Spec.it s "defaults to absent" $ do