mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-hobbes: add version 0.2.2
This commit is contained in:
parent
47a8cd7008
commit
a1df473db7
16
pkgs/development/tools/haskell/hobbes/default.nix
Normal file
16
pkgs/development/tools/haskell/hobbes/default.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ cabal, filemanip, filepath, fsnotify, systemFilepath, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hobbes";
|
||||
version = "0.2.2";
|
||||
sha256 = "1pri63d59q918jv1hdp2ib06m6lzw9a2b6bjyn86b2qrrx2512xd";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ filemanip filepath fsnotify systemFilepath text ];
|
||||
meta = {
|
||||
homepage = "http://github.com/jhickner/hobbes";
|
||||
description = "A small file watcher for OSX";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -2677,6 +2677,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
githubBackup = callPackage ../applications/version-management/git-and-tools/github-backup {};
|
||||
|
||||
hobbes = callPackage ../development/tools/haskell/hobbes {};
|
||||
|
||||
jailbreakCabal = callPackage ../development/tools/haskell/jailbreak-cabal {};
|
||||
|
||||
keter = callPackage ../development/tools/haskell/keter {};
|
||||
|
Loading…
Reference in New Issue
Block a user