mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
haskell-path-pieces: update to version 0.1.3
This commit is contained in:
parent
4bdeec0327
commit
172f5ed061
@ -1,11 +1,11 @@
|
|||||||
{ cabal, fileLocation, hspec, HUnit, QuickCheck, text, time }:
|
{ cabal, hspec, HUnit, QuickCheck, text, time }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "path-pieces";
|
pname = "path-pieces";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
sha256 = "1cxsa8lq1f2jf86iv6f17nraiav8k2vzjxln1y7z45qhcp1sbbaa";
|
sha256 = "03x9kfcaz1zsdpdzs05pcl0hv4hffgsl2js8xiy5slba6n841v4l";
|
||||||
buildDepends = [ text time ];
|
buildDepends = [ text time ];
|
||||||
testDepends = [ fileLocation hspec HUnit QuickCheck text ];
|
testDepends = [ hspec HUnit QuickCheck text ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Components of paths";
|
description = "Components of paths";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user