Skip to content

Commit 27dd7eb

Browse files
committed
cabal: Release base constraint
1 parent c2d531c commit 27dd7eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ema-examples/ema-examples.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ library
6868
build-depends:
6969
, aeson
7070
, async
71-
, base >=4.13.0.0 && <4.19
71+
, base >=4.13.0.0 && <4.99
7272
, blaze-html
7373
, blaze-markup
7474
, constraints-extras

ema-generics/ema-generics.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ library
6666
-- LANGUAGE extensions used by modules in this package.
6767
-- other-extensions:
6868
build-depends:
69-
, base >=4.13.0.0 && <4.19
69+
, base >=4.13.0.0 && <4.99
7070
, ema
7171
, generic-optics
7272
, generics-sop

0 commit comments

Comments
 (0)