Skip to content

Commit 1da8c79

Browse files
committed
tests: remove unused tuple instance
1 parent 6f81ea8 commit 1da8c79

File tree

1 file changed

+0
-4
lines changed
  • Cabal-tree-diff/src/Data/TreeDiff/Instances

1 file changed

+0
-4
lines changed

Cabal-tree-diff/src/Data/TreeDiff/Instances/Cabal.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ instance ToExpr (SymbolicPathX allowAbs from to)
5656

5757
instance ToExpr a => ToExpr (InstallDirs a)
5858

59-
-- For gpd and its accessors
60-
-- Upstream only supports up to quintuples
61-
instance (ToExpr a, ToExpr b, ToExpr c, ToExpr d, ToExpr e, ToExpr f, ToExpr g) => ToExpr (a, b, c, d, e, f, g)
62-
6359
instance ToExpr AbiDependency
6460
instance ToExpr AbiHash
6561
instance ToExpr Arch

0 commit comments

Comments
 (0)