Add haskell-directory-layout 0.7.4
This commit is contained in:
parent
6ea21ad737
commit
e81977172a
2 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
# 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
|
||||
})
|
|
@ -670,6 +670,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
directSqlite = callPackage ../development/libraries/haskell/direct-sqlite {};
|
||||
|
||||
directoryLayout = callPackage ../development/libraries/haskell/directory-layout {};
|
||||
|
||||
directoryTree = callPackage ../development/libraries/haskell/directory-tree {};
|
||||
|
||||
distributedStatic = callPackage ../development/libraries/haskell/distributed-static {};
|
||||
|
|
Loading…
Reference in a new issue