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

{ cabal, filepath, temporary, time, transformers }:

cabal.mkDerivation (self: {
  pname = "shellmate";
  version = "0.1.6";
  sha256 = "17fpl0h58cw5hp6jzrajkl629mw2c6x15cmlcbdxqk9xlxqrg4hr";
  buildDepends = [ filepath temporary time transformers ];
  meta = {
    homepage = "http://github.com/valderman/shellmate";
    description = "Simple interface for shell scripting in Haskell";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
  };
})