Skip to content

Commit 21a48fe

Browse files
committed
prune language UndecidableInstances
This are files that can drop it.
1 parent eb709cc commit 21a48fe

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Nix/Thunk.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{-# LANGUAGE FlexibleContexts #-}
33
{-# LANGUAGE FunctionalDependencies #-}
44
{-# LANGUAGE TypeFamilies #-}
5-
{-# LANGUAGE UndecidableInstances #-}
65

76
module Nix.Thunk where
87

src/Nix/Value/Equal.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
{-# LANGUAGE TypeApplications #-}
2020
{-# LANGUAGE TypeFamilies #-}
2121
{-# LANGUAGE TypeOperators #-}
22-
{-# LANGUAGE UndecidableInstances #-}
2322
{-# LANGUAGE ViewPatterns #-}
2423

2524
{-# OPTIONS_GHC -Wno-orphans #-}

tests/EvalTests.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{-# LANGUAGE QuasiQuotes #-}
44
{-# LANGUAGE ScopedTypeVariables #-}
55
{-# LANGUAGE TemplateHaskell #-}
6-
{-# LANGUAGE UndecidableInstances #-}
76

87
{-# OPTIONS_GHC -Wno-missing-signatures -Wno-orphans #-}
98

tests/PrettyParseTests.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
{-# LANGUAGE MonoLocalBinds #-}
66
{-# LANGUAGE NoMonomorphismRestriction #-}
77
{-# LANGUAGE OverloadedStrings #-}
8-
{-# LANGUAGE UndecidableInstances #-}
98

109
{-# OPTIONS -Wno-orphans#-}
1110

0 commit comments

Comments
 (0)