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

Commit e054b56

Browse files
authored
Merge pull request #18 from tfausak/patch-1
Allow hspec 2.4
2 parents 6ce902d + 7105254 commit e054b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql-simple-migration.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ test-suite tests
7070
build-depends: base >= 4.6 && < 5.0,
7171
bytestring >= 0.10 && < 0.11,
7272
postgresql-simple >= 0.4 && < 0.6,
73-
hspec >= 2.2 && < 2.4,
73+
hspec >= 2.2 && < 2.5,
7474
postgresql-simple-migration >= 0.1 && < 0.2

0 commit comments

Comments
 (0)