We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda464a commit 63b4496Copy full SHA for 63b4496
src/Nix/Standard.hs
@@ -7,15 +7,12 @@
7
{-# LANGUAGE FlexibleContexts #-}
8
{-# LANGUAGE FlexibleInstances #-}
9
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
10
-{-# LANGUAGE LambdaCase #-}
11
{-# LANGUAGE MultiParamTypeClasses #-}
12
{-# LANGUAGE ScopedTypeVariables #-}
13
{-# LANGUAGE StandaloneDeriving #-}
14
-{-# LANGUAGE TupleSections #-}
15
{-# LANGUAGE TypeApplications #-}
16
{-# LANGUAGE TypeFamilies #-}
17
{-# LANGUAGE UndecidableInstances #-}
18
-{-# LANGUAGE ViewPatterns #-}
19
20
{-# OPTIONS_GHC -Wno-orphans #-}
21
0 commit comments