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

Loosen upper bound on directory #15

Merged
merged 1 commit into from
Jan 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions postgresql-simple-migration.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Library
base64-bytestring >= 1.0 && < 1.1,
bytestring >= 0.10 && < 0.11,
cryptohash >= 0.11 && < 0.12,
directory >= 1.2 && < 1.3,
directory >= 1.2 && < 1.4,
postgresql-simple >= 0.4 && < 0.6,
time >= 1.4 && < 1.7

Expand All @@ -55,7 +55,7 @@ Executable migrate
base64-bytestring >= 1.0 && < 1.1,
bytestring >= 0.10 && < 0.11,
cryptohash >= 0.11 && < 0.12,
directory >= 1.2 && < 1.3,
directory >= 1.2 && < 1.4,
postgresql-simple >= 0.4 && < 0.6,
time >= 1.4 && < 1.7,
text >= 1.2 && < 1.3
Expand Down