haskell-options: we cannot easily run the test suite because it requires 'chell', which requires 'options'
This commit is contained in:
parent
d17eb6576d
commit
dd701b4c51
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "0d40d6k1c8v2b0bgchgl54sk9wx28kysp8bjws8bwjcmmd57775f";
|
sha256 = "0d40d6k1c8v2b0bgchgl54sk9wx28kysp8bjws8bwjcmmd57775f";
|
||||||
buildDepends = [ monadsTf transformers ];
|
buildDepends = [ monadsTf transformers ];
|
||||||
testDepends = [ chell chellQuickcheck monadsTf transformers ];
|
testDepends = [ chell chellQuickcheck monadsTf transformers ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://john-millikin.com/software/haskell-options/";
|
homepage = "https://john-millikin.com/software/haskell-options/";
|
||||||
description = "A powerful and easy-to-use command-line option parser";
|
description = "A powerful and easy-to-use command-line option parser";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user