hspec-api 2.11.10 → 2.11.11
raw patch · 3 files changed
+7/−7 lines, 3 filesdep ~hspec-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec-core
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- hspec-api.cabal +5/−5
- version.yaml +1/−1
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2022-2024 Simon Hengel <sol@typeful.net>+Copyright (c) 2022-2025 Simon Hengel <sol@typeful.net> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
hspec-api.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.38.0. -- -- see: https://github.com/sol/hpack name: hspec-api-version: 2.11.10+version: 2.11.11 synopsis: A Testing Framework for Haskell description: This package provides a stable API that can be used to extend Hspec's functionality. category: Testing@@ -14,7 +14,7 @@ bug-reports: https://github.com/hspec/hspec/issues author: Simon Hengel <sol@typeful.net> maintainer: Simon Hengel <sol@typeful.net>-copyright: (c) 2022-2024 Simon Hengel+copyright: (c) 2022-2025 Simon Hengel license: MIT license-file: LICENSE build-type: Simple@@ -41,7 +41,7 @@ ghc-options: -Wall build-depends: base ==4.*- , hspec-core ==2.11.10+ , hspec-core ==2.11.11 , transformers default-language: Haskell2010 @@ -64,6 +64,6 @@ base ==4.* , hspec ==2.* , hspec-api- , hspec-core ==2.11.10+ , hspec-core ==2.11.11 , transformers default-language: Haskell2010
version.yaml view
@@ -1,4 +1,4 @@-version: &version 2.11.10+version: &version 2.11.11 synopsis: A Testing Framework for Haskell author: Simon Hengel <sol@typeful.net> maintainer: Simon Hengel <sol@typeful.net>