packages feed

doctest-driver-gen 0.3.0.6 → 0.3.0.7

raw patch · 3 files changed

+12/−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.7++* Update `build-depends` to allow `base-4.18.0.0`.+ ## 0.3.0.6  * Update `build-depends` to allow `base-4.17.0.0`.
README.md view
@@ -6,7 +6,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/f1f6c4149283036a55f9ce7f50439fabf0b9a0ab/README.md#cabal-integration). -Versions of doctest available in this library: `>= 0.7 && < 0.12 || >= 0.13 && < 0.21`+Versions of doctest available in this library: `>= 0.7 && < 0.12 || >= 0.13 && < 0.22`  ## Usage 
doctest-driver-gen.cabal view
@@ -1,5 +1,5 @@ name:                doctest-driver-gen-version:             0.3.0.6+version:             0.3.0.7 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@@ -16,7 +16,9 @@ cabal-version:       >=1.10  tested-with:-   GHC == 9.2.1+   GHC == 9.6.1+   GHC == 9.4.4+   GHC == 9.2.7    GHC == 9.0.2    GHC == 8.10.7    GHC == 8.8.4@@ -35,9 +37,9 @@ library   hs-source-dirs:      src   exposed-modules:     Test.DocTest.Gen-  build-depends:       base >= 4.0 && < 4.18+  build-depends:       base >= 4.0 && < 4.19                        -- Versions of doctest available in this library-                       -- , doctest >= 0.7 && < 0.12 || >= 0.13 && < 0.21+                       -- , doctest >= 0.7 && < 0.12 || >= 0.13 && < 0.22   ghc-options:         -Wall   default-language:    Haskell2010 @@ -68,4 +70,4 @@ source-repository this   type:     git   location: https://github.com/Hexirp/doctest-driver-gen-  tag:      0.3.0.6+  tag:      0.3.0.7