summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xhtml
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-31 12:40:53 +0000
committerPeter Simons <simons@cryp.to>2011-08-31 12:40:53 +0000
commitfe445aa5b213860ad6c1b605f9d4c6aa1df4a021 (patch)
treeba89a4095b271e4e3b4ce87d853074feb073ec81 /pkgs/development/libraries/haskell/xhtml
parent614551f9b4af13f5e19e8c3bf58f325b7672a87d (diff)
haskell-xhtml: added version 3000.2.0.2
svn path=/nixpkgs/trunk/; revision=28940
Diffstat (limited to 'pkgs/development/libraries/haskell/xhtml')
-rw-r--r--pkgs/development/libraries/haskell/xhtml/3000.2.0.2.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/xhtml/3000.2.0.2.nix b/pkgs/development/libraries/haskell/xhtml/3000.2.0.2.nix
new file mode 100644
index 0000000000000..c098cf80cee00
--- /dev/null
+++ b/pkgs/development/libraries/haskell/xhtml/3000.2.0.2.nix
@@ -0,0 +1,16 @@
+{ cabal }:
+
+cabal.mkDerivation (self: {
+  pname = "xhtml";
+  version = "3000.2.0.2";
+  sha256 = "14xfx4kmcl6xjn7lnpjd975wh8xakfpd8clcm5bw5n3g0b7agfli";
+  meta = {
+    description = "An XHTML combinator library";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
+  };
+})