summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/PastePipe/default.nix
blob: 9d967c30f1cf0e7acddbce5692050f9dcef25be9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, cmdargs, HTTP, network, networkUri }:

cabal.mkDerivation (self: {
  pname = "PastePipe";
  version = "1.7";
  sha256 = "0had11n44y7zjhhymdbvahwmxcxxrbxy7c9jxijhw3n7xqhdmva0";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ cmdargs HTTP network networkUri ];
  meta = {
    homepage = "http://github.com/Fuuzetsu/pastepipe";
    description = "CLI for pasting to lpaste.net";
    license = self.stdenv.lib.licenses.gpl3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
  };
})