packages feed

doctest-driver-gen 0.3.0.3 → 0.3.0.4

raw patch · 3 files changed

+8/−4 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.4++* Update `build-depends` to allow `base-4.15.0.0`.+ ## 0.3.0.3  * Update `build-depends` to allow `base-4.14.0.0`.
README.md view
@@ -7,7 +7,7 @@  doctest-driver-gen is a doctest's driver file generator. It lets you automatically generate driver file for [doctest's cabal integration](https://github.com/sol/doctest/blob/master/README.markdown#cabal-integration). -Versions of doctest available in this library: `>= 0.7 && < 0.12 || >= 0.13 && < 0.17`+Versions of doctest available in this library: `>= 0.7 && < 0.12 || >= 0.13 && < 0.19`  ## Usage 
doctest-driver-gen.cabal view
@@ -1,5 +1,5 @@ name:                doctest-driver-gen-version:             0.3.0.3+version:             0.3.0.4 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@@ -18,7 +18,7 @@ library   hs-source-dirs:      src   exposed-modules:     Test.DocTest.Gen-  build-depends:       base >= 4.0 && < 4.15+  build-depends:       base >= 4.0 && < 4.16                        -- Versions of doctest available in this library                        -- , doctest >= 0.7 && < 0.12 || >= 0.13 && < 0.19   ghc-options:         -Wall@@ -51,4 +51,4 @@ source-repository this   type:     git   location: https://github.com/Hexirp/doctest-driver-gen-  tag:      0.3.0.3+  tag:      0.3.0.4