summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/haskell/blaze-html/0.4.3.4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/blaze-html/0.4.3.4.nix')
-rw-r--r--pkgs/development/libraries/haskell/blaze-html/0.4.3.4.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/development/libraries/haskell/blaze-html/0.4.3.4.nix b/pkgs/development/libraries/haskell/blaze-html/0.4.3.4.nix
deleted file mode 100644
index e3ec5167f367..000000000000
--- a/pkgs/development/libraries/haskell/blaze-html/0.4.3.4.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ cabal, blazeBuilder, text }:
-
-cabal.mkDerivation (self: {
- pname = "blaze-html";
- version = "0.4.3.4";
- sha256 = "1xd8l28rriczd5zxgmjif393kjzqibrp68pfah0kknrjmc3ybn20";
- buildDepends = [ blazeBuilder text ];
- meta = {
- homepage = "http://jaspervdj.be/blaze";
- description = "A blazingly fast HTML combinator library for Haskell";
- license = self.stdenv.lib.licenses.bsd3;
- platforms = self.ghc.meta.platforms;
- maintainers = [ self.stdenv.lib.maintainers.andres ];
- };
-})