Update SBV to v3.1
This commit is contained in:
parent
543a97e332
commit
69901813cf
1 changed files with 6 additions and 4 deletions
|
@ -1,13 +1,15 @@
|
||||||
{ cabal, deepseq, filepath, HUnit, mtl, QuickCheck, random, syb }:
|
{ cabal, async, deepseq, filepath, HUnit, mtl, QuickCheck, random
|
||||||
|
, syb
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "sbv";
|
pname = "sbv";
|
||||||
version = "3.0";
|
version = "3.1";
|
||||||
sha256 = "16k9f0x4amg7mm8ib22nyk1rngrbf9311gl2m15hbdq49jp8ik9i";
|
sha256 = "19rn5ynqqjz0zw7gcb0y4clzxxnmq56a2qx369mz283455l86h5j";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
deepseq filepath HUnit mtl QuickCheck random syb
|
async deepseq filepath HUnit mtl QuickCheck random syb
|
||||||
];
|
];
|
||||||
testDepends = [ filepath HUnit syb ];
|
testDepends = [ filepath HUnit syb ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue