mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
haskell-enclosed-exceptions: update to version 1.0.0.2
This commit is contained in:
parent
d95c25dbc0
commit
f06269c9dc
@ -1,16 +1,17 @@
|
|||||||
{ cabal, async, deepseq, hspec, liftedBase, monadControl
|
{ cabal, async, deepseq, hspec, liftedBase, monadControl
|
||||||
, QuickCheck, transformers
|
, QuickCheck, transformers, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "enclosed-exceptions";
|
pname = "enclosed-exceptions";
|
||||||
version = "1.0.0.1";
|
version = "1.0.0.2";
|
||||||
sha256 = "0imq5kp45yfkhkz51ld869pf9hnlkbh92nk0aig1z8cc6akjnjw0";
|
sha256 = "1jbgqqavkhz2x5br17bdhv17rcmyi7a5mxplakhgyyg73wkjq04h";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async deepseq liftedBase monadControl transformers
|
async deepseq liftedBase monadControl transformers transformersBase
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async deepseq hspec liftedBase monadControl QuickCheck transformers
|
async deepseq hspec liftedBase monadControl QuickCheck transformers
|
||||||
|
transformersBase
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/jcristovao/enclosed-exceptions";
|
homepage = "https://github.com/jcristovao/enclosed-exceptions";
|
||||||
|
Loading…
Reference in New Issue
Block a user