nixpkgs/pkgs/development/libraries/haskell/base-prelude/default.nix
2014-09-14 00:06:37 +02:00

16 lines
482 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "base-prelude";
version = "0.1.4";
sha256 = "10xvzkzlmyrq0mi6056rl6hq4bga1k1c6671b1bxjhgzgqrzpjpz";
meta = {
homepage = "https://github.com/nikita-volkov/base-prelude";
description = "The most complete prelude formed from only the \"base\" package";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})