hspec-core 2.11.14 → 2.11.15
raw patch · 2 files changed
+5/−7 lines, 2 filesdep −tf-randomdep ~hspec-meta
Dependencies removed: tf-random
Dependency ranges changed: hspec-meta
Files
- hspec-core.cabal +4/−6
- version.yaml +1/−1
hspec-core.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.38.1.+-- This file has been generated from package.yaml by hpack version 0.38.3. -- -- see: https://github.com/sol/hpack name: hspec-core-version: 2.11.14+version: 2.11.15 license: MIT license-file: LICENSE copyright: (c) 2011-2025 Simon Hengel,@@ -36,7 +36,7 @@ ghc-options: -Wall -fno-warn-incomplete-uni-patterns build-depends: HUnit ==1.6.*- , QuickCheck >=2.13.1 && <2.17+ , QuickCheck >=2.13.1 && <2.18 , ansi-terminal >=0.6.2 , array , base >=4.9.0.0 && <5@@ -50,7 +50,6 @@ , process , quickcheck-io >=0.2.0 , random- , tf-random , time , transformers >=0.2.2.0 exposed-modules:@@ -139,13 +138,12 @@ , filepath , haskell-lexer , hspec-expectations ==0.8.4.*- , hspec-meta ==2.11.14+ , hspec-meta ==2.11.15 , process , quickcheck-io >=0.2.0 , random , silently >=1.2.4 , temporary- , tf-random , time , transformers >=0.2.2.0 build-tool-depends:
version.yaml view
@@ -1,4 +1,4 @@-version: &version 2.11.14+version: &version 2.11.15 synopsis: A Testing Framework for Haskell author: Simon Hengel <sol@typeful.net> maintainer: Simon Hengel <sol@typeful.net>