about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hfsevents/default.nix
blob: acf9121b3d9ff3bb0be28a1f61badd754196223c (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, cereal, gccApple, mtl, text }:

cabal.mkDerivation (self: {
  pname = "hfsevents";
  version = "0.1.5";
  sha256 = "0hp9jjj59smfcs51d9zjhyvgdbn46l0rl0jr98wbzg3qya0vwj5k";
  buildDepends = [ cereal mtl text ];
  buildTools = [ gccApple ];
  configureFlags = "--ghc-option=-pgmc=${gccApple}/bin/gcc";
  meta = {
    homepage = "http://github.com/luite/hfsevents";
    description = "File/folder watching for OS X";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.stdenv.lib.platforms.darwin;
  };
})