Merge pull request #866 from errge/haddockutf

Add noHaddock flag to modular-artihmetic

+1
+1
pkgs/development/libraries/haskell/modular-arithmetic/default.nix
··· 4 pname = "modular-arithmetic"; 5 version = "1.0.1.1"; 6 sha256 = "14n83kjmz8mqjivjhwxk1zckms5z3gn77yq2hsw2yybzff2vkdkd"; 7 meta = { 8 description = "A type for integers modulo some constant"; 9 license = self.stdenv.lib.licenses.bsd3;
··· 4 pname = "modular-arithmetic"; 5 version = "1.0.1.1"; 6 sha256 = "14n83kjmz8mqjivjhwxk1zckms5z3gn77yq2hsw2yybzff2vkdkd"; 7 + noHaddock = true; 8 meta = { 9 description = "A type for integers modulo some constant"; 10 license = self.stdenv.lib.licenses.bsd3;