We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fd93a commit 50b62edCopy full SHA for 50b62ed
Cabal/Distribution/Simple/Build.hs
@@ -25,6 +25,7 @@ module Distribution.Simple.Build (
25
initialBuildSteps,
26
createInternalPackageDB,
27
componentInitialBuildSteps,
28
+ writeAutogenFiles
29
) where
30
31
import Prelude ()
Cabal/Distribution/Simple/Utils/Json.hs
@@ -1,3 +1,5 @@
1
+-- | Utility json lib for Cabal
2
+-- TODO: Remove it again.
3
module Distribution.Simple.Utils.Json
4
( Json(..)
5
, renderJson
0 commit comments