rure: add Haskell bindings to passthru.tests

+5 -1
+5 -1
pkgs/by-name/ru/rure/package.nix
··· 4 4 rustPlatform, 5 5 fetchCrate, 6 6 fixDarwinDylibNames, 7 + haskellPackages, 7 8 }: 8 9 9 10 let ··· 36 37 fixDarwinDylibNames 37 38 ]; 38 39 39 - passthru.updateScript = ./update.sh; 40 + passthru = { 41 + updateScript = ./update.sh; 42 + tests.haskell-bindings = haskellPackages.regex-rure; 43 + }; 40 44 41 45 meta = { 42 46 description = "C API for Rust's regular expression library";