mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
19 lines
538 B
Nix
19 lines
538 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, haskellSrc, mtl, syb }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "pointful";
|
|
version = "1.0.2";
|
|
sha256 = "00xlxgdajkbi5d6gv88wdpwm16xdryshszz5qklryi0p65mmp99p";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [ haskellSrc mtl syb ];
|
|
meta = {
|
|
homepage = "http://github.com/23Skidoo/pointful";
|
|
description = "Pointful refactoring tool";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|