# 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; }; })