summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-24 11:59:48 +0200
committerPeter Simons <simons@cryp.to>2014-08-24 20:28:12 +0200
commit9ca9a23abe46911df25ca16253d8db7400faa4aa (patch)
tree771ccfd05687622278bfc67914c955807494ef99 /pkgs/development
parent963c45ecf89650fe40a0cf8f14e66c78271cebb3 (diff)
downloadnixlib-9ca9a23abe46911df25ca16253d8db7400faa4aa.tar
nixlib-9ca9a23abe46911df25ca16253d8db7400faa4aa.tar.gz
nixlib-9ca9a23abe46911df25ca16253d8db7400faa4aa.tar.bz2
nixlib-9ca9a23abe46911df25ca16253d8db7400faa4aa.tar.lz
nixlib-9ca9a23abe46911df25ca16253d8db7400faa4aa.tar.xz
nixlib-9ca9a23abe46911df25ca16253d8db7400faa4aa.tar.zst
nixlib-9ca9a23abe46911df25ca16253d8db7400faa4aa.zip
haskell-network: add version 2.6.0.1
We cannot use this version anywhere because of https://github.com/haskell/HTTP/issues/75
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/network/2.6.0.1.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/network/2.6.0.1.nix b/pkgs/development/libraries/haskell/network/2.6.0.1.nix
new file mode 100644
index 000000000000..d5d302fbd8e6
--- /dev/null
+++ b/pkgs/development/libraries/haskell/network/2.6.0.1.nix
@@ -0,0 +1,16 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
+{ cabal, HUnit, testFramework, testFrameworkHunit }:
+
+cabal.mkDerivation (self: {
+  pname = "network";
+  version = "2.6.0.1";
+  sha256 = "0qfffsdbvrf9gs8wr9ps7iv5h6drz4vb2ja9rprmc7ypswsacxsq";
+  testDepends = [ HUnit testFramework testFrameworkHunit ];
+  meta = {
+    homepage = "https://github.com/haskell/network";
+    description = "Low-level networking interface";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+  };
+})