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 1c5482d commit 773602cCopy full SHA for 773602c
Cabal/src/Distribution/Simple/Build/Macros/Z.hs
@@ -3,8 +3,8 @@
3
module Distribution.Simple.Build.Macros.Z (render, Z(..), ZPackage (..), ZTool (..)) where
4
import Distribution.ZinzaPrelude
5
data Z
6
- = Z {zPackages :: ([ZPackage]),
7
- zTools :: ([ZTool]),
+ = Z {zPackages :: [ZPackage],
+ zTools :: [ZTool],
8
zPackageKey :: String,
9
zComponentId :: String,
10
zPackageVersion :: Version,
0 commit comments