haskellPackages.Unixutils: New expression
This commit is contained in:
parent
66e750190f
commit
f5fa89f198
14
pkgs/development/libraries/haskell/Unixutils/default.nix
Normal file
14
pkgs/development/libraries/haskell/Unixutils/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ cabal, filepath, pureMD5, regexTdfa, zlib }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Unixutils";
|
||||
version = "1.52";
|
||||
sha256 = "1gp04mc6irycwazykl9kpyhkkryn3hbnpn08ih6cjbsm3p8yi8b4";
|
||||
buildDepends = [ filepath pureMD5 regexTdfa zlib ];
|
||||
meta = {
|
||||
homepage = "http://src.seereason.com/haskell-unixutils";
|
||||
description = "A crude interface between Haskell and Unix-like operating systems";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -2607,6 +2607,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
unixTime = callPackage ../development/libraries/haskell/unix-time {};
|
||||
|
||||
Unixutils = callPackage ../development/libraries/haskell/Unixutils {};
|
||||
|
||||
unlambda = callPackage ../development/libraries/haskell/unlambda {};
|
||||
|
||||
unorderedContainers_0_2_3_0 = callPackage ../development/libraries/haskell/unordered-containers/0.2.3.0.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user