haskell-filepath: update to version 1.3.0.2
This commit is contained in:
parent
65e3713630
commit
c30f45dbdc
@ -1,9 +1,10 @@
|
|||||||
{ cabal }:
|
{ cabal, QuickCheck, random }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "filepath";
|
pname = "filepath";
|
||||||
version = "1.3.0.1";
|
version = "1.3.0.2";
|
||||||
sha256 = "1ny8dz8rv883vg6hkzg3zank771cr2z9sfhii7aw4rfb71k29g5p";
|
sha256 = "0wvvz6cs5fh4f04a87b9s7xrnzypmnzzkn149p6xk8xi7gcvcpy2";
|
||||||
|
testDepends = [ QuickCheck random ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/";
|
homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/";
|
||||||
description = "Library for manipulating FilePaths in a cross platform way";
|
description = "Library for manipulating FilePaths in a cross platform way";
|
||||||
|
Loading…
Reference in New Issue
Block a user