packages feed

doctest-driver-gen 0.3.0.2 → 0.3.0.3

raw patch · 3 files changed

+10/−6 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog for doctest-driver-gen +## 0.3.0.3++* Update `build-depends` to allow `base-4.14.0.0`.+ ## 0.3.0.2  * Update `build-depends` to allow `base-4.13.0.0`.
LICENSE view
@@ -1,4 +1,4 @@-Copyright Hexirp (c) 2017-2019+Copyright Hexirp (c) 2017-2021  All rights reserved. 
doctest-driver-gen.cabal view
@@ -1,5 +1,5 @@ name:                doctest-driver-gen-version:             0.3.0.2+version:             0.3.0.3 synopsis:            Generate driver file for doctest's cabal integration description:         doctest-driver-gen is a doctest's driver file generator.                      It lets you automatically generate driver file for@@ -9,7 +9,7 @@ license-file:        LICENSE author:              Hexirp maintainer:          https://github.com/Hexirp/doctest-driver-gen/issues-copyright:           (C) Hexirp 2017-2019+copyright:           (C) Hexirp 2017-2021 category:            Testing build-type:          Simple extra-source-files:  README.md, CHANGELOG.md@@ -18,9 +18,9 @@ library   hs-source-dirs:      src   exposed-modules:     Test.DocTest.Gen-  build-depends:       base >= 4.0 && < 4.14+  build-depends:       base >= 4.0 && < 4.15                        -- Versions of doctest available in this library-                       -- , doctest >= 0.7 && < 0.12 || >= 0.13 && < 0.17+                       -- , doctest >= 0.7 && < 0.12 || >= 0.13 && < 0.19   ghc-options:         -Wall   default-language:    Haskell2010 @@ -51,4 +51,4 @@ source-repository this   type:     git   location: https://github.com/Hexirp/doctest-driver-gen-  tag:      0.3.0.2+  tag:      0.3.0.3