Guest User

Untitled

a guest
Aug 13th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. (builtins.fetchGit {
  2. url = "https://github.com/opyapeus/purescript-pseudo-random.git";
  3. ref = "v0.2.2";
  4. })
  5. (builtins.fetchGit {
  6. url = "https://github.com/purescript/purescript-enums.git";
  7. ref = "v4.0.1";
  8. })
  9. (builtins.fetchGit {
  10. url = "https://github.com/purescript/purescript-arrays.git";
  11. ref = "v5.3.1";
  12. })
  13. (builtins.fetchGit {
  14. url = "https://github.com/purescript/purescript-tailrec.git";
  15. ref = "v4.1.1";
  16. })
  17. (builtins.fetchGit {
  18. url = "https://github.com/purescript/purescript-effect.git";
  19. ref = "v2.0.1";
  20. })
  21. (builtins.fetchGit {
  22. url = "https://github.com/purescript/purescript-prelude.git";
  23. ref = "v4.1.1";
  24. })
Add Comment
Please, Sign In to add comment