Thunk: Basic: LANGUAGE: rm {LambdaCase,TypeApplications}

This commit is contained in:
Anton-Latukha 2019-08-04 14:39:32 +03:00 committed by John Wiegley
parent 63b4496621
commit 4758c014e5

View file

@ -4,11 +4,9 @@
{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -Wno-orphans #-}