Skip to content

Commit

Permalink
Update to release 0.3.0.8
Browse files Browse the repository at this point in the history
I have determined that the risk of breaking changes to the base library
is extremely small.

I updated the license creation year information, which had not been
updated for many years.

Updated doctest version information.
  • Loading branch information
Hexirp committed Nov 29, 2023
1 parent 4c27f69 commit 0db2814
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for doctest-driver-gen

## 0.3.0.8

* Relax `build-depends` to allow `base-4.x`.

## 0.3.0.7

* Update `build-depends` to allow `base-4.18.0.0`.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright Hexirp (c) 2017-2021
Copyright Hexirp (c) 2017-2023

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22`
Versions of doctest available in this library: `>= 0.7 && < 0.12 || >= 0.13 && < 0.23`

## Usage

Expand Down
10 changes: 5 additions & 5 deletions doctest-driver-gen.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: doctest-driver-gen
version: 0.3.0.7
version: 0.3.0.8
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
Expand All @@ -9,7 +9,7 @@ license: BSD3
license-file: LICENSE
author: Hexirp
maintainer: https://github.com/Hexirp/doctest-driver-gen/issues
copyright: (C) Hexirp 2017-2021
copyright: (C) Hexirp 2017-2023
category: Testing
build-type: Simple
extra-source-files: README.md, CHANGELOG.md
Expand Down Expand Up @@ -37,9 +37,9 @@ tested-with:
library
hs-source-dirs: src
exposed-modules: Test.DocTest.Gen
build-depends: base >= 4.0 && < 4.19
build-depends: base >= 4.0 && < 5
-- Versions of doctest available in this library
-- , doctest >= 0.7 && < 0.12 || >= 0.13 && < 0.22
-- , doctest >= 0.7 && < 0.12 || >= 0.13 && < 0.23
ghc-options: -Wall
default-language: Haskell2010

Expand Down Expand Up @@ -70,4 +70,4 @@ source-repository head
source-repository this
type: git
location: https://github.com/Hexirp/doctest-driver-gen
tag: 0.3.0.7
tag: 0.3.0.8

0 comments on commit 0db2814

Please sign in to comment.