mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
haskell-safecopy: update to version 0.8.3
This commit is contained in:
parent
25747d8ca9
commit
65b6ac1d67
@ -1,10 +1,15 @@
|
|||||||
{ cabal, cereal, text, time }:
|
{ cabal, cereal, lens, quickcheckInstances, tasty, tastyQuickcheck
|
||||||
|
, text, time, vector
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "safecopy";
|
pname = "safecopy";
|
||||||
version = "0.8.2";
|
version = "0.8.3";
|
||||||
sha256 = "0l2kqymsxv244fahxcpxlrspk6xipz3br6j854ipbfh8b0bfvr4m";
|
sha256 = "10xd42a1i84fwiy3db0ji4bd8ssk9jqysqwc00wdcdjyp50c333n";
|
||||||
buildDepends = [ cereal text time ];
|
buildDepends = [ cereal text time vector ];
|
||||||
|
testDepends = [
|
||||||
|
cereal lens quickcheckInstances tasty tastyQuickcheck time vector
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://acid-state.seize.it/safecopy";
|
homepage = "http://acid-state.seize.it/safecopy";
|
||||||
description = "Binary serialization with version control";
|
description = "Binary serialization with version control";
|
||||||
|
Loading…
Reference in New Issue
Block a user