Skip to content

Commit

Permalink
Integrate PR change requests
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Apr 11, 2019
1 parent b0fd93a commit 50b62ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cabal/Distribution/Simple/Build.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module Distribution.Simple.Build (
initialBuildSteps,
createInternalPackageDB,
componentInitialBuildSteps,
writeAutogenFiles
) where

import Prelude ()
Expand Down
2 changes: 2 additions & 0 deletions Cabal/Distribution/Simple/Utils/Json.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- | Utility json lib for Cabal
-- TODO: Remove it again.
module Distribution.Simple.Utils.Json
( Json(..)
, renderJson
Expand Down

0 comments on commit 50b62ed

Please sign in to comment.