mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-prelude-safeenum: add version 0.1.1.1
This commit is contained in:
parent
7a6ebb5420
commit
6103824dd7
@ -0,0 +1,15 @@
|
||||
# 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;
|
||||
};
|
||||
})
|
@ -1858,6 +1858,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
preludeExtras = callPackage ../development/libraries/haskell/prelude-extras {};
|
||||
|
||||
preludeSafeenum = callPackage ../development/libraries/haskell/prelude-safeenum {};
|
||||
|
||||
preprocessorTools_0_1_3 = callPackage ../development/libraries/haskell/preprocessor-tools/0.1.3.nix {};
|
||||
preprocessorTools_1_0_1 = callPackage ../development/libraries/haskell/preprocessor-tools/1.0.1.nix {};
|
||||
preprocessorTools = self.preprocessorTools_1_0_1;
|
||||
|
Loading…
Reference in New Issue
Block a user