From 7c50d0db4c43d4188b431c7845c11b40d607bcd2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Dec 2014 13:51:32 +0100 Subject: [PATCH] haskell-system-fileio: update to version 0.3.16 --- .../development/libraries/haskell/system-fileio/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/system-fileio/default.nix b/pkgs/development/libraries/haskell/system-fileio/default.nix index 98048f503b7..cf3dcee3301 100644 --- a/pkgs/development/libraries/haskell/system-fileio/default.nix +++ b/pkgs/development/libraries/haskell/system-fileio/default.nix @@ -5,14 +5,14 @@ cabal.mkDerivation (self: { pname = "system-fileio"; - version = "0.3.15"; - sha256 = "06cnr3hzw8xd75529nfqajgb5xy5i4ddqybgjw1v1nwpq04mhihi"; + version = "0.3.16"; + sha256 = "1x18ffhas6bhjis0glf0xd6ap8vy7cap8lkmnkn4px83d82yzi8k"; buildDepends = [ systemFilepath text time ]; testDepends = [ chell systemFilepath temporary text time transformers ]; meta = { - homepage = "https://john-millikin.com/software/haskell-filesystem/"; + homepage = "https://github.com/fpco/haskell-filesystem"; description = "Consistent filesystem interaction across GHC versions"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms;