Skip to content

Commit 63b4496

Browse files
Anton-Latukhajwiegley
authored andcommitted
Standard: LANGUAGE: rm {LambdaCase,TupleSections,ViewPatterns}
1 parent dda464a commit 63b4496

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Nix/Standard.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@
77
{-# LANGUAGE FlexibleContexts #-}
88
{-# LANGUAGE FlexibleInstances #-}
99
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
10-
{-# LANGUAGE LambdaCase #-}
1110
{-# LANGUAGE MultiParamTypeClasses #-}
1211
{-# LANGUAGE ScopedTypeVariables #-}
1312
{-# LANGUAGE StandaloneDeriving #-}
14-
{-# LANGUAGE TupleSections #-}
1513
{-# LANGUAGE TypeApplications #-}
1614
{-# LANGUAGE TypeFamilies #-}
1715
{-# LANGUAGE UndecidableInstances #-}
18-
{-# LANGUAGE ViewPatterns #-}
1916

2017
{-# OPTIONS_GHC -Wno-orphans #-}
2118

0 commit comments

Comments
 (0)