mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-ReadArgs: update to version 1.2.2
This commit is contained in:
parent
99312f4a51
commit
cd041f08ab
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ReadArgs";
|
pname = "ReadArgs";
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
sha256 = "099gg6nq70yf2pl5ya8f083lw8x5rncnv54y2p5jlkdwfwmpmbnv";
|
sha256 = "1v6yr5zzrrj31prfzxxh1n27sfnkqpkw34v3a47rcnm444ba58a7";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ systemFilepath text ];
|
buildDepends = [ systemFilepath text ];
|
||||||
|
Loading…
Reference in New Issue
Block a user