darcs: fix build

Changed files
+3 -6
pkgs
+3
pkgs/development/haskell-modules/configuration-common.nix
···
# https://github.com/sol/hpack/issues/366
hpack = dontCheck super.hpack;
+
# QuickCheck >=2.3 && <2.13, hspec >=2.1 && <2.7
+
graphviz = dontCheck super.graphviz;
+
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
-2
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
···
- Dao
- dao
- dapi
-
- darcs
- darcs-benchmark
- darcs-beta
- darcs-buildpackage
···
- graphql
- graphql-api
- graphtype
-
- graphviz
- graql
- grasp
- gray-code
-4
pkgs/development/haskell-modules/hackage-packages.nix
···
'';
description = "a distributed, interactive, smart revision control system";
license = stdenv.lib.licenses.gpl2;
-
hydraPlatforms = stdenv.lib.platforms.none;
-
broken = true;
}) {inherit (pkgs) curl;};
"darcs-benchmark" = callPackage
···
benchmarkHaskellDepends = [ base criterion deepseq text ];
description = "Bindings to Graphviz for graph visualisation";
license = stdenv.lib.licenses.bsd3;
-
hydraPlatforms = stdenv.lib.platforms.none;
-
broken = true;
}) {inherit (pkgs) graphviz;};
"graql" = callPackage