17 lines
448 B
Nix
17 lines
448 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, c2hs, semigroups }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "wordexp";
|
|
version = "0.2.0.0";
|
|
sha256 = "1hfpvzbyyh47ai166xyrhmhvg2shrqcswsfalwa16wab6hcg32ki";
|
|
buildDepends = [ semigroups ];
|
|
buildTools = [ c2hs ];
|
|
meta = {
|
|
description = "wordexp(3) wrappers";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|