Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove missing Data.ArrayBuffer.Types workaround #20

Open
github-actions bot opened this issue Jan 27, 2023 · 0 comments
Open

remove missing Data.ArrayBuffer.Types workaround #20

github-actions bot opened this issue Jan 27, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed todo

Comments

@github-actions
Copy link
Contributor

# FIXME remove missing Data.ArrayBuffer.Types workaround

    };
  };

  noble-secp256k1 = {
    src.git = {
      repo = "https://github.com/mlabs-haskell/purescript-noble-secp256k1.git";
      rev = "710c15c48c5afae5e0623664d982a587ff2bd177";
    };
    info = {
      dependencies =
        [
          aff
          aff-promise
          effect
          prelude
          spec
          tuples
          unsafe-coerce
          # FIXME remove missing Data.ArrayBuffer.Types workaround
          arraybuffer-types
          # /endworkaround
        ];
    };
  };
}
@github-actions github-actions bot added bug Something isn't working todo labels Jan 27, 2023
@klarkc klarkc added good first issue Good for newcomers help wanted Extra attention is needed labels Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed todo
Projects
None yet
Development

No branches or pull requests

1 participant