Skip to content

Commit 6efbd3b

Browse files
committed
Allow semigroups-0.20, transformers-0.6, transformers-compat-0.7
1 parent 4107caa commit 6efbd3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

some.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: some
22
version: 1.0.3
3-
x-revision: 1
3+
x-revision: 2
44
stability: provisional
55
cabal-version: >=1.10
66
build-type: Simple
@@ -82,9 +82,9 @@ library
8282

8383
if !impl(ghc >=8.0)
8484
build-depends:
85-
semigroups >=0.18.5 && <0.20
86-
, transformers >=0.3 && <0.6
87-
, transformers-compat >=0.6 && <0.7
85+
semigroups >=0.18.5 && <0.21
86+
, transformers >=0.3 && <0.7
87+
, transformers-compat >=0.6 && <0.8
8888

8989
if impl(ghc >=9.0)
9090
-- these flags may abort compilation with GHC-8.10

0 commit comments

Comments
 (0)