Remove unnecessary language extensions

Attempting to abide by the Principle of Least Power. Also: the smaller the
headers in each module are, the happier I am.
This commit is contained in:
William Carroll 2020-07-27 11:35:10 +01:00
parent df13b761ff
commit 974c63a679
3 changed files with 0 additions and 12 deletions

View file

@ -1,10 +1,5 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
--------------------------------------------------------------------------------
module App where
--------------------------------------------------------------------------------