haskell-options: we cannot easily run the test suite because it requires 'chell', which requires 'options'

+1
+1
pkgs/development/libraries/haskell/options/default.nix
··· 6 6 sha256 = "0d40d6k1c8v2b0bgchgl54sk9wx28kysp8bjws8bwjcmmd57775f"; 7 7 buildDepends = [ monadsTf transformers ]; 8 8 testDepends = [ chell chellQuickcheck monadsTf transformers ]; 9 + doCheck = false; 9 10 meta = { 10 11 homepage = "https://john-millikin.com/software/haskell-options/"; 11 12 description = "A powerful and easy-to-use command-line option parser";