shithub: MicroHs

Download patch

ref: 3315eb67d566ea09448c4c42004f2667de019c19
parent: bd538d9a7afcafff8827fec7f7f371de565ad5f3
author: Lennart Augustsson <lennart@augustsson.net>
date: Mon Sep 16 17:34:00 EDT 2024

Adjust extensions.

--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,7 @@
 GHCINCS= -ighc -isrc -ipaths
 GHCWARNS= -Wall -Wno-unrecognised-warning-flags -Wno-x-partial -Wno-deprecations
 GHCOPTS= -O
-GHCEXTS= -DNOTCABAL -XScopedTypeVariables -XPatternGuards -XTupleSections -XTypeSynonymInstances -XFlexibleInstances -XOverloadedRecordDot -XDisambiguateRecordFields -XOverloadedStrings
-# -XOverloadedRecordUpdate
+GHCEXTS= -DNOTCABAL -XScopedTypeVariables -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XBangPatterns
 GHCPKGS= -package mtl -package pretty -package haskeline -package process -package time -package ghc-prim -package containers -package deepseq -package directory -package text
 GHCTOOL= # -F -pgmF Tools/convertX.sh
 GHCOUTDIR= ghc-out
--