forked from mirrors/nixpkgs
haskell-system-filepath: updated to version 0.4.3
svn path=/nixpkgs/trunk/; revision=30270
This commit is contained in:
parent
7130820f8c
commit
e576156354
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue