haskell-oo-prototypes: new package
This commit is contained in:
parent
5389dd542c
commit
5f9b76da63
16
pkgs/development/libraries/haskell/oo-prototypes/default.nix
Normal file
16
pkgs/development/libraries/haskell/oo-prototypes/default.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "oo-prototypes";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "0xpm2adf47clhzpwd833w706mc5xfxwr2wp4aywigy11687f9bly";
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/yi-editor/oo-prototypes";
|
||||||
|
description = "Support for OO-like prototypes";
|
||||||
|
license = self.stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
};
|
||||||
|
})
|
@ -3082,6 +3082,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
dynamicState = callPackage ../development/libraries/haskell/dynamic-state {};
|
dynamicState = callPackage ../development/libraries/haskell/dynamic-state {};
|
||||||
|
|
||||||
|
ooPrototypes = callPackage ../development/libraries/haskell/oo-prototypes {};
|
||||||
|
|
||||||
yi = callPackage ../applications/editors/yi/yi.nix {
|
yi = callPackage ../applications/editors/yi/yi.nix {
|
||||||
vty = self.vty_4_7_5;
|
vty = self.vty_4_7_5;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user