Commit 6a792798 authored by sternenseemann's avatar sternenseemann
Browse files

rure: add Haskell bindings to passthru.tests

parent b3068690
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  rustPlatform,
  fetchCrate,
  fixDarwinDylibNames,
  haskellPackages,
}:

let
@@ -36,7 +37,10 @@ rustPlatform.buildRustPackage {
    fixDarwinDylibNames
  ];

  passthru.updateScript = ./update.sh;
  passthru = {
    updateScript = ./update.sh;
    tests.haskell-bindings = haskellPackages.regex-rure;
  };

  meta = {
    description = "C API for Rust's regular expression library";