haskell-hfsevents: re-generate expression with cabal2nix

This commit is contained in:
Peter Simons 2014-08-11 12:35:40 +02:00
parent b5a1d3d16a
commit 4126a651b7

View file

@ -1,12 +1,14 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cereal, mtl, text }:
{ 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";