Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit b5ea80d

Browse files
committed
Fixed hackage warnings and bumped to 0.1.10.1
1 parent ba6417f commit b5ea80d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.1.10.1
4+
* Fixed hackage warnings
5+
36
## 0.1.10.0
47
* Relaxed time bounds
58

postgresql-simple-migration.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-simple-migration
2-
version: 0.1.10.0
2+
version: 0.1.10.1
33
synopsis: PostgreSQL Schema Migrations
44
homepage: https://github.com/ameingast/postgresql-simple-migration
55
Bug-reports: https://github.com/ameingast/postgresql-simple-migration/issues
@@ -71,4 +71,4 @@ test-suite tests
7171
bytestring >= 0.10 && < 0.11,
7272
postgresql-simple >= 0.4 && < 0.6,
7373
hspec >= 2.2 && < 2.5,
74-
postgresql-simple-migration >= 0.1 && < 0.2
74+
postgresql-simple-migration

0 commit comments

Comments
 (0)