diff options
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..3724a35929a --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,21 @@ +pkgbase = haskell-threadscope + pkgdesc = A graphical viewer for thread profile information generated by the Glasgow Haskell compiler (GHC). + pkgver = 0.2.7 + pkgrel = 1 + url = http://hackage.haskell.org/package/threadscope + arch = i686 + arch = x86_64 + license = custom:BSD3 + depends = ghc>=8.0.1 + depends = haskell-cairo + depends = haskell-ghc-events>=0.4.2 + depends = haskell-glib + depends = haskell-gtk2>=0.12 + depends = haskell-mtl + depends = haskell-pango + depends = haskell-text + source = https://hackage.haskell.org/packages/archive/threadscope/0.2.7/threadscope-0.2.7.tar.gz + sha256sums = cc5653831252d55b3ba7506ea648e770b2c4489cdf4d78828f07dc24ea7ffdb6 + +pkgname = haskell-threadscope + |