haskell-modular-arithmetic: re-enable the Haddock phase for this package

This commit is contained in:
Peter Simons 2013-08-31 11:01:04 +02:00
parent bf3b9ccee3
commit ed507d70bc

View File

@ -4,7 +4,6 @@ cabal.mkDerivation (self: {
pname = "modular-arithmetic";
version = "1.0.1.1";
sha256 = "14n83kjmz8mqjivjhwxk1zckms5z3gn77yq2hsw2yybzff2vkdkd";
noHaddock = true;
meta = {
description = "A type for integers modulo some constant";
license = self.stdenv.lib.licenses.bsd3;