hspec-discover 2.8.3 → 2.8.4
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- hspec-discover.cabal +4/−4
- version.yaml +1/−1
hspec-discover.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hspec-discover-version: 2.8.3+version: 2.8.4 license: MIT license-file: LICENSE copyright: (c) 2012-2021 Simon Hengel@@ -31,7 +31,7 @@ library hs-source-dirs: src- ghc-options: -Wall+ ghc-options: -Wall -fno-warn-incomplete-uni-patterns build-depends: base ==4.* , directory@@ -46,7 +46,7 @@ default-language: Haskell2010 executable hspec-discover- ghc-options: -Wall+ ghc-options: -Wall -fno-warn-incomplete-uni-patterns hs-source-dirs: driver main-is: hspec-discover.hs@@ -61,7 +61,7 @@ test-suite spec type: exitcode-stdio-1.0- ghc-options: -Wall+ ghc-options: -Wall -fno-warn-incomplete-uni-patterns hs-source-dirs: test main-is: Spec.hs
version.yaml view
@@ -1,1 +1,1 @@-&version 2.8.3+&version 2.8.4