haskell-hcltest: new expression
This commit is contained in:
parent
b49de7164e
commit
e61e23b6c7
22
pkgs/development/libraries/haskell/hcltest/default.nix
Normal file
22
pkgs/development/libraries/haskell/hcltest/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ cabal, dlist, doctest, either, filepath, free, lens, mmorph
|
||||
, monadControl, mtl, optparseApplicative, randomShuffle, split, stm
|
||||
, tagged, tasty, temporary, text, transformers, transformersBase
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hcltest";
|
||||
version = "0.3.1";
|
||||
sha256 = "0qnf6ib01njcbjfbwxff8y4sqmrj6nyy9y9hb0l0kw21cxsgl7c9";
|
||||
buildDepends = [
|
||||
dlist either filepath free lens mmorph monadControl mtl
|
||||
optparseApplicative randomShuffle split stm tagged tasty temporary
|
||||
text transformers transformersBase
|
||||
];
|
||||
testDepends = [ doctest filepath ];
|
||||
meta = {
|
||||
homepage = "http://github.com/bennofs/hcltest/";
|
||||
description = "A testing library for command line applications";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1365,6 +1365,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
hastache = callPackage ../development/libraries/haskell/hastache {};
|
||||
|
||||
hcltest = callPackage ../development/libraries/haskell/hcltest {};
|
||||
|
||||
heredoc = callPackage ../development/libraries/haskell/heredoc {};
|
||||
|
||||
hexpat = callPackage ../development/libraries/haskell/hexpat {};
|
||||
|
Loading…
Reference in New Issue
Block a user