mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
haskell-explicit-exception: update to version 0.1.7.2
This commit is contained in:
parent
f6c8a17fb5
commit
d0967c1324
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "explicit-exception";
|
pname = "explicit-exception";
|
||||||
version = "0.1.7.1";
|
version = "0.1.7.2";
|
||||||
sha256 = "15p5pndam6byd3p8qlnn8pjdhb7rvn93fxa2m40x3wxh58ymkh14";
|
sha256 = "0zncj57mpngszl7jz3khhd4dajzis7aag0ad62hc8rkrv2j8f5q4";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ transformers ];
|
buildDepends = [ transformers ];
|
||||||
|
Loading…
Reference in New Issue
Block a user