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

these-skinny: init at 0.7.5

parent dd11cb90
Branches
Tags
No related merge requests found
...@@ -338,6 +338,7 @@ in [ callHackage "Cabal" "3.8.1.0" ...@@ -338,6 +338,7 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "text-metrics" "0.3.2" , callHackage "text-metrics" "0.3.2"
, callHackage "text-zipper" "0.12" , callHackage "text-zipper" "0.12"
, callHackage "these" "1.1.1.1" , callHackage "these" "1.1.1.1"
, callHackage "these-skinny" "0.7.5"
, callHackage "th-extras" "0.0.0.6" , callHackage "th-extras" "0.0.0.6"
, callHackage "th-lift-instances" "0.1.20" , callHackage "th-lift-instances" "0.1.20"
, callHackage "tidal" "1.8.1" , callHackage "tidal" "1.8.1"
......
...@@ -417,6 +417,8 @@ final: prev: with pkgs.haskell.lib; { ...@@ -417,6 +417,8 @@ final: prev: with pkgs.haskell.lib; {
these = prev.callPackage (./pkgs/these.nix) { }; these = prev.callPackage (./pkgs/these.nix) { };
these-skinny = prev.callPackage (./pkgs/these-skinny.nix) { };
tidal = prev.callPackage (./pkgs/tidal.nix) { }; tidal = prev.callPackage (./pkgs/tidal.nix) { };
time-compat = prev.callPackage (./pkgs/time-compat.nix) { }; time-compat = prev.callPackage (./pkgs/time-compat.nix) { };
......
{ mkDerivation, base, deepseq, ghc-prim, lib }:
mkDerivation {
pname = "these-skinny";
version = "0.7.5";
sha256 = "726933193bb33d9731a2ed794c07c3ff8952fb0baef5ebbd7dc3b2a3e5746cd9";
revision = "1";
editedCabalFile = "1paqqcdbqr91gvvs0anq30pkdd37g70ql4v11lszl6dzjl6yy3d5";
libraryHaskellDepends = [ base deepseq ghc-prim ];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/chessai/these-skinny";
description = "A fork of the 'these' package without the dependency bloat";
license = lib.licenses.bsd3;
}
\ No newline at end of file
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