This repository was archived by the owner on Oct 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 1414 " tests"
1515 ],
1616 "dependencies" : {
17- "purescript-prelude" : " ^4.0.1" ,
18- "purescript-control" : " ^4.0.0" ,
17+ "purescript-prelude" : " ^4.1.0" ,
18+ "purescript-control" : " ^4.1.0"
19+ },
20+ "devDependencies" : {
1921 "purescript-halogen" : " ^4.0.0"
2022 }
2123}
Original file line number Diff line number Diff line change 1+ { nixpkgs ? import <nixpkgs> { } } :
2+ let
3+ inherit ( nixpkgs ) pkgs ;
4+ inherit ( easyPS . inputs ) ;
5+
6+ easyPS = import ( pkgs . fetchFromGitHub {
7+ owner = "justinwoo" ;
8+ repo = "easy-purescript-nix" ;
9+ rev = "993f63359b64db080061b274e4688e3b80c4f68e" ;
10+ sha256 = "18b7fmmxkg38y1av9kfgcv2rikdlji51ya5b9p7sy3aml2hprmi5" ;
11+ } ) ;
12+
13+ nixPackages = [
14+ pkgs . nodejs
15+ pkgs . yarn
16+ pkgs . stack
17+ easyPS . spago
18+ ] ;
19+ in
20+ pkgs . stdenv . mkDerivation {
21+ name = "env" ;
22+ buildInputs = nixPackages ;
23+ }
Original file line number Diff line number Diff line change 1- module Example. Main where
1+ module Main where
22
33import Prelude
44
Original file line number Diff line number Diff line change 1313 "watch-all" : " pulp -w build -I example --to dist/app.js"
1414 },
1515 "devDependencies" : {
16- "bower" : " ^1.8.4 " ,
17- "pulp" : " ^12.3.0 " ,
18- "purescript" : " ^0.12.0 "
16+ "bower" : " ^1.8.8 " ,
17+ "pulp" : " ^12.3.1 " ,
18+ "purescript" : " ^0.12.3 "
1919 }
2020}
You can’t perform that action at this time.
0 commit comments