Skip to content

Commit 50b62ed

Browse files
committed
Integrate PR change requests
1 parent b0fd93a commit 50b62ed

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cabal/Distribution/Simple/Build.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module Distribution.Simple.Build (
2525
initialBuildSteps,
2626
createInternalPackageDB,
2727
componentInitialBuildSteps,
28+
writeAutogenFiles
2829
) where
2930

3031
import Prelude ()

Cabal/Distribution/Simple/Utils/Json.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- | Utility json lib for Cabal
2+
-- TODO: Remove it again.
13
module Distribution.Simple.Utils.Json
24
( Json(..)
35
, renderJson

0 commit comments

Comments
 (0)