mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
haskell-directory-layout: disable test suite to fix https://github.com/supki/directory-layout/issues/9
This commit is contained in:
parent
49c7b7040b
commit
baa186c020
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
||||
commandQq doctest filepath free hspec lens semigroups temporary
|
||||
text transformers unorderedContainers
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Directory layout DSL";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user