From b5ea80de9b569c831c1a1c0bca67fd71c148cede Mon Sep 17 00:00:00 2001 From: Andreas Meingast Date: Sun, 30 Jul 2017 16:51:40 +0200 Subject: [PATCH] Fixed hackage warnings and bumped to 0.1.10.1 --- Changelog.markdown | 3 +++ postgresql-simple-migration.cabal | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.markdown b/Changelog.markdown index a299cd5..19cbb13 100644 --- a/Changelog.markdown +++ b/Changelog.markdown @@ -1,5 +1,8 @@ # Changelog +## 0.1.10.1 +* Fixed hackage warnings + ## 0.1.10.0 * Relaxed time bounds diff --git a/postgresql-simple-migration.cabal b/postgresql-simple-migration.cabal index 40444c9..7760cbb 100644 --- a/postgresql-simple-migration.cabal +++ b/postgresql-simple-migration.cabal @@ -1,5 +1,5 @@ name: postgresql-simple-migration -version: 0.1.10.0 +version: 0.1.10.1 synopsis: PostgreSQL Schema Migrations homepage: https://github.com/ameingast/postgresql-simple-migration Bug-reports: https://github.com/ameingast/postgresql-simple-migration/issues @@ -71,4 +71,4 @@ test-suite tests bytestring >= 0.10 && < 0.11, postgresql-simple >= 0.4 && < 0.6, hspec >= 2.2 && < 2.5, - postgresql-simple-migration >= 0.1 && < 0.2 + postgresql-simple-migration