Skip to content

Commit

Permalink
Merge pull request #286 from quasicomputational/2021-02-release-0.18
Browse files Browse the repository at this point in the history
Bump version and finalise changelog.
  • Loading branch information
quasicomputational authored Feb 8, 2021
2 parents 89573e9 + dfc8719 commit e893335
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
Changes in 0.18
- Don't use unqualified references to `stderr` or `stdout` which may collide with definitions in user code. (#201)
- Remove support for cabal-install sandboxes. They have been obsoleted in practice by Nix-style builds in cabal-install (i.e., the `v2-*` commands) and stack.

Expand Down
4 changes: 2 additions & 2 deletions doctest.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 08c296b67e1ff54f151daac0aca78fb78df990a150ac779734358c5ff2128fc2
-- hash: a5f986d148ee2304fff5f9d670fcb819b4c821e8f1c9f43497020870a53475ef

name: doctest
version: 0.17
version: 0.18
synopsis: Test interactive Haskell examples
description: The doctest program checks examples in source code comments. It is modeled
after doctest for Python (<https://docs.python.org/3/library/doctest.html>).
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: doctest
version: 0.17
version: 0.18
synopsis: Test interactive Haskell examples
description: |
The doctest program checks examples in source code comments. It is modeled
Expand Down

0 comments on commit e893335

Please sign in to comment.