From 60bcb2f43a6c5fbe0cb04a4ee0f048728cb51829 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Tue, 3 Oct 2023 12:52:25 -0500 Subject: Add DataKinds Fix a compile error due to missing DataKinds. --- whoishiring.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'whoishiring.hs') diff --git a/whoishiring.hs b/whoishiring.hs index 8cc0070..5c149f3 100755 --- a/whoishiring.hs +++ b/whoishiring.hs @@ -9,6 +9,7 @@ --package servant-client --package turtle -} +{-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveAnyClass #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DuplicateRecordFields #-} -- cgit v1.2.3