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

Commit f249619

Browse files
authored
Merge pull request #15 from expipiplus1/bounds
Loosen upper bound on directory
2 parents 442ff21 + 7bd8d5f commit f249619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql-simple-migration.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Library
4141
base64-bytestring >= 1.0 && < 1.1,
4242
bytestring >= 0.10 && < 0.11,
4343
cryptohash >= 0.11 && < 0.12,
44-
directory >= 1.2 && < 1.3,
44+
directory >= 1.2 && < 1.4,
4545
postgresql-simple >= 0.4 && < 0.6,
4646
time >= 1.4 && < 1.7
4747

@@ -55,7 +55,7 @@ Executable migrate
5555
base64-bytestring >= 1.0 && < 1.1,
5656
bytestring >= 0.10 && < 0.11,
5757
cryptohash >= 0.11 && < 0.12,
58-
directory >= 1.2 && < 1.3,
58+
directory >= 1.2 && < 1.4,
5959
postgresql-simple >= 0.4 && < 0.6,
6060
time >= 1.4 && < 1.7,
6161
text >= 1.2 && < 1.3

0 commit comments

Comments
 (0)