mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-retry: update to version 0.5.1
This commit is contained in:
parent
a64103179f
commit
01760e9110
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "retry";
|
pname = "retry";
|
||||||
version = "0.5";
|
version = "0.5.1";
|
||||||
sha256 = "1qp949w8pisgki06j5qgaxw1761q3gfccc7bqnhqpchazl4p6p6n";
|
sha256 = "1k5qv7c960dayhddvra1gpy1zv90rdjcrzpg8nzar9bpcxapczvj";
|
||||||
buildDepends = [ dataDefaultClass exceptions transformers ];
|
buildDepends = [ dataDefaultClass exceptions transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
dataDefaultClass exceptions hspec HUnit QuickCheck time
|
dataDefaultClass exceptions hspec HUnit QuickCheck time
|
||||||
|
Loading…
Reference in New Issue
Block a user