Skip to content

Commit 2dfd48e

Browse files
committed
Fix LIFTA2_IN_PRELUDE threshold: liftA2 added to Prelude in base 4.18
liftA2 was added to Prelude in base 4.18 (GHC 9.6), not base 4.13. Co-authored-by: Simon Jakobi <simon.jakobi@gmail.com> Assisted-by: Claude (accounts/fireworks/models/glm-5[1m])
1 parent df2d395 commit 2dfd48e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/version-compatibility-macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define FOLDABLE_TRAVERSABLE_IN_PRELUDE !defined(__MHS__)
1212

13-
#define LIFTA2_IN_PRELUDE MIN_VERSION_base(4,13,0)
13+
#define LIFTA2_IN_PRELUDE MIN_VERSION_base(4,18,0)
1414

1515
#define SEMIGROUP_MONOID_SUPERCLASS MIN_VERSION_base(4,11,0)
1616

0 commit comments

Comments
 (0)