File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -763,7 +763,7 @@ initializeProver definitionModule specModule maybeTrustedModule = do
763
763
return result
764
764
765
765
trustedClaims :: [SomeClaim ]
766
- trustedClaims = fmap extractClaims maybeTrustedModule & fromMaybe []
766
+ trustedClaims = maybe [] extractClaims maybeTrustedModule
767
767
768
768
mapM_ logChangedClaim changedSpecClaims
769
769
Original file line number Diff line number Diff line change @@ -236,8 +236,7 @@ finalizeRulesParallel toRule finalizeApplied initialVariables initial unifiedRul
236
236
remainders <-
237
237
applyRemainder initial remainder
238
238
& Logic. observeAllT
239
- & (fmap . fmap ) assertRemainderPattern
240
- & fmap OrPattern. fromPatterns
239
+ & fmap (fmap assertRemainderPattern >>> OrPattern. fromPatterns)
241
240
return Step. Results
242
241
{ results = Seq. fromList results
243
242
, remainders
@@ -257,8 +256,7 @@ finalizeSequence toRule finalizeApplied initialVariables initial unifiedRules =
257
256
remainders <-
258
257
applyRemainder initial remainder
259
258
& Logic. observeAllT
260
- & (fmap . fmap ) assertRemainderPattern
261
- & fmap OrPattern. fromPatterns
259
+ & fmap (fmap assertRemainderPattern >>> OrPattern. fromPatterns)
262
260
return Step. Results
263
261
{ results = Seq. fromList $ fold results
264
262
, remainders
Original file line number Diff line number Diff line change 24
24
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
25
25
},
26
26
"hlint" : {
27
- "branch" : " v3.2" ,
27
+ "branch" : " v3.2.7 " ,
28
28
"description" : " Haskell source code suggestions" ,
29
29
"homepage" : null ,
30
30
"owner" : " ndmitchell" ,
31
31
"repo" : " hlint" ,
32
- "rev" : " b2fd3a720bba011bd77ed15bc4141b8fb996566e " ,
33
- "sha256" : " 1h2vi271y3c266b1hp1d18af8kr6nw6g1ys2k8v1cw5bjnm0rf7r " ,
32
+ "rev" : " c7354e473c7d09213c8adc3dc94bf50a6eb4a42d " ,
33
+ "sha256" : " 0jx699s890134swi71n4majbk9qbvslhmvn7cv3ndcni34chkbzb " ,
34
34
"type" : " tarball" ,
35
- "url" : " https://github.com/ndmitchell/hlint/archive/b2fd3a720bba011bd77ed15bc4141b8fb996566e .tar.gz" ,
35
+ "url" : " https://github.com/ndmitchell/hlint/archive/c7354e473c7d09213c8adc3dc94bf50a6eb4a42d .tar.gz" ,
36
36
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" ,
37
- "version" : " v3.2"
37
+ "version" : " v3.2.7 "
38
38
},
39
39
"hpack" : {
40
40
"branch" : " 0.33.0" ,
You can’t perform that action at this time.
0 commit comments