Skip to content

Commit 303118f

Browse files
Bump version
1 parent b6500f0 commit 303118f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.0.1
2+
3+
Fix quickstart
4+
15
# 0.1.0.0
26

37
Initial release

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: persistent-mtl
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
maintainer: Brandon Chinn <[email protected]>
44
synopsis: Monad transformer for the persistent API
55
description: |

persistent-mtl.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: b4cebf2dfec7ddb84809e77bf7c91ea81fd89f22a13763b7ee032b13313dfebd
7+
-- hash: 9b6ae20631ee5ad633b82ab405f64730ea1603ef8da2099ea41ef126cab9d817
88

99
name: persistent-mtl
10-
version: 0.1.0.0
10+
version: 0.1.0.1
1111
synopsis: Monad transformer for the persistent API
1212
description: A monad transformer and mtl-style type class for using the
1313
persistent API directly in your monad transformer stack.

0 commit comments

Comments
 (0)