File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,15 @@ import Data.Maybe (isNothing)
1616import Distribution.Fields (pwarning )
1717import Distribution.PackageDescription
1818 ( GenericPackageDescription
19- ( packageDescription
20- , gpdScannedVersion
21- , genPackageFlags
22- , condLibrary
23- , condSubLibraries
24- , condForeignLibs
25- , condExecutables
26- , condTestSuites
27- , condBenchmarks
28- )
19+ , packageDescription
20+ , gpdScannedVersion
21+ , genPackageFlags
22+ , condLibrary
23+ , condSubLibraries
24+ , condForeignLibs
25+ , condExecutables
26+ , condTestSuites
27+ , condBenchmarks
2928 )
3029import Distribution.PackageDescription.Parsec (parseGenericPackageDescription )
3130import Distribution.PackageDescription.PrettyPrint (showGenericPackageDescription )
You can’t perform that action at this time.
0 commit comments