Add plugins haskell package
This commit is contained in:
parent
a80a701101
commit
430bf4719e
16
pkgs/development/libraries/haskell/plugins/default.nix
Normal file
16
pkgs/development/libraries/haskell/plugins/default.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, Cabal, filepath, ghcPaths, haskellSrc, random }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "plugins";
|
||||||
|
version = "1.5.4.0";
|
||||||
|
sha256 = "126lp2bbz9aa3pfi5dmbbzgsancdj1m26k7man96avixb21mzbi8";
|
||||||
|
buildDepends = [ Cabal filepath ghcPaths haskellSrc random ];
|
||||||
|
meta = {
|
||||||
|
homepage = "http://hub.darcs.net/stepcut/plugins";
|
||||||
|
description = "Dynamic linking for Haskell and C objects";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -1811,6 +1811,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
placeholders = callPackage ../development/libraries/haskell/placeholders {};
|
placeholders = callPackage ../development/libraries/haskell/placeholders {};
|
||||||
|
|
||||||
|
plugins= callPackage ../development/libraries/haskell/plugins {};
|
||||||
|
|
||||||
polyparse = callPackage ../development/libraries/haskell/polyparse {};
|
polyparse = callPackage ../development/libraries/haskell/polyparse {};
|
||||||
|
|
||||||
pointed = callPackage ../development/libraries/haskell/pointed {};
|
pointed = callPackage ../development/libraries/haskell/pointed {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user