File tree Expand file tree Collapse file tree 7 files changed +10
-1
lines changed Expand file tree Collapse file tree 7 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 13
13
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
14
14
{-# LANGUAGE UndecidableInstances #-}
15
15
16
+ {-# OPTIONS_GHC -Wno-orphans #-}
17
+
18
+
16
19
module Nix.Effects where
17
20
18
21
import Prelude hiding ( putStr
Original file line number Diff line number Diff line change 15
15
{-# LANGUAGE TypeFamilies #-}
16
16
{-# LANGUAGE UndecidableInstances #-}
17
17
18
+ {-# OPTIONS_GHC -Wno-orphans #-}
18
19
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
19
20
21
+
20
22
module Nix.Exec where
21
23
22
24
import Prelude hiding ( putStr
Original file line number Diff line number Diff line change 17
17
{-# LANGUAGE TypeFamilies #-}
18
18
{-# LANGUAGE InstanceSigs #-}
19
19
20
-
20
+ {-# OPTIONS_GHC -Wno-orphans #-}
21
21
{-# OPTIONS_GHC -Wno-missing-signatures #-}
22
22
23
23
-- | The Nix expression type and supporting types.
Original file line number Diff line number Diff line change 8
8
{-# LANGUAGE TypeFamilies #-}
9
9
{-# LANGUAGE UndecidableInstances #-}
10
10
11
+ {-# OPTIONS_GHC -Wno-orphans #-}
11
12
12
13
13
14
module Nix.Fresh where
Original file line number Diff line number Diff line change 5
5
{-# LANGUAGE TypeApplications #-}
6
6
{-# LANGUAGE TypeSynonymInstances #-}
7
7
8
+ {-# OPTIONS_GHC -Wno-orphans #-}
8
9
9
10
10
11
module Nix.Fresh.Basic where
Original file line number Diff line number Diff line change 12
12
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
13
13
{-# LANGUAGE UndecidableInstances #-}
14
14
15
+ {-# OPTIONS_GHC -Wno-orphans #-}
15
16
16
17
17
18
module Nix.Standard where
Original file line number Diff line number Diff line change 3
3
{-# LANGUAGE FlexibleContexts #-}
4
4
{-# LANGUAGE ScopedTypeVariables #-}
5
5
6
+ {-# OPTIONS_GHC -Wno-orphans #-}
6
7
7
8
8
9
module Nix.Var where
You can’t perform that action at this time.
0 commit comments