switch to GHC2024

This commit is contained in:
rhiannon morris 2024-07-07 20:04:38 +02:00
parent 5031058bde
commit d06f749b8c
5 changed files with 8 additions and 24 deletions

View file

@ -1,4 +1,4 @@
{-# LANGUAGE CPP, ImplicitParams, TypeApplications #-}
{-# LANGUAGE CPP, ImplicitParams #-}
module Main (main) where
import Control.Monad