haskell-threadscope: update to version 0.2.5
This commit is contained in:
parent
f1f41e5b87
commit
d2c0c6102e
@ -1,26 +1,24 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, binary, cairo, deepseq, filepath, ghcEvents, glib, gtk
|
{ cabal, binary, cairo, deepseq, filepath, ghcEvents, glib, gtk
|
||||||
, mtl, pango, time
|
, mtl, pango, text, time
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "threadscope";
|
pname = "threadscope";
|
||||||
version = "0.2.4";
|
version = "0.2.5";
|
||||||
sha256 = "1208gp80vj3dngc4nrj1jk5y4h1181bgwq2qj764kcjvkaxch599";
|
sha256 = "1nrhgir855n6n764fapaqd94dhqmsxn07ky3zf04nrx0lca9ir52";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary cairo deepseq filepath ghcEvents glib gtk mtl pango time
|
binary cairo deepseq filepath ghcEvents glib gtk mtl pango text
|
||||||
|
time
|
||||||
];
|
];
|
||||||
configureFlags = "--ghc-options=-rtsopts";
|
configureFlags = "--ghc-options=-rtsopts";
|
||||||
patches = [ ./threadscope.patch ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/haskellwiki/ThreadScope";
|
homepage = "http://www.haskell.org/haskellwiki/ThreadScope";
|
||||||
description = "A graphical tool for profiling parallel Haskell programs";
|
description = "A graphical tool for profiling parallel Haskell programs";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -2954,12 +2954,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
tar = callPackage ../development/libraries/haskell/tar {};
|
tar = callPackage ../development/libraries/haskell/tar {};
|
||||||
|
|
||||||
threadscope = callPackage ../development/tools/haskell/threadscope {
|
threadscope = callPackage ../development/tools/haskell/threadscope {};
|
||||||
gtk = self.gtk_0_12_5_7;
|
|
||||||
glib = self.glib_0_12_5_4;
|
|
||||||
cairo = self.cairo_0_12_5_3;
|
|
||||||
pango = self.pango_0_12_5_3;
|
|
||||||
};
|
|
||||||
|
|
||||||
uuagcBootstrap = callPackage ../development/tools/haskell/uuagc/bootstrap.nix {};
|
uuagcBootstrap = callPackage ../development/tools/haskell/uuagc/bootstrap.nix {};
|
||||||
uuagcCabal = callPackage ../development/tools/haskell/uuagc/cabal.nix {};
|
uuagcCabal = callPackage ../development/tools/haskell/uuagc/cabal.nix {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user