Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
luite committed Jun 24, 2021
1 parent 2dc9f36 commit c023e1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Gen2/Generator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ getStaticRef = fmap (fmap itxt . listToMaybe) . genIdsI
genToplevelRhs :: Id
-> StgRhs
-> C
genToplevelRhs _i (StgRhsClosure _ext _cc _upd _args body)
-- general cases:
genToplevelRhs i (StgRhsCon cc con args) = do
ii <- jsIdI i
Expand Down
2 changes: 1 addition & 1 deletion utils/pkg-cache/ghc/compiler/stage2/build/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cProjectName :: String
cProjectName = "The Glorious Glasgow Haskell Compilation System"

cBooterVersion :: String
cBooterVersion = "8.10.1"
cBooterVersion = "8.10.5"

cStage :: String
cStage = show (2 :: Int)

0 comments on commit c023e1a

Please sign in to comment.