Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 2bf603c

Browse files
committed
Nix: fix the duplicate
1 parent 4448a88 commit 2bf603c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nix/.stack.nix/default.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"micro-recursion-schemes" = (((hackage.micro-recursion-schemes)."5.0.2.2").revisions).default;
2727
"streaming-binary" = (((hackage.streaming-binary)."0.3.0.1").revisions).default;
2828
"cborg" = (((hackage.cborg)."0.2.2.0").revisions).default;
29-
"canonical-json" = (((hackage.canonical-json)."0.6.0.0").revisions).default;
3029
"graphviz" = (((hackage.graphviz)."2999.20.0.3").revisions)."cde383c356bc41136ed53cd27e0800f46dbd2185600dd0de18d66d5c49739d94";
3130
"quickcheck-state-machine" = (((hackage.quickcheck-state-machine)."0.6.0").revisions)."3e4f8df0f6b5d415e3c8840dc75034a63e37f56f5f8cfa1035ded16345235ac4";
3231
cardano-byron-proxy = ./cardano-byron-proxy.nix;
@@ -96,4 +95,4 @@
9695
}
9796
];
9897
compiler = "ghc-8.6.5";
99-
}
98+
}

0 commit comments

Comments
 (0)