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

fingertree-psqueue: 0.3 -> d466b18e18d706dc1373ed2894c1e20ea2826329

parent f9180d27
Branches
Tags
No related merge requests found
...@@ -306,7 +306,11 @@ in [ callHackage "Cabal" "3.8.1.0" ...@@ -306,7 +306,11 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "filemanip" "0.3.6.3" , callHackage "filemanip" "0.3.6.3"
, callHackage "filepattern" "0.1.3" , callHackage "filepattern" "0.1.3"
, callHackage "filtrable" "0.1.6.0" , callHackage "filtrable" "0.1.6.0"
, callHackage "fingertree-psqueue" "0.3" , callCabal2nix
"fingertree-psqueue"
"https://gitlab.homotopic.tech/horizon/adopted/fingertree-psqueue"
(Some "d466b18e18d706dc1373ed2894c1e20ea2826329")
(None Text)
, callHackage "fingertree" "0.1.5.0" , callHackage "fingertree" "0.1.5.0"
, callHackage "finite-field" "0.10.0" , callHackage "finite-field" "0.10.0"
, callHackage "first-class-families" "0.8.0.1" , callHackage "first-class-families" "0.8.0.1"
......
{ mkDerivation, base, fingertree, lib }: { mkDerivation, base, fetchgit, fingertree, lib }:
mkDerivation { mkDerivation {
pname = "fingertree-psqueue"; pname = "fingertree-psqueue";
version = "0.3"; version = "0.3";
sha256 = "9f8c2f1965ea7a618d969db6506c8f373c95e09072b2182de40713d265046c92"; src = fetchgit {
url = "https://gitlab.homotopic.tech/horizon/adopted/fingertree-psqueue";
sha256 = "1h13yz23i3flx4mg8czk4k5ypx78q2lwfmmaljm54z3an1p4lv60";
rev = "d466b18e18d706dc1373ed2894c1e20ea2826329";
fetchSubmodules = true;
};
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = 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