summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hsshellscript/default.nix
blob: 221d3079d2be97ba445c95c85da33290949fd643 (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, c2hs, parsec, random }:

cabal.mkDerivation (self: {
  pname = "hsshellscript";
  version = "3.3.2";
  sha256 = "0rc78yx82gy7a3dxl1mn9hrj1cqhq51zq6w4nf11rzgn6106zdln";
  buildDepends = [ parsec random ];
  buildTools = [ c2hs ];
  meta = {
    homepage = "http://www.volker-wysk.de/hsshellscript/";
    description = "Haskell for Unix shell scripting tasks";
    license = "LGPL";
    platforms = self.ghc.meta.platforms;
  };
})