File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Cabal/src/Distribution/Simple/Build Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ import Prelude ()
20
20
21
21
import Distribution.Package
22
22
import Distribution.PackageDescription
23
+ import Distribution.Pretty (prettyShow )
23
24
import Distribution.Simple.Compiler
24
25
import Distribution.Simple.LocalBuildInfo
25
- import Distribution.Pretty ( prettyShow )
26
26
import Distribution.Utils.ShortText
27
27
import Distribution.Version
28
28
@@ -45,7 +45,7 @@ generatePackageInfoModule pkg_descr lbi =
45
45
, Z. zMaintainer = show $ fromShortText $ maintainer pkg_descr
46
46
, Z. zAuthor = show $ fromShortText $ author pkg_descr
47
47
, Z. zStability = show $ fromShortText $ stability pkg_descr
48
- , Z. zHomepage = show $ fromShortText $ homepage pkg_descr
48
+ , Z. zHomepage = show $ fromShortText $ homepage pkg_descr
49
49
, Z. zPkgUrl = show $ fromShortText $ pkgUrl pkg_descr
50
50
, Z. zBugReports = show $ fromShortText $ bugReports pkg_descr
51
51
, Z. zSynopsis = show $ fromShortText $ synopsis pkg_descr
You can’t perform that action at this time.
0 commit comments