Skip to content

Commit f258d00

Browse files
Anton-Latukhajwiegley
authored andcommitted
Exec: LANGUAGE: rm {DeriveFunctor,GeneralizedNewtypeDeriving,ViewPatterns}
1 parent 61dfbca commit f258d00

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Nix/Exec.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
{-# LANGUAGE ApplicativeDo #-}
33
{-# LANGUAGE CPP #-}
44
{-# LANGUAGE ConstraintKinds #-}
5-
{-# LANGUAGE DeriveFunctor #-}
65
{-# LANGUAGE FlexibleContexts #-}
76
{-# LANGUAGE FlexibleInstances #-}
8-
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
97
{-# LANGUAGE LambdaCase #-}
108
{-# LANGUAGE MultiParamTypeClasses #-}
119
{-# LANGUAGE MultiWayIf #-}
@@ -18,7 +16,6 @@
1816
{-# LANGUAGE TypeFamilies #-}
1917
{-# LANGUAGE TypeSynonymInstances #-}
2018
{-# LANGUAGE UndecidableInstances #-}
21-
{-# LANGUAGE ViewPatterns #-}
2219

2320
{-# OPTIONS_GHC -Wno-missing-signatures #-}
2421
{-# OPTIONS_GHC -Wno-orphans #-}

0 commit comments

Comments
 (0)