genvalidity-hspec-cereal 0.0.0.0 → 0.0.0.1
raw patch · 2 files changed
+30/−29 lines, 2 filesdep ~QuickCheckdep ~basedep ~genvalidity-hspecsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, base, genvalidity-hspec, hspec
API changes (from Hackage documentation)
Files
- Setup.hs +1/−0
- genvalidity-hspec-cereal.cabal +29/−29
Setup.hs view
@@ -1,2 +1,3 @@ import Distribution.Simple+ main = defaultMain
genvalidity-hspec-cereal.cabal view
@@ -1,7 +1,5 @@ name: genvalidity-hspec-cereal-version: 0.0.0.0-synopsis: Standard spec's for cereal-related instances-description: Standard spec's for cereal-related Instances+version: 0.0.0.1 cabal-version: >=1.10 build-type: Simple license: MIT@@ -9,49 +7,51 @@ copyright: Copyright: (c) 2016 Tom Sydney Kerckhove maintainer: syd.kerckhove@gmail.com homepage: http://cs-syd.eu+synopsis: Standard spec's for cereal-related instances+description:+ Standard spec's for cereal-related Instances category: Testing author: Tom Sydney Kerckhove +source-repository head+ type: git+ location: https://github.com/NorfairKing/validity+ library exposed-modules: Test.Validity.Cereal build-depends: base >=4.9 && <=5,- genvalidity-hspec >= 0.3 && < 0.4,- genvalidity >= 0.3 && < 0.4,- hspec >= 2.2 && < 2.3,- cereal >= 0.5 && < 0.6,- QuickCheck >= 2.8 && < 2.9,- deepseq >= 1.4 && < 1.5+ genvalidity-hspec >=0.3 && <0.5,+ genvalidity >=0.3 && <0.4,+ hspec,+ cereal >=0.5 && <0.6,+ QuickCheck,+ deepseq >=1.4 && <1.5 default-language: Haskell2010 hs-source-dirs: src/ ghc-options: -Wall test-suite genvalidity-hspec-cereal-doctests- default-language: Haskell2010- hs-source-dirs: test- type: exitcode-stdio-1.0- ghc-options: -threaded- main-is: DocTest.hs- build-depends: base- , doctest >= 0.11 && < 0.12- , genvalidity-hspec-cereal-+ type: exitcode-stdio-1.0+ main-is: DocTest.hs+ build-depends:+ base -any,+ doctest >=0.11 && <0.12,+ genvalidity-hspec-cereal -any+ default-language: Haskell2010+ hs-source-dirs: test+ ghc-options: -threaded test-suite genvalidity-hspec-cereal-test type: exitcode-stdio-1.0 main-is: Spec.hs- other-modules:- Test.Validity.CerealSpec build-depends:- base >=4.9 && <=5,- genvalidity >= 0.3 && < 0.4,- genvalidity-hspec-cereal,- hspec >= 2.2 && < 2.3+ base -any,+ genvalidity >=0.3 && <0.4,+ genvalidity-hspec-cereal -any,+ hspec default-language: Haskell2010 hs-source-dirs: test/+ other-modules:+ Test.Validity.CerealSpec ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall---source-repository head- type: git- location: https://github.com/NorfairKing/validity