18250b97ae
had added him earlier.
16 lines
500 B
Nix
16 lines
500 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, mtl, stm }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "stateref";
|
|
version = "0.3";
|
|
sha256 = "0hdpw6g255lj7jjvgqwhjdpzmka546vda5qjvry8gjj6nfm91lvx";
|
|
buildDepends = [ mtl stm ];
|
|
meta = {
|
|
homepage = "http://code.haskell.org/~mokus/stateref/";
|
|
description = "Abstraction for things that work like IORef";
|
|
license = self.stdenv.lib.licenses.publicDomain;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|