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

Commit 2bb5cfa

Browse files
authored
Merge pull request #27 from assertible/allow-postgresql-simple-0.6
Allow postgresql-simple-0.6
2 parents c45ce31 + 88f1ee7 commit 2bb5cfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

postgresql-simple-migration.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-simple-migration
2-
version: 0.1.13.0
2+
version: 0.1.13.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
@@ -42,7 +42,7 @@ Library
4242
bytestring >= 0.10 && < 0.11,
4343
cryptohash >= 0.11 && < 0.12,
4444
directory >= 1.2 && < 1.4,
45-
postgresql-simple >= 0.4 && < 0.6,
45+
postgresql-simple >= 0.4 && < 0.7,
4646
time >= 1.4 && < 1.9
4747

4848
Executable migrate
@@ -56,7 +56,7 @@ Executable migrate
5656
bytestring >= 0.10 && < 0.11,
5757
cryptohash >= 0.11 && < 0.12,
5858
directory >= 1.2 && < 1.4,
59-
postgresql-simple >= 0.4 && < 0.6,
59+
postgresql-simple >= 0.4 && < 0.7,
6060
time >= 1.4 && < 1.9,
6161
text >= 1.2 && < 1.3
6262

@@ -69,6 +69,6 @@ test-suite tests
6969
type: exitcode-stdio-1.0
7070
build-depends: base >= 4.6 && < 5.0,
7171
bytestring >= 0.10 && < 0.11,
72-
postgresql-simple >= 0.4 && < 0.6,
72+
postgresql-simple >= 0.4 && < 0.7,
7373
hspec >= 2.2 && < 2.7,
7474
postgresql-simple-migration

0 commit comments

Comments
 (0)