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

show-combinators: init at 0.2.0.0

parent f26123ab
Branches
No related merge requests found
......@@ -305,6 +305,7 @@ let otherLibraries =
, H.callHackage "say" "0.1.0.1"
, H.callHackage "servant-openapi3" "2.0.1.5"
, callCardanoLedger "set-algebra" "libs/set-algebra"
, H.callHackage "show-combinators" "0.2.0.0"
, H.callHackage "singletons-th" "3.1.1"
, H.callHackage "size-based" "0.1.3.1"
, callCardanoLedger "small-steps" "libs/small-steps"
......
......@@ -295,6 +295,8 @@ final: prev: with pkgs.haskell.lib; {
set-algebra = final.callPackage (./pkgs/set-algebra.nix) { };
show-combinators = final.callPackage (./pkgs/show-combinators.nix) { };
singletons-th = final.callPackage (./pkgs/singletons-th.nix) { };
size-based = final.callPackage (./pkgs/size-based.nix) { };
......
{ mkDerivation, base, lib }:
mkDerivation {
pname = "show-combinators";
version = "0.2.0.0";
sha256 = "c902dbaf0e9cf7056d786d44fbdea2781bc65524089639242c2624dae841ba1d";
revision = "2";
editedCabalFile = "0n3xlpm41wpw1ybmacg9s7150nx00qrdlw2rq4fzz7iw7333cyjx";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Lysxia/show-combinators#readme";
description = "Combinators to write Show instances";
license = lib.licenses.mit;
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