summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-28 18:13:44 +0200
committerPeter Simons <simons@cryp.to>2014-08-29 12:52:27 +0200
commit6f4b9ebd22ee99a36391d3f9dd04b5cbebfba4c3 (patch)
tree7c0a36dc9a68081a567d6fe1342c9e0e26db36cb /pkgs/development/libraries/haskell
parentc9286fd171aa47fc88aa1e01510554bb1c95f1b1 (diff)
downloadnixpkgs-6f4b9ebd22ee99a36391d3f9dd04b5cbebfba4c3.tar
nixpkgs-6f4b9ebd22ee99a36391d3f9dd04b5cbebfba4c3.tar.gz
nixpkgs-6f4b9ebd22ee99a36391d3f9dd04b5cbebfba4c3.tar.bz2
nixpkgs-6f4b9ebd22ee99a36391d3f9dd04b5cbebfba4c3.tar.lz
nixpkgs-6f4b9ebd22ee99a36391d3f9dd04b5cbebfba4c3.tar.xz
nixpkgs-6f4b9ebd22ee99a36391d3f9dd04b5cbebfba4c3.tar.zst
nixpkgs-6f4b9ebd22ee99a36391d3f9dd04b5cbebfba4c3.zip
haskell-cgi: add version 3001.2.0.0
Diffstat (limited to 'pkgs/development/libraries/haskell')
-rw-r--r--pkgs/development/libraries/haskell/cgi/3001.2.0.0.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/cgi/3001.2.0.0.nix b/pkgs/development/libraries/haskell/cgi/3001.2.0.0.nix
new file mode 100644
index 00000000000..0f0ea06ee74
--- /dev/null
+++ b/pkgs/development/libraries/haskell/cgi/3001.2.0.0.nix
@@ -0,0 +1,16 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
+{ cabal, exceptions, mtl, network, networkUri, parsec, xhtml }:
+
+cabal.mkDerivation (self: {
+  pname = "cgi";
+  version = "3001.2.0.0";
+  sha256 = "03az978d5ayv5v4g89h4wajjhcribyf37b8ws8kvsqir3i7h7k8d";
+  buildDepends = [ exceptions mtl network networkUri parsec xhtml ];
+  meta = {
+    homepage = "https://github.com/cheecheeo/haskell-cgi";
+    description = "A library for writing CGI programs";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+  };
+})