summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-27 11:30:50 +0200
committerPeter Simons <simons@cryp.to>2012-08-27 11:30:50 +0200
commit8cb967fb9582ca7be20fda8e05c90e25e53fe6d7 (patch)
tree3d3ff5be145fd2cbf8f42af70e7982bf686fffad /pkgs/development/libraries
parentda852fee50a105be6fafee787387ddc8001725a0 (diff)
downloadnixpkgs-8cb967fb9582ca7be20fda8e05c90e25e53fe6d7.tar
nixpkgs-8cb967fb9582ca7be20fda8e05c90e25e53fe6d7.tar.gz
nixpkgs-8cb967fb9582ca7be20fda8e05c90e25e53fe6d7.tar.bz2
nixpkgs-8cb967fb9582ca7be20fda8e05c90e25e53fe6d7.tar.lz
nixpkgs-8cb967fb9582ca7be20fda8e05c90e25e53fe6d7.tar.xz
nixpkgs-8cb967fb9582ca7be20fda8e05c90e25e53fe6d7.tar.zst
nixpkgs-8cb967fb9582ca7be20fda8e05c90e25e53fe6d7.zip
haskell-unix-compat: update to version 0.3.0.2
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/unix-compat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/unix-compat/default.nix b/pkgs/development/libraries/haskell/unix-compat/default.nix
index 85e6bb81533..df329ba1d90 100644
--- a/pkgs/development/libraries/haskell/unix-compat/default.nix
+++ b/pkgs/development/libraries/haskell/unix-compat/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "unix-compat";
-  version = "0.3.0.1";
-  sha256 = "09y2iih741l4jpi83c15zap94phfms4mavzg04r9rjgbav0ns2c4";
+  version = "0.3.0.2";
+  sha256 = "0rikix2l8d0n948pzri2rdis9k5q0m73h7vxsxjz1vh24ryjj59f";
   meta = {
     homepage = "http://github.com/jystic/unix-compat";
     description = "Portable POSIX-compatibility layer";