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 63b4496 commit 4758c01Copy full SHA for 4758c01
src/Nix/Thunk/Basic.hs
@@ -4,11 +4,9 @@
4
{-# LANGUAGE DeriveTraversable #-}
5
{-# LANGUAGE FlexibleContexts #-}
6
{-# LANGUAGE FlexibleInstances #-}
7
-{-# LANGUAGE LambdaCase #-}
8
{-# LANGUAGE MultiParamTypeClasses #-}
9
{-# LANGUAGE ScopedTypeVariables #-}
10
{-# LANGUAGE TupleSections #-}
11
-{-# LANGUAGE TypeApplications #-}
12
{-# LANGUAGE UndecidableInstances #-}
13
14
{-# OPTIONS_GHC -Wno-orphans #-}
0 commit comments