Skip to content
Snippets Groups Projects
Commit 18cedb7b authored by Daniel Firth's avatar Daniel Firth
Browse files

universe-reverse-instances: init at 1.1.1

parent 37bd9153
No related merge requests found
......@@ -342,6 +342,7 @@ let otherLibraries =
, callPlutus "word-array" "word-array"
, H.callHackage "word-compat" "0.0.6"
, H.callHackage "xmlgen" "0.6.2.2"
, H.callHackage "universe-reverse-instances" "1.1.1"
, H.callHackage "unix-bytestring" "0.3.7.8"
, H.callHackage "vector-sized" "1.5.0"
, H.callHackage "zlib-bindings" "0.1.1.5"
......
......@@ -343,6 +343,8 @@ final: prev: with pkgs.haskell.lib; {
typerep-map = final.callPackage (./pkgs/typerep-map.nix) { };
universe-reverse-instances = final.callPackage (./pkgs/universe-reverse-instances.nix) { };
unix-bytestring = final.callPackage (./pkgs/unix-bytestring.nix) { };
validation-selective = final.callPackage (./pkgs/validation-selective.nix) { };
......
{ mkDerivation, base, containers, lib, universe-base }:
mkDerivation {
pname = "universe-reverse-instances";
version = "1.1.1";
sha256 = "c4127e12a6af8d8e05f87e546a57fdc0bd7b7f47eaf85d4a0f1826c998cdfb73";
revision = "2";
editedCabalFile = "1mp9222337rdcc6x5kg6hm14npbmq2igg0h6gmyvn1jd4x5cg9dx";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers universe-base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/dmwit/universe";
description = "Instances of standard classes that are made possible by enumerations";
license = lib.licenses.bsd3;
broken = false;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment