summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/chell/default.nix
blob: 2b6c4e61bf9f5108e52551962c9e66b743f082a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, ansiTerminal, options, patience, random, text
, transformers
}:

cabal.mkDerivation (self: {
  pname = "chell";
  version = "0.4";
  sha256 = "1hynr7n7wxgc3z6zrc3xrfpiqlh4zfb3kagwwfhqmcamv9d4x0ng";
  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;
  };
})