3
0
Fork 0
forked from mirrors/nixpkgs

haskell-fdo-notify: add version 0.3.1

This commit is contained in:
Peter Simons 2014-04-04 23:23:01 +02:00
parent 483e2d7d7d
commit 267a1692f3
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ cabal, dbus }:
cabal.mkDerivation (self: {
pname = "fdo-notify";
version = "0.3.1";
sha256 = "1n4zk1i7g34w0wk5zy8n4r63xbglxf62h8j78kv5fc2yn95l30vh";
buildDepends = [ dbus ];
meta = {
homepage = "http://bitbucket.org/taejo/fdo-notify/";
description = "Desktop Notifications client";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -1080,8 +1080,11 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
executablePath = callPackage ../development/libraries/haskell/executable-path {};
fay = callPackage ../development/libraries/haskell/fay {};
fayBase = callPackage ../development/libraries/haskell/fay-base {};
fdoNotify = callPackage ../development/libraries/haskell/fdo-notify {};
filepath_1_3_0_0 = callPackage ../development/libraries/haskell/filepath {};
filepath = null; # a core package in recent GHCs