hspec-api 2.11.16 → 2.11.17
raw patch · 3 files changed
+6/−6 lines, 3 filesdep ~hspec-core
Dependency ranges changed: hspec-core
Files
- LICENSE +1/−1
- hspec-api.cabal +4/−4
- version.yaml +1/−1
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2022-2025 Simon Hengel <sol@typeful.net>+Copyright (c) 2022-2026 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
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hspec-api-version: 2.11.16+version: 2.11.17 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-2025 Simon Hengel+copyright: (c) 2022-2026 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.16+ , hspec-core ==2.11.17 , transformers default-language: Haskell2010 @@ -64,6 +64,6 @@ base ==4.* , hspec ==2.* , hspec-api- , hspec-core ==2.11.16+ , hspec-core ==2.11.17 , transformers default-language: Haskell2010
version.yaml view
@@ -1,4 +1,4 @@-version: &version 2.11.16+version: &version 2.11.17 synopsis: A Testing Framework for Haskell author: Simon Hengel <sol@typeful.net> maintainer: Simon Hengel <sol@typeful.net>