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

Commit

Permalink
Relaxed time bounds. Resolves #20.
Browse files Browse the repository at this point in the history
  • Loading branch information
ameingast committed Jul 30, 2017
1 parent e056cce commit 0b8636f
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.6,
time >= 1.4 && < 1.7
time >= 1.4 && < 1.9

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.6,
time >= 1.4 && < 1.7,
time >= 1.4 && < 1.9,
text >= 1.2 && < 1.3

test-suite tests
Expand Down

1 comment on commit 0b8636f

@tfausak
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thanks!

Please sign in to comment.