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

Commit

Permalink
Merge pull request #31 from ocharles/patch-1
Browse files Browse the repository at this point in the history
Bump time upper-bound for compatibility with GHC 8.8
  • Loading branch information
ameingast authored Jan 15, 2020
2 parents 1229914 + cfcee98 commit 50a159c
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 50a159c

Please sign in to comment.