dwergaz 0.3.0.1 → 0.3.0.2
raw patch · 4 files changed
+11/−6 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- LICENSE +1/−1
- dwergaz.cabal +3/−3
- src/Test/Dwergaz.hs +2/−2
ChangeLog.md view
@@ -51,3 +51,8 @@ ## 0.3.0.1 -- 2024-12-02 * Tweaked tests and formatting.++## 0.3.0.2 -- 2025-02-26++* Updated copyright dates.+* Tweaked documentation.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2017-2024 Henry Till+Copyright (c) 2017-2025 Henry Till Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice
dwergaz.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: dwergaz-version: 0.3.0.1+version: 0.3.0.2 synopsis: A minimal testing library description: dwergaz is a minimal testing library. license: ISC@@ -8,11 +8,11 @@ author: Henry Till maintainer: henrytill@gmail.com homepage: https://github.com/henrytill/dwergaz-copyright: Copyright (c) 2017-2024, Henry Till+copyright: Copyright (c) 2017-2025, Henry Till category: Testing build-type: Simple extra-doc-files: ChangeLog.md-tested-with: GHC ==9.4.8 || ==9.6.6 || ==9.8.2+tested-with: GHC ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1 source-repository head type: git
src/Test/Dwergaz.hs view
@@ -3,7 +3,7 @@ -- | -- Module : Test.Dwergaz -- Description : A minimal testing library--- Copyright : (c) 2017-2024, Henry Till+-- Copyright : (c) 2017-2025, Henry Till -- License : ISC -- Maintainer : henrytill@gmail.com -- Stability : experimental@@ -52,7 +52,7 @@ assertBool :: -- | Test description String ->- -- | Condition to test+ -- | Condition Bool -> Test assertBool = Predicate