Skip to content

Commit

Permalink
Merge pull request #20 from Disco-Dave/master
Browse files Browse the repository at this point in the history
relax version bound for postgresql-simple
  • Loading branch information
andrevdm authored Oct 20, 2023
2 parents 186bb20 + 07285c2 commit 05ed7d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changelog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased
* Switch from deprecated cryptohash dependency to cryptohash-md5
* Relaxed version bounds for postgresql-simple to include 0.7

## 0.2.1.0
* Forked & renamed to postgresql-migration
Expand Down
6 changes: 3 additions & 3 deletions postgresql-migration.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library
, cryptohash-md5 >= 0.11 && < 0.12
, directory >= 1.2 && < 1.4
, filepath >= 1.4.1.0 && < 1.5
, postgresql-simple >= 0.4 && < 0.7
, postgresql-simple >= 0.4 && < 0.8
, time >= 1.4 && < 1.13
, text >= 1.2 && < 2.1

Expand All @@ -75,7 +75,7 @@ executable migrate
hs-source-dirs: app
build-depends: postgresql-migration
, bytestring >= 0.10 && < 0.12
, postgresql-simple >= 0.4 && < 0.7
, postgresql-simple >= 0.4 && < 0.8
, text >= 1.2 && < 2.1

test-suite tests
Expand All @@ -88,5 +88,5 @@ test-suite tests
, Database.PostgreSQL.Simple.TransactionPerStepTest
type: exitcode-stdio-1.0
build-depends: postgresql-migration
, postgresql-simple >= 0.4 && < 0.7
, postgresql-simple >= 0.4 && < 0.8
, hspec >= 2.2 && < 2.12

0 comments on commit 05ed7d7

Please sign in to comment.