packages feed

hspec-core 2.11.3 → 2.11.4

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~hspec-expectationsdep ~hspec-meta

Dependency ranges changed: hspec-expectations, hspec-meta

Files

hspec-core.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:             hspec-core-version:          2.11.3+version:          2.11.4 license:          MIT license-file:     LICENSE copyright:        (c) 2011-2023 Simon Hengel,@@ -44,7 +44,7 @@     , directory     , filepath     , haskell-lexer-    , hspec-expectations ==0.8.3.*+    , hspec-expectations ==0.8.4.*     , process     , quickcheck-io >=0.2.0     , random@@ -128,8 +128,8 @@     , directory     , filepath     , haskell-lexer-    , hspec-expectations ==0.8.3.*-    , hspec-meta ==2.11.3+    , hspec-expectations ==0.8.4.*+    , hspec-meta ==2.11.4     , process     , quickcheck-io >=0.2.0     , random
version.yaml view
@@ -1,4 +1,4 @@-version: &version 2.11.3+version: &version 2.11.4 synopsis: A Testing Framework for Haskell maintainer: Simon Hengel <sol@typeful.net> category: Testing