haskell-dynamic-state: new package

This commit is contained in:
Mateusz Kowalczyk 2014-10-14 17:19:52 +01:00
parent 713301702c
commit 5389dd542c
2 changed files with 20 additions and 0 deletions

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

View File

@ -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;
};