about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-17 11:18:32 +0100
committerPeter Simons <simons@cryp.to>2013-01-17 11:18:32 +0100
commit8150827219951e56f336f5bf90770fe4adc7927f (patch)
tree42ee6e2f8f9bab9534bce4c8fa2cad1a9eaeb101 /pkgs/development/libraries
parent4b123fee39dd92a34a5f318abdfbc8d742031931 (diff)
downloadnixlib-8150827219951e56f336f5bf90770fe4adc7927f.tar
nixlib-8150827219951e56f336f5bf90770fe4adc7927f.tar.gz
nixlib-8150827219951e56f336f5bf90770fe4adc7927f.tar.bz2
nixlib-8150827219951e56f336f5bf90770fe4adc7927f.tar.lz
nixlib-8150827219951e56f336f5bf90770fe4adc7927f.tar.xz
nixlib-8150827219951e56f336f5bf90770fe4adc7927f.tar.zst
nixlib-8150827219951e56f336f5bf90770fe4adc7927f.zip
haskell-network: update 2.4.x branch to version 2.4.1.0
This change affects only GHC 7.6.1.
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/network/2.4.1.0.nix (renamed from pkgs/development/libraries/haskell/network/2.4.0.1.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/network/2.4.0.1.nix b/pkgs/development/libraries/haskell/network/2.4.1.0.nix
index e0aa44c38bde..9d5ac3abe781 100644
--- a/pkgs/development/libraries/haskell/network/2.4.0.1.nix
+++ b/pkgs/development/libraries/haskell/network/2.4.1.0.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "network";
-  version = "2.4.0.1";
-  sha256 = "00jj3pf2gchkx5wmipm2ijxcmhy37g86ggnp6pb92i5nmb93h1iw";
+  version = "2.4.1.0";
+  sha256 = "0m44iqlcnpsaa3iqxb4wbx2l1k2ycxzq8v07bwz7br7yyikv16y3";
   buildDepends = [ parsec ];
   meta = {
     homepage = "https://github.com/haskell/network";