hsyslog: build with a recent version of Cabal on GHC 6.10.4 (and don't run Haddock)

This commit is contained in:
Peter Simons
2014-08-24 12:57:51 +02:00
parent 5ec6492ea0
commit cbc67e1704
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "2.0";
sha256 = "02v698grn43bvikqhqiz9ys8x2amngdmhvl3i0ar9203p2x8q3pq";
testDepends = [ doctest ];
noHaddock = self.stdenv.lib.versionOlder self.ghc.version "6.11";
meta = {
homepage = "http://github.com/peti/hsyslog";
description = "FFI interface to syslog(3) from POSIX.1-2001";