Skip to content

Commit 5cdee64

Browse files
committed
bounds for GHC 9.8.2
1 parent 05ed7d7 commit 5cdee64

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

postgresql-migration.cabal

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ common common-options
4242
-Wpartial-fields
4343
-fhide-source-paths
4444
-freverse-errors
45-
45+
4646
if impl(ghc >= 8.8.1)
4747
ghc-options: -fwrite-ide-info -hiedir=.hie
4848

@@ -57,14 +57,15 @@ library
5757
other-modules: Paths_postgresql_migration
5858
autogen-modules: Paths_postgresql_migration
5959
hs-source-dirs: src
60-
build-depends: base64-bytestring >= 1.0 && < 1.3
61-
, bytestring >= 0.10 && < 0.12
60+
build-depends: base >= 4.9 && < 5.0
61+
, base64-bytestring >= 1.0 && < 1.3
62+
, bytestring >= 0.10 && < 0.13
6263
, cryptohash-md5 >= 0.11 && < 0.12
6364
, directory >= 1.2 && < 1.4
64-
, filepath >= 1.4.1.0 && < 1.5
65+
, filepath >= 1.4.1.0 && < 1.6
6566
, postgresql-simple >= 0.4 && < 0.8
6667
, time >= 1.4 && < 1.13
67-
, text >= 1.2 && < 2.1
68+
, text >= 1.2 && < 2.2
6869

6970
executable migrate
7071
import: common-options
@@ -74,9 +75,10 @@ executable migrate
7475
autogen-modules: Paths_postgresql_migration
7576
hs-source-dirs: app
7677
build-depends: postgresql-migration
77-
, bytestring >= 0.10 && < 0.12
78+
, base >= 4.9 && < 5.0
79+
, bytestring >= 0.10 && < 0.13
7880
, postgresql-simple >= 0.4 && < 0.8
79-
, text >= 1.2 && < 2.1
81+
, text >= 1.2 && < 2.2
8082

8183
test-suite tests
8284
import: common-options
@@ -88,5 +90,7 @@ test-suite tests
8890
, Database.PostgreSQL.Simple.TransactionPerStepTest
8991
type: exitcode-stdio-1.0
9092
build-depends: postgresql-migration
93+
, base >= 4.9 && < 5.0
9194
, postgresql-simple >= 0.4 && < 0.8
9295
, hspec >= 2.2 && < 2.12
96+
, bytestring >= 0.10 && < 0.13

0 commit comments

Comments
 (0)