summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-12-24 13:51:32 +0100
committerPeter Simons <simons@cryp.to>2014-12-25 11:05:49 +0100
commit7c50d0db4c43d4188b431c7845c11b40d607bcd2 (patch)
treefe3068999b6678099b2117b6aa62d665bbf536ae /pkgs
parent79d8ceb0c7ff0d45880fb1e58e8515d4366c0112 (diff)
downloadnixlib-7c50d0db4c43d4188b431c7845c11b40d607bcd2.tar
nixlib-7c50d0db4c43d4188b431c7845c11b40d607bcd2.tar.gz
nixlib-7c50d0db4c43d4188b431c7845c11b40d607bcd2.tar.bz2
nixlib-7c50d0db4c43d4188b431c7845c11b40d607bcd2.tar.lz
nixlib-7c50d0db4c43d4188b431c7845c11b40d607bcd2.tar.xz
nixlib-7c50d0db4c43d4188b431c7845c11b40d607bcd2.tar.zst
nixlib-7c50d0db4c43d4188b431c7845c11b40d607bcd2.zip
haskell-system-fileio: update to version 0.3.16
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/system-fileio/default.nix6
1 files 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 98048f503b78..cf3dcee33014 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;