From 68c21c312dbd0d776a4d96c6bd47c8f51cabc106 Mon Sep 17 00:00:00 2001 From: toastal Date: Tue, 30 Nov 2021 13:52:13 +0700 Subject: [PATCH] upgrade dependencies, license comment block fixed, spago2nix --- .gitignore | 1 + flake.lock | 18 +- flake.nix | 1 + spago-packages.nix | 898 +++++++++++++++++++++++++++++++++++++++++ src/Halogen/Donut.css | 10 +- src/Halogen/Donut.purs | 10 +- 6 files changed, 919 insertions(+), 19 deletions(-) create mode 100644 spago-packages.nix diff --git a/.gitignore b/.gitignore index b0d9d67..35f261a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,6 @@ /.purs* /.psa* /.spago +/.spago2nix node_modules/ result diff --git a/flake.lock b/flake.lock index 2527e6e..c80000c 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "easy-purescript-nix": { "flake": false, "locked": { - "lastModified": 1634991731, - "narHash": "sha256-uAS889Rpl//h0Ne2M7NyNk6tDFOkr9O3R8yny3qHKVk=", + "lastModified": 1637830227, + "narHash": "sha256-S/n17xSJ9uSOY3EfIXWby/iNkQ+6LqHQmBM7T3yC4tg=", "owner": "justinwoo", "repo": "easy-purescript-nix", - "rev": "7802db65618c2ead3a55121355816b4c41d276d9", + "rev": "721bbd957c62594c46ea4c94f1a9f3cb341b2d25", "type": "github" }, "original": { @@ -18,11 +18,11 @@ }, "flake-utils": { "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", + "lastModified": 1638122382, + "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", "owner": "numtide", "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", + "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", "type": "github" }, "original": { @@ -33,11 +33,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1636976544, - "narHash": "sha256-9ZmdyoRz4Qu8bP5BKR1T10YbzcB9nvCeQjOEw2cRKR0=", + "lastModified": 1638198142, + "narHash": "sha256-plU9b8r4St6q4U7VHtG9V7oF8k9fIpfXl/KDaZLuY9k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "931ab058daa7e4cd539533963f95e2bb0dbd41e6", + "rev": "8a308775674e178495767df90c419425474582a1", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 927a1aa..9a02a07 100644 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,7 @@ nodePackages.eslint easy-ps.purescript-language-server easy-ps.purs-tidy + easy-ps.spago2nix ]); }; } diff --git a/spago-packages.nix b/spago-packages.nix new file mode 100644 index 0000000..74d839f --- /dev/null +++ b/spago-packages.nix @@ -0,0 +1,898 @@ +# This file was generated by Spago2Nix + +{ pkgs ? import {} }: + +let + inputs = { + + "aff" = pkgs.stdenv.mkDerivation { + name = "aff"; + version = "v6.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-contrib/purescript-aff.git"; + rev = "d0eb009f2f47cb1f5ba1d8592d90c95e8e7ff75d"; + sha256 = "1780sgqyvbdgh8ynxmxn5d44vvhaz7kn9sv3l44c2s9q8xfjkfgm"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "arrays" = pkgs.stdenv.mkDerivation { + name = "arrays"; + version = "v6.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-arrays.git"; + rev = "c0aa3176b077ad7a46b11ef34487485c28142e53"; + sha256 = "0lm0m5hapimchzgfywr648pkw1hpggr6qibh8d19p2impbnc94c0"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "avar" = pkgs.stdenv.mkDerivation { + name = "avar"; + version = "v4.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-contrib/purescript-avar.git"; + rev = "ac3cbbb8d4b71ff19a78a3178355c089e44d3b4d"; + sha256 = "005046wl61w6r5v3qwd16srhcx82vdz3yvp4xzad2xaasb6iq55l"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "bifunctors" = pkgs.stdenv.mkDerivation { + name = "bifunctors"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-bifunctors.git"; + rev = "a31d0fc4bbebf19d5e9b21b65493c28b8d3fba62"; + sha256 = "0xc2hf8ccdgqw3m9qcmr38kmzv05fsxvakd07wyrqshvkzg3xn0d"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "catenable-lists" = pkgs.stdenv.mkDerivation { + name = "catenable-lists"; + version = "v6.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-catenable-lists.git"; + rev = "ee03395f2c5d59a7fd8529a0faac6ec1ebcbb682"; + sha256 = "1lz06fx0za5sl65wccn5fl37mw3x4jnvrriz1gg0aqsmm9lag7ss"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "console" = pkgs.stdenv.mkDerivation { + name = "console"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-console.git"; + rev = "d7cb69ef8fed8a51466afe1b623868bb29e8586e"; + sha256 = "0fzzzqjgrz33pb2jf7cdqpg09ilxb7bsrc7sbfq52wjg0sx9aq6g"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "const" = pkgs.stdenv.mkDerivation { + name = "const"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-const.git"; + rev = "3a3a4bdc44f71311cf27de9bd22039b110277540"; + sha256 = "0aq9qjbrvf8mf8hmas6imv4mg6n3zi13hkf449ns1hn12lw8qv4g"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "contravariant" = pkgs.stdenv.mkDerivation { + name = "contravariant"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-contravariant.git"; + rev = "ae1a765f7ddbfd96ae1f12e399e46d554d8e3b38"; + sha256 = "029hb8i3n4759x4gc06wkfgr7wim5x1w5jy2bsiy42n0g731h5qc"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "control" = pkgs.stdenv.mkDerivation { + name = "control"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-control.git"; + rev = "18d582e311f1f8523f9eb55fb93c91bd21e22837"; + sha256 = "06dc06yli4g5yr8fb9sdpqbhiaff37g977qcsbds9q2mlhnjgfx9"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "datetime" = pkgs.stdenv.mkDerivation { + name = "datetime"; + version = "v5.0.2"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-datetime.git"; + rev = "e110462829ea656d2bc0924266d4edff222108d4"; + sha256 = "1mhzn2ymdkzki7wjlr9xrdbngm0886wmfbh2c46flnf9lmfyw54y"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "distributive" = pkgs.stdenv.mkDerivation { + name = "distributive"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-distributive.git"; + rev = "11f3f87ca5720899e1739cedb58dd6227cae6ad5"; + sha256 = "0788znmdyh6b1c9pln624ah397l88xmd3fxlxiy3z1qy8bzr4r54"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "dom-indexed" = pkgs.stdenv.mkDerivation { + name = "dom-indexed"; + version = "v8.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-halogen/purescript-dom-indexed.git"; + rev = "d1e365cfc6d1b05d175061146a4a423d61ecf500"; + sha256 = "092z5y96bw88dywd2qnjv668lnf62anb5kgjz0x9a6cbilq62rz2"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "effect" = pkgs.stdenv.mkDerivation { + name = "effect"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-effect.git"; + rev = "985d97bd5721ddcc41304c55a7ca2bb0c0bfdc2a"; + sha256 = "1n9qr85knvpm4i0qhm8xbgfk46v9y843p76j278phfs9l6aywzsn"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "either" = pkgs.stdenv.mkDerivation { + name = "either"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-either.git"; + rev = "c1a1af35684f10eecaf6ac7d38dbf6bd48af2ced"; + sha256 = "18dk159yyv7vs0xsnh9m5fajd7zy6zw5b2mpyd6nqdh3c6bb9wh6"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "enums" = pkgs.stdenv.mkDerivation { + name = "enums"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-enums.git"; + rev = "170d959644eb99e0025f4ab2e38f5f132fd85fa4"; + sha256 = "1lci5iy6s6cmh93bpkfcmp0j4n5dnij7dswb0075bk0kzd9xp7rs"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "exceptions" = pkgs.stdenv.mkDerivation { + name = "exceptions"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-exceptions.git"; + rev = "410d0b8813592bda3c25028540eeb2cda312ddc9"; + sha256 = "1yjbrx34a0rnxgpvywb63n9jzhkdgb2q2acyzbwh290mrrggc95x"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "exists" = pkgs.stdenv.mkDerivation { + name = "exists"; + version = "v5.1.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-exists.git"; + rev = "c34820f8b2d15be29abdd5097c3d636f5df8f28c"; + sha256 = "15qp52cpp2yvxihkzfmn6gabyvx5s6iz5lafvqhyfgp4wfnz0bds"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "foldable-traversable" = pkgs.stdenv.mkDerivation { + name = "foldable-traversable"; + version = "v5.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-foldable-traversable.git"; + rev = "d581caf260772b1b446c11ac3c8be807b290b220"; + sha256 = "182na4np7hk2dqyxywy4jij2csrzx4bz02m6bq8yx1j27hlgjvsd"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "foreign" = pkgs.stdenv.mkDerivation { + name = "foreign"; + version = "v6.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-foreign.git"; + rev = "7ee18c6689c56c89755172ea53326f948da10bd3"; + sha256 = "16j7712cck79p8q53xbhn4hs886bm0ls5wvmchrhqnaghj48m85g"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "foreign-object" = pkgs.stdenv.mkDerivation { + name = "foreign-object"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-foreign-object.git"; + rev = "c9a7b7bb8bed1b87c5545c4ebe85a70f86c0e6b1"; + sha256 = "0accw6qd93qqry19rskjgl7y54xi2wd70rglbqyjx6c5ybcjnavr"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "fork" = pkgs.stdenv.mkDerivation { + name = "fork"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-contrib/purescript-fork.git"; + rev = "153cc29e6e51fb1108368efc622d41d9f80bd707"; + sha256 = "1hyvaixza8151zbylk2kv859x48yyhla536lcjghcwd62vzfwmdn"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "free" = pkgs.stdenv.mkDerivation { + name = "free"; + version = "v6.1.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-free.git"; + rev = "fea875168b4da6dec7ab819d780d8ecde9f37dbd"; + sha256 = "038wbpmbv86q8s69fcvqb8fngkqc863axp7khzgnsqw55d1926r4"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "freeap" = pkgs.stdenv.mkDerivation { + name = "freeap"; + version = "v6.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/ethul/purescript-freeap.git"; + rev = "2756c0abaa78362694ad4abca19d2a08dc06df8d"; + sha256 = "1kslihgbpmznmalxwz9i4czrwbwkdf5xq3mswaixmcfmgzc0r63g"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "functions" = pkgs.stdenv.mkDerivation { + name = "functions"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-functions.git"; + rev = "691b3345bc2feaf914e5299796c606b6a6bf9ca9"; + sha256 = "1gnk6xh5x04zcahn82gwp49qpglxd5jkfqn0i58m27jfihvblaxd"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "functors" = pkgs.stdenv.mkDerivation { + name = "functors"; + version = "v4.1.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-functors.git"; + rev = "e936f7a8d2ec53a344c478ccada5add93273848c"; + sha256 = "0i1x14r54758s5jx5d7zy4l07mg6gabljadgybldnbpmdqk6b966"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "gen" = pkgs.stdenv.mkDerivation { + name = "gen"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-gen.git"; + rev = "85c369f56545a3de834b7e7475a56bc9193bb4b4"; + sha256 = "1h396rqn1fc2c155i58vnaksqjrpajly128ah6wq1w426vwr1vrf"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "halogen" = pkgs.stdenv.mkDerivation { + name = "halogen"; + version = "v6.1.3"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-halogen/purescript-halogen.git"; + rev = "79b86b70ab0848a3551e1dac1d854036ad23d833"; + sha256 = "08m639pfh85w52w1kk3qdk9cxvxi0f2fcfvyk23k7j5y4pi43z8f"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "halogen-subscriptions" = pkgs.stdenv.mkDerivation { + name = "halogen-subscriptions"; + version = "v1.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-halogen/purescript-halogen-subscriptions.git"; + rev = "95dfd40ec490ac847b9fe458e5821acba3e30ff5"; + sha256 = "00yjxxzwvqc0mvf6z3qml3br9f611h10v07gcbnc723xd2qvbgrb"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "halogen-vdom" = pkgs.stdenv.mkDerivation { + name = "halogen-vdom"; + version = "v7.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-halogen/purescript-halogen-vdom.git"; + rev = "ebab8125a513de17dec3b9e69804fc2ac9c517aa"; + sha256 = "14jcmca3crwc9phx1hfnr5gpdb4sw4amf5ssdfvjrs9fky06gfqy"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "identity" = pkgs.stdenv.mkDerivation { + name = "identity"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-identity.git"; + rev = "5c150ac5ee4fa6f145932f6322a1020463dae8e9"; + sha256 = "0a58y71ihvb5b7plnn2sxsbphqzd9nzfafak4d5a576agn76q0ql"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "integers" = pkgs.stdenv.mkDerivation { + name = "integers"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-integers.git"; + rev = "8a783f2d92596c43afca53066ac18eb389d15981"; + sha256 = "1rrygw0ai61brnvgap7dfhdzacyhg5439pz6yrmmyg32cvf0znhv"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "invariant" = pkgs.stdenv.mkDerivation { + name = "invariant"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-invariant.git"; + rev = "c421b49dec7a1511073bb408a08bdd8c9d17d7b1"; + sha256 = "0vwkbh7kv00g50xjgvxc0mv5b99mrj6q0sxznxwk32hb9hkbhy5l"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "js-date" = pkgs.stdenv.mkDerivation { + name = "js-date"; + version = "v7.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-contrib/purescript-js-date.git"; + rev = "a6834eef986e3af0490cb672dc4a8b4b089dcb15"; + sha256 = "1dpiwn65qww862ilpfbd06gwfazpxvz3jwvsjsdrcxqqfcbjp8n8"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "lazy" = pkgs.stdenv.mkDerivation { + name = "lazy"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-lazy.git"; + rev = "2f73f61e7ac1ae1cfe05564112e3313530e673ff"; + sha256 = "1wxfx019911gbkifq266hgn67zwm89pxhi83bai77mva5n9j3f6l"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "lists" = pkgs.stdenv.mkDerivation { + name = "lists"; + version = "v6.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-lists.git"; + rev = "6383c4f202b3f69474f9f7da182c2d42fcc3111c"; + sha256 = "0xmg918s3mqvfvwgjfqcs1yvcz6hy2n7h3ygqz2iyvk868gz25qs"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "math" = pkgs.stdenv.mkDerivation { + name = "math"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-math.git"; + rev = "59746cc74e23fb1f04e09342884c5d1e3943a04f"; + sha256 = "0hkf0vyiga21992d9vbvdbnzdkvgljmsi497jjas1rk3vhblx8sq"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "maybe" = pkgs.stdenv.mkDerivation { + name = "maybe"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-maybe.git"; + rev = "8e96ca0187208e78e8df6a464c281850e5c9400c"; + sha256 = "0vyk3r9gklvv7awzpph7ra53zxxbin1ngmqflb5vvr2365v5xyqy"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "media-types" = pkgs.stdenv.mkDerivation { + name = "media-types"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-contrib/purescript-media-types.git"; + rev = "b6efa4c1e6808b31f399d8030b5938acec87cb48"; + sha256 = "0l51nd1w52756pyy3zliwmhfbin0px4pxr7d2h5vchl1wq895fja"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "newtype" = pkgs.stdenv.mkDerivation { + name = "newtype"; + version = "v4.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-newtype.git"; + rev = "7b292fcd2ac7c4a25d7a7a8d3387d0ee7de89b13"; + sha256 = "1fgzbxslckva2psn0sia30hfakx8xchz3wx2kkh3w8rr4nn2py8v"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "nonempty" = pkgs.stdenv.mkDerivation { + name = "nonempty"; + version = "v6.1.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-nonempty.git"; + rev = "7696eaf915da5333173bca7d779a51f91a525b83"; + sha256 = "0hhhw5x5xvs2bd9373gklja1545glnzi1xc2sj16kkznnayrmvsn"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "now" = pkgs.stdenv.mkDerivation { + name = "now"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-contrib/purescript-now.git"; + rev = "4c994dae8bb650787de1e4d9e709f2565fb354fb"; + sha256 = "1wa4j2h5rlw1lgfpm7rif3v6ksm8lplxl1x69zpk8hdf0cfyz4qm"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "nullable" = pkgs.stdenv.mkDerivation { + name = "nullable"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-contrib/purescript-nullable.git"; + rev = "8b19c16b16593102ae5d5d9f5b42eea0e213e2f5"; + sha256 = "0jbmks8kwhpb5fr2b9nb70fjwh6zdnwirycvzr77jafcny24yrnl"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "numbers" = pkgs.stdenv.mkDerivation { + name = "numbers"; + version = "v8.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-numbers.git"; + rev = "f5bbd96cbed58403c4445bd4c73df50fc8d86f46"; + sha256 = "00pm2x4kh4fm91r7nmik1v5jclkgh7gpxz13ambyqxbxbiqjq0vg"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "ordered-collections" = pkgs.stdenv.mkDerivation { + name = "ordered-collections"; + version = "v2.0.2"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-ordered-collections.git"; + rev = "1929b706b07e251995b6be51baa7995c61eb4d83"; + sha256 = "0g57043ylj3kldkm5vn233yd6hiamryhdfh72cxx9h3mn0ra8ghd"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "orders" = pkgs.stdenv.mkDerivation { + name = "orders"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-orders.git"; + rev = "c25b7075426cf82bcb960495f28d2541c9a75510"; + sha256 = "0wwy3ycjll0s590ra35zf5gjvs86w97rln09bj428axhg7cvfl0a"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "parallel" = pkgs.stdenv.mkDerivation { + name = "parallel"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-parallel.git"; + rev = "16b38a2e148639b04ae67e0ce63cc220da8857f7"; + sha256 = "0x8mvhgs8ygqj34xgyhk6gixqm32p2ymm00zg0zdw13g3lil9p4x"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "partial" = pkgs.stdenv.mkDerivation { + name = "partial"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-partial.git"; + rev = "2f0a5239efab68179a684603263bcec8f1489b08"; + sha256 = "0acxf686hvaj793hyb7kfn9lf96kv3nk0lls2p9j095ylp55sldb"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "prelude" = pkgs.stdenv.mkDerivation { + name = "prelude"; + version = "v5.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-prelude.git"; + rev = "68f8012bc2309d9bf5832cdf7316ad052d586905"; + sha256 = "1x0cacvv9mmw80vy6f40y0p959q1dz28fwjswhyd7ws6npbklcy0"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "profunctor" = pkgs.stdenv.mkDerivation { + name = "profunctor"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-profunctor.git"; + rev = "4551b8e437a00268cc9b687cbe691d75e812e82b"; + sha256 = "0fvd2xiv77sp4jd4spgdp4i9812p6pdzzbg4pa96mbr0h19jf39c"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "refs" = pkgs.stdenv.mkDerivation { + name = "refs"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-refs.git"; + rev = "f66d3cdf6a6bf4510e5181b3fac215054d8f1e2e"; + sha256 = "1jhc2v784jy8bvkqy4zsh2z7pnqrhwa8n5kx98xhxx73n1bf38sg"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "safe-coerce" = pkgs.stdenv.mkDerivation { + name = "safe-coerce"; + version = "v1.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-safe-coerce.git"; + rev = "e719defd227d932da067a1f0d62a60b3d3ff3637"; + sha256 = "0m942lc23317izspz1sxw957mwl9yb9bgk8dh23f7b3a8w9hh8ff"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "st" = pkgs.stdenv.mkDerivation { + name = "st"; + version = "v5.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-st.git"; + rev = "994eb5e650f3caedac385dcc61694f691df57983"; + sha256 = "14hz254f1y0k3v83z719np0ddrgbca0hdsd9dvv244i07vlvm2zj"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "strings" = pkgs.stdenv.mkDerivation { + name = "strings"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-strings.git"; + rev = "157e372a23e4becd594d7e7bff6f372a6f63dd82"; + sha256 = "0hyaa4d8gyyvac2nxnwqkn2rvi5vax4bi4yv10mpk7rgb8rv7mb8"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "tailrec" = pkgs.stdenv.mkDerivation { + name = "tailrec"; + version = "v5.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-tailrec.git"; + rev = "5fbf0ac05dc6ab1a228b2897630195eb7483b962"; + sha256 = "1jjl2q2hyhjcdxpamzr1cdlxhmq2bl170x5p3jajb9zgwkqx0x22"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "transformers" = pkgs.stdenv.mkDerivation { + name = "transformers"; + version = "v5.2.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-transformers.git"; + rev = "1e5d4193b38c613c97ea1ebdb721c6b94cd8c50a"; + sha256 = "0lggimnq016v98ib6h68gnciraambxrfqm2s033wm34srcy8xs06"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "tuples" = pkgs.stdenv.mkDerivation { + name = "tuples"; + version = "v6.0.1"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-tuples.git"; + rev = "d4fe8ffe9e8c512111ee0bc18a6ba0fd056a6773"; + sha256 = "0s2ar2gih4r34km8r8dqngh21s8899yb93mb7mips08ndy3ajq3a"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "type-equality" = pkgs.stdenv.mkDerivation { + name = "type-equality"; + version = "v4.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-type-equality.git"; + rev = "f7644468f22ed267a15d398173d234fa6f45e2e0"; + sha256 = "126pg4zg3bsrn8dzvv75xp586nznxyswzgjlr7cag3ij3j1z0kl0"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "typelevel-prelude" = pkgs.stdenv.mkDerivation { + name = "typelevel-prelude"; + version = "v6.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-typelevel-prelude.git"; + rev = "83ddcdb23d06c8d5ea6196596a70438f42cd4afd"; + sha256 = "1vwf3yhn8mir5y41wvlyszkgd5fxvrcyfd0l8cn20c8vfq36yzgk"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "unfoldable" = pkgs.stdenv.mkDerivation { + name = "unfoldable"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-unfoldable.git"; + rev = "bbcc2b062b9b7d3d61f123cfb32cc8c7fb811aa6"; + sha256 = "1v3bz04wj6hj7s6mcf49hajylg6w58n78q54sqi2ra2zq8h99kpw"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "unsafe-coerce" = pkgs.stdenv.mkDerivation { + name = "unsafe-coerce"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript/purescript-unsafe-coerce.git"; + rev = "ee24f0d3b94bf925d9c50fcc2b449579580178c0"; + sha256 = "0l2agnm1k910v4yp1hz19wrsrywsr5scb397762y7pigm3frzs8r"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "unsafe-reference" = pkgs.stdenv.mkDerivation { + name = "unsafe-reference"; + version = "v4.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-contrib/purescript-unsafe-reference.git"; + rev = "d4e11a0f291fe8db9855c8bec89fd50b4e48d043"; + sha256 = "103bax2g6g97k868j66rm6658qv6ix1kk3736c0lq1p47raqf3fb"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "web-clipboard" = pkgs.stdenv.mkDerivation { + name = "web-clipboard"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-web/purescript-web-clipboard.git"; + rev = "24f845a888d980d9de78c18f6a67353704429d0d"; + sha256 = "11yrwg8y91aa3r5d375vc9mg5wi5646wl5qhvdcrk839d3nl3xpf"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "web-dom" = pkgs.stdenv.mkDerivation { + name = "web-dom"; + version = "v5.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-web/purescript-web-dom.git"; + rev = "03dfc2f512e124615ab183ade357e3d54007c79d"; + sha256 = "06g9cp9fkzyfwbz5cs0wxjxgdydm9hy7756p2w4vx94myki20hgx"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "web-events" = pkgs.stdenv.mkDerivation { + name = "web-events"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-web/purescript-web-events.git"; + rev = "c8a50893f04f54e2a59be7f885d25caef3589c57"; + sha256 = "1dxwrl2r39vazb3g1ka4dkpy6idyi17aq4hf9vvdsmcwf2jjwbn9"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "web-file" = pkgs.stdenv.mkDerivation { + name = "web-file"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-web/purescript-web-file.git"; + rev = "3e42263b4392d82c0e379b7a481bbee9b38b1308"; + sha256 = "11x1inhr5pvs2iyg818cywwdskb33q777592sd3b4g4jyczcb1li"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "web-html" = pkgs.stdenv.mkDerivation { + name = "web-html"; + version = "v3.2.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-web/purescript-web-html.git"; + rev = "3a249b966ee72c19874b4a2ec6db4059087500e4"; + sha256 = "1ds26vwyba0chhpa09m938brw9q8pxjk6z1n3d4nc30hvdkrjnbh"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "web-storage" = pkgs.stdenv.mkDerivation { + name = "web-storage"; + version = "v4.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-web/purescript-web-storage.git"; + rev = "22fa56bac204c708e521e746ad4ca2b5810f62c5"; + sha256 = "1viy027k9qyr7mckqkvizwbwkfskc6frppsa1v9a0hq6gc08mpjx"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "web-touchevents" = pkgs.stdenv.mkDerivation { + name = "web-touchevents"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-web/purescript-web-touchevents.git"; + rev = "c4a4c41c51bca587c22ed00980ddeca3403c08cd"; + sha256 = "0s5zalrb9i06p8dma9rnci97q10spz3r9fh727sw02r1zzpkdgrk"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + "web-uievents" = pkgs.stdenv.mkDerivation { + name = "web-uievents"; + version = "v3.0.0"; + src = pkgs.fetchgit { + url = "https://github.com/purescript-web/purescript-web-uievents.git"; + rev = "cc0fe9095d58a2b5011982e25b31beb4b3626ad6"; + sha256 = "1cb353pcsf8h0sjhk5ljc47xcwgqhwyyfygk5sbr6xgs16y53la2"; + }; + phases = "installPhase"; + installPhase = "ln -s $src $out"; + }; + + }; + + cpPackage = pkg: + let + target = ".spago/${pkg.name}/${pkg.version}"; + in '' + if [ ! -e ${target} ]; then + echo "Installing ${target}." + mkdir -p ${target} + cp --no-preserve=mode,ownership,timestamp -r ${toString pkg.outPath}/* ${target} + else + echo "${target} already exists. Skipping." + fi + ''; + + getGlob = pkg: ''".spago/${pkg.name}/${pkg.version}/src/**/*.purs"''; + + getStoreGlob = pkg: ''"${pkg.outPath}/src/**/*.purs"''; + +in { + inherit inputs; + + installSpagoStyle = pkgs.writeShellScriptBin "install-spago-style" '' + set -e + echo installing dependencies... + ${builtins.toString (builtins.map cpPackage (builtins.attrValues inputs))} + echo "echo done." + ''; + + buildSpagoStyle = pkgs.writeShellScriptBin "build-spago-style" '' + set -e + echo building project... + purs compile ${builtins.toString (builtins.map getGlob (builtins.attrValues inputs))} "$@" + echo done. + ''; + + buildFromNixStore = pkgs.writeShellScriptBin "build-from-store" '' + set -e + echo building project using sources from nix store... + purs compile ${builtins.toString ( + builtins.map getStoreGlob (builtins.attrValues inputs))} "$@" + echo done. + ''; + + mkBuildProjectOutput = + { src, purs }: + + pkgs.stdenv.mkDerivation { + name = "build-project-output"; + src = src; + + buildInputs = [ purs ]; + + installPhase = '' + mkdir -p $out + purs compile "$src/**/*.purs" ${builtins.toString + (builtins.map + (x: ''"${x.outPath}/src/**/*.purs"'') + (builtins.attrValues inputs))} + mv output $out + ''; + }; +} diff --git a/src/Halogen/Donut.css b/src/Halogen/Donut.css index 33dc8d2..762141c 100644 --- a/src/Halogen/Donut.css +++ b/src/Halogen/Donut.css @@ -1,8 +1,8 @@ -/*! SPDX-License-Identifier: MPL-2.0 - * Copyright © 2020–2021 toastal purescript-halogen-donut - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at https://mozilla.org/MPL/2.0/. +/*@license MPL-2.0 +Copyright © 2020–2021 toastal purescript-halogen-donut +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, You can obtain one at https://mozilla.org/MPL/2.0/. */ @keyframes Donut-spinner--dashlength { 0% { diff --git a/src/Halogen/Donut.purs b/src/Halogen/Donut.purs index ec5f8a5..7a0e613 100644 --- a/src/Halogen/Donut.purs +++ b/src/Halogen/Donut.purs @@ -1,8 +1,8 @@ -{-! SPDX-License-Identifier: MPL-2.0 - Copyright © 2021 toastal purescript-blurhash - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at https://mozilla.org/MPL/2.0/. +{-@license MPL-2.0 +Copyright © 2020–2021 toastal purescript-halogen-donut +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, You can obtain one at https://mozilla.org/MPL/2.0/. -} module Halogen.Donut (progress, spinner) where -- 2.45.2