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

Bump time upper-bound for compatibility with GHC 8.8 #31

Merged
merged 1 commit into from
Jan 15, 2020
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 @@ -43,7 +43,7 @@ Library
cryptohash >= 0.11 && < 0.12,
directory >= 1.2 && < 1.4,
postgresql-simple >= 0.4 && < 0.7,
time >= 1.4 && < 1.9
time >= 1.4 && < 1.10

Executable migrate
main-is: Main.hs
Expand All @@ -57,7 +57,7 @@ Executable migrate
cryptohash >= 0.11 && < 0.12,
directory >= 1.2 && < 1.4,
postgresql-simple >= 0.4 && < 0.7,
time >= 1.4 && < 1.9,
time >= 1.4 && < 1.10,
text >= 1.2 && < 1.3

test-suite tests
Expand Down