File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 22{-# LANGUAGE FlexibleContexts #-}
33{-# LANGUAGE FunctionalDependencies #-}
44{-# LANGUAGE TypeFamilies #-}
5- {-# LANGUAGE UndecidableInstances #-}
65
76module Nix.Thunk where
87
Original file line number Diff line number Diff line change 1919{-# LANGUAGE TypeApplications #-}
2020{-# LANGUAGE TypeFamilies #-}
2121{-# LANGUAGE TypeOperators #-}
22- {-# LANGUAGE UndecidableInstances #-}
2322{-# LANGUAGE ViewPatterns #-}
2423
2524{-# OPTIONS_GHC -Wno-orphans #-}
Original file line number Diff line number Diff line change 33{-# LANGUAGE QuasiQuotes #-}
44{-# LANGUAGE ScopedTypeVariables #-}
55{-# LANGUAGE TemplateHaskell #-}
6- {-# LANGUAGE UndecidableInstances #-}
76
87{-# OPTIONS_GHC -Wno-missing-signatures -Wno-orphans #-}
98
Original file line number Diff line number Diff line change 55{-# LANGUAGE MonoLocalBinds #-}
66{-# LANGUAGE NoMonomorphismRestriction #-}
77{-# LANGUAGE OverloadedStrings #-}
8- {-# LANGUAGE UndecidableInstances #-}
98
109{-# OPTIONS -Wno-orphans#-}
1110
You can’t perform that action at this time.
0 commit comments