From 58f5b808c151a801ab5fca2c84a71d3bfddce57d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 17 Apr 2024 01:55:56 +0200 Subject: general housekeeping jumps to GHC2021 as default language, adds in some fields, moves the old org mode glossary to markdown, etc. --- lib/API.hs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'lib/API.hs') diff --git a/lib/API.hs b/lib/API.hs index b0e12f6..b18ebdd 100644 --- a/lib/API.hs +++ b/lib/API.hs @@ -1,10 +1,6 @@ -{-# LANGUAGE DataKinds #-} -{-# LANGUAGE DeriveGeneric #-} -{-# LANGUAGE FlexibleInstances #-} -{-# LANGUAGE MultiParamTypeClasses #-} -{-# LANGUAGE TypeApplications #-} -{-# LANGUAGE TypeOperators #-} -{-# LANGUAGE UndecidableInstances #-} +{-# LANGUAGE DataKinds #-} +{-# LANGUAGE ExplicitNamespaces #-} +{-# LANGUAGE UndecidableInstances #-} -- | The sole authorative definition of this server's API, given as a Servant-style -- Haskell type. All other descriptions of the API are generated from this one. -- cgit v1.2.3