Skip to content

Commit 73afe5f

Browse files
committed
v0.1.1.1 -- removed redundant Error constraint on MonadPrompt instance for ErrorT
1 parent e8243a3 commit 73afe5f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.1.1.1
2+
-------
3+
<https://github.com/mstksg/prompt/releases/tag/v0.1.1.1>
4+
5+
* Removed redundant `Error` constraint on `MonadPrompt` instance for
6+
`ErrorT`.
7+
18
0.1.1.0
29
-------
310
<https://github.com/mstksg/prompt/releases/tag/v0.1.1.0>

prompt.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- see http://haskell.org/cabal/users-guide/
33

44
name: prompt
5-
version: 0.1.1.0
5+
version: 0.1.1.1
66
synopsis: Monad (and transformer) for deferred-effect pure
77
prompt-response queries
88
description: Monad (and transformer) for delayed-effect "pure"

0 commit comments

Comments
 (0)