Skip to content

Commit

Permalink
Fix export of Options
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Sep 30, 2024
1 parent 1219510 commit 3c0de62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

- 0.2.2.1 (2024-09-30)
* Fix export of `Options`.

- 0.2.2.0 (2024-09-30)
* Expose `Options`, `defaultOptions` and `mainWith` from `Goldplate`
module so it's easy to call from Haskell test suites.
Expand Down
2 changes: 1 addition & 1 deletion goldplate.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: goldplate
Version: 0.2.2.0
Version: 0.2.2.1
Synopsis: A lightweight golden test runner
License: Apache-2.0
License-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Goldplate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
module Goldplate
( main

, Options
, Options (..)
, defaultOptions
, mainWith

Expand Down

0 comments on commit 3c0de62

Please sign in to comment.