nixpkgs/pkgs/development/libraries/haskell/thread-local-storage/default.nix
2014-11-28 15:32:56 -05:00

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