diff options
author | lassulus <lass@blue.r> | 2018-10-09 11:30:02 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-10-09 11:30:02 +0200 |
commit | 5ac5ee66bd006cd6161a05c35a2df088abe0616b (patch) | |
tree | bb34b0506da2fca7e7eb19eb7e3469e752e2e415 /krebs/5pkgs/haskell/hyphenation.nix | |
parent | 1f23af4309d077a4a98c2ad8539db12d062842a5 (diff) | |
parent | 29d4f4357afc0965c73f7ed33c3f03880e8e84e2 (diff) |
Merge branch '18.09'
Diffstat (limited to 'krebs/5pkgs/haskell/hyphenation.nix')
-rw-r--r-- | krebs/5pkgs/haskell/hyphenation.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/krebs/5pkgs/haskell/hyphenation.nix b/krebs/5pkgs/haskell/hyphenation.nix deleted file mode 100644 index 6e5fe9455..000000000 --- a/krebs/5pkgs/haskell/hyphenation.nix +++ /dev/null @@ -1,17 +0,0 @@ -# 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; -} |