We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1229914 + cfcee98 commit 50a159cCopy full SHA for 50a159c
postgresql-simple-migration.cabal
@@ -43,7 +43,7 @@ Library
43
cryptohash >= 0.11 && < 0.12,
44
directory >= 1.2 && < 1.4,
45
postgresql-simple >= 0.4 && < 0.7,
46
- time >= 1.4 && < 1.9
+ time >= 1.4 && < 1.10
47
48
Executable migrate
49
main-is: Main.hs
@@ -57,7 +57,7 @@ Executable migrate
57
58
59
60
- time >= 1.4 && < 1.9,
+ time >= 1.4 && < 1.10,
61
text >= 1.2 && < 1.3
62
63
test-suite tests
0 commit comments