Skip to content

Commit def8572

Browse files
committed
default.nix: rm data-fix override
1 parent ee24f93 commit def8572

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

default.nix

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -223,20 +223,6 @@ let
223223
root = packageRoot;
224224

225225
overrides = self: super: {
226-
# 2020-07-23 hnix uses multiple functions that are unavailable in
227-
# data-fix < 0.3.
228-
data-fix = haskellPackages.callPackage
229-
({ mkDerivation, base, deepseq, hashable, stdenv }:
230-
mkDerivation {
231-
pname = "data-fix";
232-
version = "0.3.0";
233-
sha256 = "9e59b3ed694b5139316093b3767842e60ad4821858459e7cd763e5773dfa99a0";
234-
libraryHaskellDepends = [ base deepseq hashable ];
235-
homepage = "https://github.com/spell-music/data-fix";
236-
description = "Fixpoint data types";
237-
license = stdenv.lib.licenses.bsd3;
238-
}) {};
239-
240226
# 2020-08-04 hnix uses custom LayoutOptions and therefore is
241227
# likely to be affected by the change in the ribbon width
242228
# calculation in prettyprinter-1.7.0.

0 commit comments

Comments
 (0)