26 lines
821 B
Nix
26 lines
821 B
Nix
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||
|
|
||
|
{ cabal, commandQq, doctest, filepath, free, hspec, lens
|
||
|
, semigroups, temporary, text, transformers, unorderedContainers
|
||
|
}:
|
||
|
|
||
|
cabal.mkDerivation (self: {
|
||
|
pname = "directory-layout";
|
||
|
version = "0.7.4";
|
||
|
sha256 = "1nrbv9mzl817d6c494sxd4jg15winpp9624n84av9vdxb8x1n14d";
|
||
|
buildDepends = [
|
||
|
commandQq filepath free hspec lens semigroups text transformers
|
||
|
unorderedContainers
|
||
|
];
|
||
|
testDepends = [
|
||
|
commandQq doctest filepath free hspec lens semigroups temporary
|
||
|
text transformers unorderedContainers
|
||
|
];
|
||
|
meta = {
|
||
|
description = "Directory layout DSL";
|
||
|
license = self.stdenv.lib.licenses.bsd3;
|
||
|
platforms = self.ghc.meta.platforms;
|
||
|
};
|
||
|
doCheck = false; # issue https://github.com/supki/directory-layout/issues/8
|
||
|
})
|