mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
haskell-wordexp: add 0.2.0.0
This commit is contained in:
parent
ecd11ef225
commit
14f417ce9b
16
pkgs/development/libraries/haskell/wordexp/default.nix
Normal file
16
pkgs/development/libraries/haskell/wordexp/default.nix
Normal file
@ -0,0 +1,16 @@
|
||||
# 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;
|
||||
};
|
||||
})
|
@ -2753,6 +2753,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
word8 = callPackage ../development/libraries/haskell/word8 {};
|
||||
|
||||
wordexp = callPackage ../development/libraries/haskell/wordexp {};
|
||||
|
||||
Workflow = callPackage ../development/libraries/haskell/Workflow {};
|
||||
|
||||
wreq = callPackage ../development/libraries/haskell/wreq {};
|
||||
|
Loading…
Reference in New Issue
Block a user