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

Commit

Permalink
Bump time upper-bound for compatibility with GHC 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles authored Jan 15, 2020
1 parent 1229914 commit cfcee98
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit cfcee98

Please sign in to comment.