mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 10:56:53 +00:00
17 lines
492 B
Nix
17 lines
492 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, atomicPrimops }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "thread-local-storage";
|
|
version = "0.1.0.3";
|
|
sha256 = "0ka6xrxzsw2z95qcc4v2hh4ldb22zkd5s62lns3v1853g4dw7k3l";
|
|
testDepends = [ atomicPrimops ];
|
|
doCheck = false;
|
|
meta = {
|
|
description = "Several options for thread-local-storage (TLS) in Haskell";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|