16 lines
480 B
Nix
16 lines
480 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "prelude-safeenum";
|
|
version = "0.1.1.1";
|
|
sha256 = "0cff77nbhy3dsamrwm2wxhbi1mf2bzkdd1pdzqv3klpbzjwkdszv";
|
|
meta = {
|
|
homepage = "http://code.haskell.org/~wren/";
|
|
description = "A redefinition of the Prelude's Enum class in order to render it safe";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|