summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/strict/default.nix
blob: 6b4a157431e7321a0a17202f751fe52ad9a567a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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;
  };
})