mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
haskell-dynamic-state: new package
This commit is contained in:
parent
713301702c
commit
5389dd542c
18
pkgs/development/libraries/haskell/dynamic-state/default.nix
Normal file
18
pkgs/development/libraries/haskell/dynamic-state/default.nix
Normal file
@ -0,0 +1,18 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, binary, concreteTyperep, hashable, unorderedContainers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "dynamic-state";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "18dc6fbnyk3q7n7gvqrgy98qc2grq0algr2jnc1ai3vm9bqh2x8n";
|
||||
buildDepends = [
|
||||
binary concreteTyperep hashable unorderedContainers
|
||||
];
|
||||
meta = {
|
||||
description = "Optionally serializable dynamic state keyed by type";
|
||||
license = self.stdenv.lib.licenses.gpl2;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
@ -3080,6 +3080,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
# Yi packages
|
||||
|
||||
dynamicState = callPackage ../development/libraries/haskell/dynamic-state {};
|
||||
|
||||
yi = callPackage ../applications/editors/yi/yi.nix {
|
||||
vty = self.vty_4_7_5;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user