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 61dfbca commit f258d00Copy full SHA for f258d00
src/Nix/Exec.hs
@@ -2,10 +2,8 @@
2
{-# LANGUAGE ApplicativeDo #-}
3
{-# LANGUAGE CPP #-}
4
{-# LANGUAGE ConstraintKinds #-}
5
-{-# LANGUAGE DeriveFunctor #-}
6
{-# LANGUAGE FlexibleContexts #-}
7
{-# LANGUAGE FlexibleInstances #-}
8
-{-# LANGUAGE GeneralizedNewtypeDeriving #-}
9
{-# LANGUAGE LambdaCase #-}
10
{-# LANGUAGE MultiParamTypeClasses #-}
11
{-# LANGUAGE MultiWayIf #-}
@@ -18,7 +16,6 @@
18
16
{-# LANGUAGE TypeFamilies #-}
19
17
{-# LANGUAGE TypeSynonymInstances #-}
20
{-# LANGUAGE UndecidableInstances #-}
21
-{-# LANGUAGE ViewPatterns #-}
22
23
{-# OPTIONS_GHC -Wno-missing-signatures #-}
24
{-# OPTIONS_GHC -Wno-orphans #-}
0 commit comments