18250b97ae
had added him earlier.
16 lines
427 B
Nix
16 lines
427 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "stm";
|
|
version = "2.4";
|
|
sha256 = "13flyzh2vnqnap78qjawdh3150rmp9bxnlgynsf793lm1b3z15fl";
|
|
meta = {
|
|
description = "Software Transactional Memory";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
};
|
|
})
|