mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
haskell-PastePipe: add version 1.5
This commit is contained in:
parent
ef171fe543
commit
9cb34308da
19
pkgs/development/tools/haskell/PastePipe/default.nix
Normal file
19
pkgs/development/tools/haskell/PastePipe/default.nix
Normal file
@ -0,0 +1,19 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, cmdargs, HTTP, network }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "PastePipe";
|
||||
version = "1.5";
|
||||
sha256 = "1jqfk6d22vi0vrwx0whjkh4pxwagr4hmi79bid6bffn72c7ygm8f";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ cmdargs HTTP network ];
|
||||
meta = {
|
||||
homepage = "http://github.com/creswick/pastepipe";
|
||||
description = "CLI for pasting to lpaste.net";
|
||||
license = "GPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
@ -1769,6 +1769,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
parsimony = callPackage ../development/libraries/haskell/parsimony {};
|
||||
|
||||
PastePipe = callPackage ../development/tools/haskell/PastePipe {};
|
||||
|
||||
pathtype = callPackage ../development/libraries/haskell/pathtype {};
|
||||
|
||||
patternArrows = callPackage ../development/libraries/haskell/pattern-arrows {};
|
||||
|
Loading…
Reference in New Issue
Block a user