1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-system-filepath: updated to version 0.4.3

svn path=/nixpkgs/trunk/; revision=30270
This commit is contained in:
Peter Simons 2011-11-06 18:36:36 +00:00
parent 7130820f8c
commit e576156354

View file

@ -1,10 +1,10 @@
{ cabal, text }:
{ cabal, deepseq, text }:
cabal.mkDerivation (self: {
pname = "system-filepath";
version = "0.4.2";
sha256 = "070srsvqqjix0afy5ch1zcmpnrrszkds83rv0dp0izqrlzl038mr";
buildDepends = [ text ];
version = "0.4.3";
sha256 = "16a57dipz3aid5n22gzyd9yqmsxm98c3s6vb7minj82q9rbl5z67";
buildDepends = [ deepseq text ];
meta = {
homepage = "https://john-millikin.com/software/hs-filepath/";
description = "High-level, byte-based file and directory path manipulations";