mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
haskell-doctest: re-generate expression with recent version of cabal2nix
This commit is contained in:
parent
83bd0eec47
commit
8cc8359351
@ -13,8 +13,8 @@ cabal.mkDerivation (self: {
|
||||
baseCompat deepseq filepath ghcPaths hspec HUnit QuickCheck setenv
|
||||
silently stringbuilder syb transformers
|
||||
];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/sol/doctest-haskell#readme";
|
||||
description = "Test interactive Haskell examples";
|
||||
|
Loading…
Reference in New Issue
Block a user