Skip to content

Commit

Permalink
Allow semigroups-0.20, transformers-0.6, transformers-compat-0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Nov 20, 2021
1 parent 4107caa commit 6efbd3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions some.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: some
version: 1.0.3
x-revision: 1
x-revision: 2
stability: provisional
cabal-version: >=1.10
build-type: Simple
Expand Down Expand Up @@ -82,9 +82,9 @@ library

if !impl(ghc >=8.0)
build-depends:
semigroups >=0.18.5 && <0.20
, transformers >=0.3 && <0.6
, transformers-compat >=0.6 && <0.7
semigroups >=0.18.5 && <0.21
, transformers >=0.3 && <0.7
, transformers-compat >=0.6 && <0.8

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

0 comments on commit 6efbd3b

Please sign in to comment.