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

Commit c6a5ca0

Browse files
committed
Relax postgresql-simple bounds for GHC 7.6 compat
1 parent 73828fd commit c6a5ca0

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.4.0
2+
version: 0.1.5.0
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.3,
45-
postgresql-simple >= 0.5 && < 0.6,
45+
postgresql-simple >= 0.4 && < 0.6,
4646
time >= 1.5 && < 1.6
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.3,
59-
postgresql-simple >= 0.5 && < 0.6,
59+
postgresql-simple >= 0.4 && < 0.6,
6060
time >= 1.5 && < 1.6,
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.5 && < 0.6,
72+
postgresql-simple >= 0.4 && < 0.6,
7373
hspec >= 2.2 && < 2.3,
7474
postgresql-simple-migration >= 0.1 && < 0.2

0 commit comments

Comments
 (0)