hspec-api 2.11.7 → 2.11.8
raw patch · 3 files changed
+6/−6 lines, 3 filesdep ~hspec-corePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: hspec-core
API changes (from Hackage documentation)
- Test.Hspec.Api.Format.V1: data Config
+ Test.Hspec.Api.Format.V1: data () => Config
- Test.Hspec.Api.Format.V1: data FailureReason
+ Test.Hspec.Api.Format.V1: data () => FailureReason
- Test.Hspec.Api.Format.V1: data Location
+ Test.Hspec.Api.Format.V1: data () => Location
- Test.Hspec.Api.Format.V1: newtype Seconds
+ Test.Hspec.Api.Format.V1: newtype () => Seconds
- Test.Hspec.Api.Format.V2: data Config
+ Test.Hspec.Api.Format.V2: data () => Config
- Test.Hspec.Api.Format.V2: data Event
+ Test.Hspec.Api.Format.V2: data () => Event
- Test.Hspec.Api.Format.V2: data FailureReason
+ Test.Hspec.Api.Format.V2: data () => FailureReason
- Test.Hspec.Api.Format.V2: data Item
+ Test.Hspec.Api.Format.V2: data () => Item
- Test.Hspec.Api.Format.V2: data Location
+ Test.Hspec.Api.Format.V2: data () => Location
- Test.Hspec.Api.Format.V2: data Result
+ Test.Hspec.Api.Format.V2: data () => Result
- Test.Hspec.Api.Format.V2: newtype Seconds
+ Test.Hspec.Api.Format.V2: newtype () => Seconds
- Test.Hspec.Api.Formatters.V1: data Config
+ Test.Hspec.Api.Formatters.V1: data () => Config
- Test.Hspec.Api.Formatters.V1: data FailureReason
+ Test.Hspec.Api.Formatters.V1: data () => FailureReason
- Test.Hspec.Api.Formatters.V1: data FailureRecord
+ Test.Hspec.Api.Formatters.V1: data () => FailureRecord
- Test.Hspec.Api.Formatters.V1: data Formatter
+ Test.Hspec.Api.Formatters.V1: data () => Formatter
- Test.Hspec.Api.Formatters.V1: data Location
+ Test.Hspec.Api.Formatters.V1: data () => Location
- Test.Hspec.Api.Formatters.V1: newtype Seconds
+ Test.Hspec.Api.Formatters.V1: newtype () => Seconds
- Test.Hspec.Api.Formatters.V2: data Config
+ Test.Hspec.Api.Formatters.V2: data () => Config
- Test.Hspec.Api.Formatters.V2: data FailureReason
+ Test.Hspec.Api.Formatters.V2: data () => FailureReason
- Test.Hspec.Api.Formatters.V2: data FailureRecord
+ Test.Hspec.Api.Formatters.V2: data () => FailureRecord
- Test.Hspec.Api.Formatters.V2: data FormatM a
+ Test.Hspec.Api.Formatters.V2: data () => FormatM a
- Test.Hspec.Api.Formatters.V2: data Location
+ Test.Hspec.Api.Formatters.V2: data () => Location
- Test.Hspec.Api.Formatters.V2: newtype Seconds
+ Test.Hspec.Api.Formatters.V2: newtype () => Seconds
- Test.Hspec.Api.Formatters.V3: data Config
+ Test.Hspec.Api.Formatters.V3: data () => Config
- Test.Hspec.Api.Formatters.V3: data FailureReason
+ Test.Hspec.Api.Formatters.V3: data () => FailureReason
- Test.Hspec.Api.Formatters.V3: data FailureRecord
+ Test.Hspec.Api.Formatters.V3: data () => FailureRecord
- Test.Hspec.Api.Formatters.V3: data FormatM a
+ Test.Hspec.Api.Formatters.V3: data () => FormatM a
- Test.Hspec.Api.Formatters.V3: data Formatter
+ Test.Hspec.Api.Formatters.V3: data () => Formatter
- Test.Hspec.Api.Formatters.V3: data Item
+ Test.Hspec.Api.Formatters.V3: data () => Item
- Test.Hspec.Api.Formatters.V3: data Location
+ Test.Hspec.Api.Formatters.V3: data () => Location
- Test.Hspec.Api.Formatters.V3: data Result
+ Test.Hspec.Api.Formatters.V3: data () => Result
- Test.Hspec.Api.Formatters.V3: newtype Seconds
+ Test.Hspec.Api.Formatters.V3: newtype () => Seconds
Files
- LICENSE +1/−1
- hspec-api.cabal +4/−4
- version.yaml +1/−1
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2022-2023 Simon Hengel <sol@typeful.net>+Copyright (c) 2022-2024 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.7+version: 2.11.8 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-2023 Simon Hengel+copyright: (c) 2022-2024 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.7+ , hspec-core ==2.11.8 , transformers default-language: Haskell2010 @@ -64,6 +64,6 @@ base ==4.* , hspec ==2.* , hspec-api- , hspec-core ==2.11.7+ , hspec-core ==2.11.8 , transformers default-language: Haskell2010
version.yaml view
@@ -1,4 +1,4 @@-version: &version 2.11.7+version: &version 2.11.8 synopsis: A Testing Framework for Haskell author: Simon Hengel <sol@typeful.net> maintainer: Simon Hengel <sol@typeful.net>