From b8ee3fa59769f126fa9740cb98590954a7510f1f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Dec 2014 13:51:33 +0100 Subject: [PATCH] haskell-system-filepath: update to version 0.4.13 --- .../libraries/haskell/system-filepath/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/system-filepath/default.nix b/pkgs/development/libraries/haskell/system-filepath/default.nix index 4adf48d26e7..8ec752d7a39 100644 --- a/pkgs/development/libraries/haskell/system-filepath/default.nix +++ b/pkgs/development/libraries/haskell/system-filepath/default.nix @@ -4,13 +4,13 @@ cabal.mkDerivation (self: { pname = "system-filepath"; - version = "0.4.12"; - sha256 = "0sfralwgd5b9hfqmp20v31sq96s0v7j9g920qdj3n9i5mhslhwd2"; + version = "0.4.13"; + sha256 = "0g1lam859vs71vyc8qsg6aianw5s7w19rk02acf2gr8dg3ypznca"; buildDepends = [ deepseq text ]; testDepends = [ chell chellQuickcheck QuickCheck text ]; doCheck = false; meta = { - homepage = "https://john-millikin.com/software/haskell-filesystem/"; + homepage = "https://github.com/fpco/haskell-filesystem"; description = "High-level, byte-based file and directory path manipulations"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms;