genvalidity-hspec 0.7.0.2 → 0.7.0.3
raw patch · 3 files changed
+7/−31 lines, 3 filesdep −doctestdep ~basedep ~genvaliditydep ~genvalidity-propertyPVP ok
version bump matches the API change (PVP)
Dependencies removed: doctest
Dependency ranges changed: base, genvalidity, genvalidity-property, validity
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- doctests/DocTest.hs +0/−4
- genvalidity-hspec.cabal +6/−26
LICENSE view
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Tom Sydney Kerckhove+Copyright (c) 2016-2020 Tom Sydney Kerckhove Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
− doctests/DocTest.hs
@@ -1,4 +0,0 @@-import Test.DocTest--main :: IO ()-main = doctest ["-isrc", "src", "-XTypeApplications"]
genvalidity-hspec.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 581e0a424038dd8eec6c87a2e653811f0ab38272f8a71ee0326a6cd492ab8fb4+-- hash: 4517ade0d9cad5e659cb289f188395877a398f7a6e4621835f50d06570df018a name: genvalidity-hspec-version: 0.7.0.2+version: 0.7.0.3 synopsis: Standard spec's for GenValidity instances description: Note: There are companion packages for this library: .@@ -22,9 +22,8 @@ homepage: https://github.com/NorfairKing/validity#readme bug-reports: https://github.com/NorfairKing/validity/issues author: Tom Sydney Kerckhove-maintainer: syd.kerckhove@gmail.com,- nick.van.den.broeck666@gmail.com-copyright: Copyright: (c) 2016-2019 Tom Sydney Kerckhove+maintainer: syd@cs-syd.eu+copyright: Copyright: (c) 2016-2020 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple@@ -59,32 +58,13 @@ QuickCheck , base >=4.9 && <5 , genvalidity >=0.8- , genvalidity-property >=0.2+ , genvalidity-property >=0.5 , hspec , hspec-core , transformers , validity >=0.5 default-language: Haskell2010 -test-suite genvalidity-hspec-doctests- type: exitcode-stdio-1.0- main-is: DocTest.hs- other-modules:- Paths_genvalidity_hspec- hs-source-dirs:- doctests- ghc-options: -threaded- build-depends:- QuickCheck- , base- , doctest- , genvalidity >=0.7- , genvalidity-hspec- , genvalidity-property >=0.3- , hspec-core- , validity >=0.9- default-language: Haskell2010- test-suite genvalidity-hspec-test type: exitcode-stdio-1.0 main-is: Spec.hs@@ -107,7 +87,7 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: QuickCheck- , base+ , base >=4.9 && <5 , genvalidity , genvalidity-hspec , hspec