haskellPackages.hyphenation: init at 0.6
This commit is contained in:
parent
102d2515bc
commit
4f1625d5dc
17
krebs/5pkgs/haskell-overrides/hyphenation.nix
Normal file
17
krebs/5pkgs/haskell-overrides/hyphenation.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Same as upstream but with doCheck = false because doctest has wrong version.
|
||||
{ mkDerivation, base, bytestring, containers, directory
|
||||
, filepath, unordered-containers, zlib, stdenv
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hyphenation";
|
||||
version = "0.6";
|
||||
sha256 = "2f673666c18f63581422f7c6389b78b0ff754406671296a3d680d417942512f7";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers unordered-containers zlib
|
||||
];
|
||||
homepage = "http://github.com/ekmett/hyphenation";
|
||||
description = "Configurable Knuth-Liang hyphenation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
doCheck = false;
|
||||
}
|
Loading…
Reference in a new issue