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 #15 from expipiplus1/bounds
Browse files Browse the repository at this point in the history
Loosen upper bound on directory
  • Loading branch information
ameingast authored Jan 25, 2017
2 parents 442ff21 + 7bd8d5f commit f249619
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 @@ -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

0 comments on commit f249619

Please sign in to comment.