File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 hasql-pool = lib . dontCheck prev . hasql-pool_1_0_1 ;
7979 hasql-transaction = lib . dontCheck prev . hasql-transaction_1_1_0_1 ;
8080 postgresql-binary = lib . dontCheck ( lib . doJailbreak prev . postgresql-binary_0_13_1_3 ) ;
81+
82+ http2 =
83+ prev . callHackageDirect
84+ {
85+ pkg = "http2" ;
86+ ver = "5.4.0" ;
87+ sha256 = "sha256-PeEWVd61bQ8G7LvfLeXklzXqNJFaAjE2ecRMWJZESPE=" ;
88+ }
89+ { } ;
90+
91+ http-semantics =
92+ prev . callHackageDirect
93+ {
94+ pkg = "http-semantics" ;
95+ ver = "0.4.0" ;
96+ sha256 = "sha256-rh0z51EKvsu5rQd5n2z3fSRjjEObouNZSBPO9NFYOF0=" ;
97+ }
98+ { } ;
99+
100+ network-run =
101+ prev . callHackageDirect
102+ {
103+ pkg = "network-run" ;
104+ ver = "0.5.0" ;
105+ sha256 = "sha256-vbXh+CzxDsGApjqHxCYf/ijpZtUCApFbkcF5gyN0THU=" ;
106+ }
107+ { } ;
108+
109+ time-manager =
110+ prev . callHackageDirect
111+ {
112+ pkg = "time-manager" ;
113+ ver = "0.2.4" ;
114+ sha256 = "sha256-sAt/331YLQ2IU3z90aKYSq1nxoazv87irsuJp7ZG3pw=" ;
115+ }
116+ { } ;
117+
118+ warp =
119+ lib . dontCheck ( prev . callCabal2nixWithOptions "warp"
120+ ( super . fetchFromGitHub {
121+ owner = "mkleczek" ;
122+ repo = "wai" ;
123+ rev = "e9c9e784dee1b54461b94089175a969eb647d262" ;
124+ #sha256 = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
125+ sha256 = "sha256-q8vgvsNeKM/fHp3H6+W/tR4HicioqeaU9Eo3rb13bLo=" ;
126+ } ) "--subpath=warp"
127+ { } ) ;
81128 } ;
82129in
83130{
You can’t perform that action at this time.
0 commit comments