mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +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: {
|
||||
pname = "path-pieces";
|
||||
version = "0.1.2";
|
||||
sha256 = "1cxsa8lq1f2jf86iv6f17nraiav8k2vzjxln1y7z45qhcp1sbbaa";
|
||||
version = "0.1.3";
|
||||
sha256 = "03x9kfcaz1zsdpdzs05pcl0hv4hffgsl2js8xiy5slba6n841v4l";
|
||||
buildDepends = [ text time ];
|
||||
testDepends = [ fileLocation hspec HUnit QuickCheck text ];
|
||||
testDepends = [ hspec HUnit QuickCheck text ];
|
||||
meta = {
|
||||
description = "Components of paths";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user