Add plugins haskell package

This commit is contained in:
Shea Levy 2014-07-21 09:44:39 -04:00
parent a80a701101
commit 430bf4719e
2 changed files with 18 additions and 0 deletions

View 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;
};
})

View File

@ -1811,6 +1811,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
placeholders = callPackage ../development/libraries/haskell/placeholders {};
plugins= callPackage ../development/libraries/haskell/plugins {};
polyparse = callPackage ../development/libraries/haskell/polyparse {};
pointed = callPackage ../development/libraries/haskell/pointed {};