Skip to content

Commit 2d05a90

Browse files
committed
Allow building with base-compat-batteries-0.15.*
1 parent 496f187 commit 2d05a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text-show.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ library
152152
TextShow.Utils
153153
build-depends: array >= 0.3 && < 0.6
154154
, base >= 4.9 && < 4.23
155-
, base-compat-batteries >= 0.11 && < 0.15
155+
, base-compat-batteries >= 0.11 && < 0.16
156156
, bifunctors >= 5.1 && < 6
157157
, bytestring >= 0.10.8.1 && < 0.13
158158
, containers >= 0.1 && < 0.9
@@ -302,7 +302,7 @@ test-suite spec
302302
TextShow.TH.Names
303303
build-depends: array >= 0.3 && < 0.6
304304
, base >= 4.9 && < 4.23
305-
, base-compat-batteries >= 0.11 && < 0.15
305+
, base-compat-batteries >= 0.11 && < 0.16
306306
, base-orphans >= 0.8.5 && < 0.10
307307
, bytestring >= 0.10.8.1 && < 0.13
308308
, deriving-compat >= 0.6.5 && < 1

0 commit comments

Comments
 (0)