nixpkgs/pkgs/development/tools/haskell/pointful/default.nix
2014-08-14 14:41:22 +02:00

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;
};
})