benri-hspec 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- benri-hspec.cabal +3/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `benri-hspec` uses [PVP Versioning][1]. +## 0.1.0.3 -- 2024-07-10++* Add a tested-with field with the CI-test ghc versions+ ## 0.1.0.2 -- 2024-02-28 * Reformated, enabled doctests by default
benri-hspec.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: benri-hspec-version: 0.1.0.2+version: 0.1.0.3 synopsis: Simplify tests where Either or Maybe types are returned from monadic code description: A small library of __convenient__ functions for writing hspec tests.@@ -14,7 +14,7 @@ license-file: LICENSE author: Tim Emiola maintainer: adetokunbo@emio.la-category: Web+category: Testing homepage: https://github.com/adetokunbo/benri-hspec#readme bug-reports: https://github.com/adetokunbo/benri-hspec/issues@@ -22,6 +22,7 @@ build-type: Simple extra-source-files: ChangeLog.md+tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 source-repository head type: git