mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-tz: update to version 0.0.0.8
This commit is contained in:
parent
63005f734f
commit
2d604d3416
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tz";
|
pname = "tz";
|
||||||
version = "0.0.0.6";
|
version = "0.0.0.8";
|
||||||
sha256 = "0yn2c016fzqwbgdrqp5hjn95gzp4w3gqjgax1w6wkg97bksdlq27";
|
sha256 = "0rabdqwdj8hx17817zsfsih01agx7n3kja8s0axmm0drq22vlflv";
|
||||||
buildDepends = [ binary deepseq time tzdata vector ];
|
buildDepends = [ binary deepseq time tzdata vector ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
bindingsPosix HUnit QuickCheck testFramework testFrameworkHunit
|
bindingsPosix HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 testFrameworkTh time tzdata
|
testFrameworkQuickcheck2 testFrameworkTh time tzdata vector
|
||||||
];
|
];
|
||||||
preConfigure = "export TZDIR=${pkgs_tzdata}/share/zoneinfo";
|
preConfigure = "export TZDIR=${pkgs_tzdata}/share/zoneinfo";
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user