haskell-haddock-library: add version 1.1.0

This commit is contained in:
Peter Simons
2014-08-16 17:26:45 +02:00
parent c552ae1c95
commit 253f2825e2
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, baseCompat, deepseq, hspec, QuickCheck }:
cabal.mkDerivation (self: {
pname = "haddock-library";
version = "1.1.0";
sha256 = "0apqm9nxgxbpvcphaim93q4z67c1cd0vdjz0i1cbr67ymffl69nd";
buildDepends = [ deepseq ];
testDepends = [ baseCompat deepseq hspec QuickCheck ];
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "Library exposing some functionality of Haddock";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})