File tree 2 files changed +15
-9
lines changed
2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 29
29
"homepage" : " " ,
30
30
"owner" : " NixOS" ,
31
31
"repo" : " nixpkgs" ,
32
- "rev" : " 429c23aad0fce9ef38b0e60d55d7459c19d53ddc " ,
33
- "sha256" : " 1nj8sh1fnxp07jdlvjkijwfd1pnsi2zj0ivy7a0dhx02g63byhg3 " ,
32
+ "rev" : " 9fafaa30660e204bb27a35b3c608f03609705a5d " ,
33
+ "sha256" : " sha256:0ijw5yvglmh1kicxdailn0hvv2lbwbwgs9p9dshnxv0pvgvqi433 " ,
34
34
"type" : " tarball" ,
35
- "url" : " https://github.com/NixOS/nixpkgs/archive/429c23aad0fce9ef38b0e60d55d7459c19d53ddc .tar.gz" ,
35
+ "url" : " https://github.com/NixOS/nixpkgs/archive/9fafaa30660e204bb27a35b3c608f03609705a5d .tar.gz" ,
36
36
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
- { compiler ? "ghc8104 "
1
+ { compiler ? "ghc928 "
2
2
, sources ? import ./nix/sources.nix
3
3
, pkgs ? import sources . nixpkgs { }
4
4
} :
28
28
ver = "0.1.0" ;
29
29
sha256 = "sha256-hoSV6Q2+X5a7hFnJAArqNPjcMaCVyX9Vz4FcxeJ+jgI=" ; } { } ;
30
30
31
+ lockfree-queue = self . callHackageDirect {
32
+ pkg = "lockfree-queue" ;
33
+ ver = "0.2.4" ;
34
+ sha256 = "sha256-h1s/tiBq5Gzl8FtenQacmxJp7zPJPnmZXtKDPvxTSa4=" ; } { } ;
35
+
36
+
31
37
unicode-data = self . callHackageDirect {
32
38
pkg = "unicode-data" ;
33
39
ver = "0.2.0" ;
46
52
sha256 = "sha256-2pXGgM5n2hKh2gvKhGJMKzAwWMEn6KUUz8i5n3pHakY=" ;
47
53
} { } ;
48
54
49
- hashable = self . callHackageDirect {
50
- pkg = "hashable " ;
51
- ver = "1.3.2.0 " ;
52
- sha256 = "sha256-aMtNQNykvenduMW99h0ZDuU4kI1fFbIY4m4rRRNAU9o =" ;
53
- } { } ;
55
+ barbies-th = self . callHackageDirect {
56
+ pkg = "barbies-th " ;
57
+ ver = "0.1.10 " ;
58
+ sha256 = "sha256-cnTevB2qoEBMmGbqypQwJzPVF6z3cOXADbWF8OKQGAo =" ;
59
+ } { } ;
54
60
55
61
project-m36 = ( ( self . callCabal2nixWithOptions "project-m36" ./. "-f-haskell-scripting" { } ) ) ;
56
62
} ;
You can’t perform that action at this time.
0 commit comments