2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-15 09:24:55 +01:00
|
|
|
{ cabal, ansiTerminal, options, patience, random, text
|
|
|
|
, transformers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "chell";
|
2014-05-21 16:19:38 +02:00
|
|
|
version = "0.4";
|
|
|
|
sha256 = "1hynr7n7wxgc3z6zrc3xrfpiqlh4zfb3kagwwfhqmcamv9d4x0ng";
|
2014-03-15 09:24:55 +01:00
|
|
|
buildDepends = [
|
|
|
|
ansiTerminal options patience random text transformers
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://john-millikin.com/software/chell/";
|
|
|
|
description = "A simple and intuitive library for automated testing";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|