19 lines
612 B
Nix
19 lines
612 B
Nix
|
# 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 ];
|
||
|
};
|
||
|
})
|