tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Add plugins haskell package
Shea Levy
11 years ago
430bf471
a80a7011
+18
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
plugins
default.nix
top-level
haskell-packages.nix
+16
pkgs/development/libraries/haskell/plugins/default.nix
···
1
1
+
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
2
+
3
3
+
{ cabal, Cabal, filepath, ghcPaths, haskellSrc, random }:
4
4
+
5
5
+
cabal.mkDerivation (self: {
6
6
+
pname = "plugins";
7
7
+
version = "1.5.4.0";
8
8
+
sha256 = "126lp2bbz9aa3pfi5dmbbzgsancdj1m26k7man96avixb21mzbi8";
9
9
+
buildDepends = [ Cabal filepath ghcPaths haskellSrc random ];
10
10
+
meta = {
11
11
+
homepage = "http://hub.darcs.net/stepcut/plugins";
12
12
+
description = "Dynamic linking for Haskell and C objects";
13
13
+
license = self.stdenv.lib.licenses.bsd3;
14
14
+
platforms = self.ghc.meta.platforms;
15
15
+
};
16
16
+
})
+2
pkgs/top-level/haskell-packages.nix
···
1811
1811
1812
1812
placeholders = callPackage ../development/libraries/haskell/placeholders {};
1813
1813
1814
1814
+
plugins= callPackage ../development/libraries/haskell/plugins {};
1815
1815
+
1814
1816
polyparse = callPackage ../development/libraries/haskell/polyparse {};
1815
1817
1816
1818
pointed = callPackage ../development/libraries/haskell/pointed {};