haskell-system-filepath: update to version 0.4.12

This commit is contained in:
Peter Simons 2014-06-03 11:36:12 +02:00
parent fbfbaea156
commit 4e60fd5687

View File

@ -1,10 +1,11 @@
{ cabal, deepseq, text }:
{ cabal, chell, chellQuickcheck, deepseq, QuickCheck, text }:
cabal.mkDerivation (self: {
pname = "system-filepath";
version = "0.4.10";
sha256 = "176g5jm1gd6lrkmhfz9qh5aqwfbpwyr30yknfcc49wl7jkfhisiq";
version = "0.4.12";
sha256 = "0sfralwgd5b9hfqmp20v31sq96s0v7j9g920qdj3n9i5mhslhwd2";
buildDepends = [ deepseq text ];
testDepends = [ chell chellQuickcheck QuickCheck text ];
meta = {
homepage = "https://john-millikin.com/software/haskell-filesystem/";
description = "High-level, byte-based file and directory path manipulations";