Skip to content

Commit c30b164

Browse files
committed
treewide: clean-up ApplicativeDo after it enabled by default
1 parent f2f8fb3 commit c30b164

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

src/Nix/Effects/Basic.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE ApplicativeDo #-}
21
{-# LANGUAGE CPP #-}
32
{-# LANGUAGE FlexibleContexts #-}
43
{-# LANGUAGE LambdaCase #-}

src/Nix/Exec.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE AllowAmbiguousTypes #-}
2-
{-# LANGUAGE ApplicativeDo #-}
32
{-# LANGUAGE CPP #-}
43
{-# LANGUAGE ConstraintKinds #-}
54
{-# LANGUAGE FlexibleContexts #-}
@@ -14,7 +13,6 @@
1413
{-# LANGUAGE TypeApplications #-}
1514
{-# LANGUAGE TypeFamilies #-}
1615
{-# LANGUAGE UndecidableInstances #-}
17-
{-# LANGUAGE ApplicativeDo #-}
1816

1917
{-# OPTIONS_GHC -Wno-orphans #-}
2018
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}

src/Nix/Lint.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
{-# LANGUAGE TypeFamilies #-}
1414
{-# LANGUAGE UndecidableInstances #-}
1515
{-# LANGUAGE InstanceSigs #-}
16-
{-# LANGUAGE ApplicativeDo #-}
1716

1817
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
1918
{-# OPTIONS_GHC -Wno-missing-methods #-}

src/Nix/Parser.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{-# LANGUAGE DeriveGeneric #-}
55
{-# LANGUAGE LambdaCase #-}
66
{-# LANGUAGE OverloadedStrings #-}
7-
{-# LANGUAGE ApplicativeDo #-}
87

98
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
109
{-# OPTIONS_GHC -Wno-missing-signatures #-}

src/Nix/Reduce.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{-# LANGUAGE CPP #-}
22
{-# LANGUAGE AllowAmbiguousTypes #-}
3-
{-# LANGUAGE ApplicativeDo #-}
43
{-# LANGUAGE ConstraintKinds #-}
54
{-# LANGUAGE DeriveTraversable #-}
65
{-# LANGUAGE FlexibleContexts #-}

src/Nix/Thunk/Basic.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
{-# LANGUAGE TupleSections #-}
99
{-# LANGUAGE UndecidableInstances #-}
1010
{-# LANGUAGE InstanceSigs #-}
11-
{-# LANGUAGE ApplicativeDo #-}
1211

1312

1413

0 commit comments

Comments
 (0)