Var: LANGUAGE: rm Derive{Foldable,Functor,Traversable}

This commit is contained in:
Anton-Latukha 2019-08-04 14:32:42 +03:00 committed by John Wiegley
parent f258d00796
commit 34af384870

View file

@ -1,8 +1,5 @@
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE DeriveFoldable #-}
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE ScopedTypeVariables #-}