18250b97ae
had added him earlier.
15 lines
447 B
Nix
15 lines
447 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "strict";
|
|
version = "0.3.2";
|
|
sha256 = "08cjajqz9h47fkq98mlf3rc8n5ghbmnmgn8pfsl3bdldjdkmmlrc";
|
|
meta = {
|
|
homepage = "http://www.cse.unsw.edu.au/~rl/code/strict.html";
|
|
description = "Strict data types and String IO";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|