summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/pointful/default.nix
blob: 7f077d160a3ce50bc2310826779eb55f7353b1a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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;
  };
})