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 1313{-# LANGUAGE GeneralizedNewtypeDeriving #-}
1414{-# LANGUAGE UndecidableInstances #-}
1515
16+ {-# OPTIONS_GHC -Wno-orphans #-}
17+
18+
1619module Nix.Effects where
1720
1821import Prelude hiding ( putStr
Original file line number Diff line number Diff line change 1515{-# LANGUAGE TypeFamilies #-}
1616{-# LANGUAGE UndecidableInstances #-}
1717
18+ {-# OPTIONS_GHC -Wno-orphans #-}
1819{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
1920
21+
2022module Nix.Exec where
2123
2224import Prelude hiding ( putStr
Original file line number Diff line number Diff line change 1717{-# LANGUAGE TypeFamilies #-}
1818{-# LANGUAGE InstanceSigs #-}
1919
20-
20+ {-# OPTIONS_GHC -Wno-orphans #-}
2121{-# OPTIONS_GHC -Wno-missing-signatures #-}
2222
2323-- | The Nix expression type and supporting types.
Original file line number Diff line number Diff line change 88{-# LANGUAGE TypeFamilies #-}
99{-# LANGUAGE UndecidableInstances #-}
1010
11+ {-# OPTIONS_GHC -Wno-orphans #-}
1112
1213
1314module Nix.Fresh where
Original file line number Diff line number Diff line change 55{-# LANGUAGE TypeApplications #-}
66{-# LANGUAGE TypeSynonymInstances #-}
77
8+ {-# OPTIONS_GHC -Wno-orphans #-}
89
910
1011module Nix.Fresh.Basic where
Original file line number Diff line number Diff line change 1212{-# LANGUAGE GeneralizedNewtypeDeriving #-}
1313{-# LANGUAGE UndecidableInstances #-}
1414
15+ {-# OPTIONS_GHC -Wno-orphans #-}
1516
1617
1718module Nix.Standard where
Original file line number Diff line number Diff line change 33{-# LANGUAGE FlexibleContexts #-}
44{-# LANGUAGE ScopedTypeVariables #-}
55
6+ {-# OPTIONS_GHC -Wno-orphans #-}
67
78
89module Nix.Var where
You can’t perform that action at this time.
0 commit comments