packages feed

genvalidity-hspec-optics 0.1.1.1 → 0.1.1.2

raw patch · 3 files changed

+10/−32 lines, 3 filesdep −doctestdep ~basedep ~genvalidityPVP ok

version bump matches the API change (PVP)

Dependencies removed: doctest

Dependency ranges changed: base, genvalidity

API changes (from Hackage documentation)

Files

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
− doctest/DocTest.hs
@@ -1,4 +0,0 @@-import Test.DocTest--main :: IO ()-main = doctest ["-isrc", "src", "-XTypeApplications"]
genvalidity-hspec-optics.cabal view
@@ -1,24 +1,24 @@--- This file has been generated from package.yaml by hpack version 0.28.2.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 93abfa3e29b4b7942e6f02fb9e2ccbbdb0bf748eb2c9225ab9c73b33a4f7f3d7+-- hash: 004821b84416757ce958d7b001cd1844ab379b0ef9aeeddaca7300f64c5515e6  name:           genvalidity-hspec-optics-version:        0.1.1.1-synopsis:       Standard spec's for optics-description:    Standard spec's for optics+version:        0.1.1.2+synopsis:       Standard spec's for lens+description:    Standard spec's for lens (van Laarhoven encoding) category:       Testing homepage:       http://cs-syd.eu 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) 2018 Tom Sydney Kerckhove+maintainer:     syd@cs-syd.eu+copyright:      Copyright: (c) 2018-2020 Tom Sydney Kerckhove license:        MIT license-file:   LICENSE build-type:     Simple-cabal-version:  >= 1.10  source-repository head   type: git@@ -39,24 +39,6 @@     , genvalidity-hspec     , hspec     , microlens-  default-language: Haskell2010--test-suite genvalidity-hspec-optics-doctests-  type: exitcode-stdio-1.0-  main-is: DocTest.hs-  other-modules:-      Paths_genvalidity_hspec_optics-  hs-source-dirs:-      doctest-  ghc-options: -threaded-  build-depends:-      base-    , doctest-    , genvalidity >=0.7-    , genvalidity-hspec-optics-    , genvalidity-property >=0.3-    , hspec-    , validity >=0.9   default-language: Haskell2010  test-suite genvalidity-hspec-optics-test