Skip to content

Commit

Permalink
Expose interpretOptions so that custom HasInterpretOptions instances …
Browse files Browse the repository at this point in the history
…can be created.

Bump version from 0.3 to 0.3.1 for this non-breaking change.
  • Loading branch information
AJChapman committed Feb 13, 2020
1 parent 36b6a81 commit a0bde31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.1

- Expose HasInterpretOptions(interpretOptions) so that custom instances of HasInterpretOptions can be used.

# 0.3

- Use `dhall ==1.29`
Expand Down
2 changes: 1 addition & 1 deletion servant-dhall.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-dhall
version: 0.3
version: 0.3.1
synopsis: Servant Dhall content-type
description:
Servant Dhall bindings.
Expand Down
2 changes: 1 addition & 1 deletion src/Servant/Dhall.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
module Servant.Dhall (
DHALL,
DHALL',
HasInterpretOptions,
HasInterpretOptions(..),
DefaultInterpretOptions,
) where

Expand Down

0 comments on commit a0bde31

Please sign in to comment.