Skip to content

Commit 50a159c

Browse files
authored
Merge pull request ameingast#31 from ocharles/patch-1
Bump time upper-bound for compatibility with GHC 8.8
2 parents 1229914 + cfcee98 commit 50a159c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: postgresql-simple-migration.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Library
4343
cryptohash >= 0.11 && < 0.12,
4444
directory >= 1.2 && < 1.4,
4545
postgresql-simple >= 0.4 && < 0.7,
46-
time >= 1.4 && < 1.9
46+
time >= 1.4 && < 1.10
4747

4848
Executable migrate
4949
main-is: Main.hs
@@ -57,7 +57,7 @@ Executable migrate
5757
cryptohash >= 0.11 && < 0.12,
5858
directory >= 1.2 && < 1.4,
5959
postgresql-simple >= 0.4 && < 0.7,
60-
time >= 1.4 && < 1.9,
60+
time >= 1.4 && < 1.10,
6161
text >= 1.2 && < 1.3
6262

6363
test-suite tests

0 commit comments

Comments
 (0)