Skip to content

Commit c4edc3b

Browse files
committed
Update generated Cabal/src/Distribution/Simple/Build/Macros/Z.hs
Not sure why this was not up to date on master and still CI passed. Maybe the content of this file is dependent on the GHC version we are using to build the `get-cabal-macros` tool?
1 parent 1c5482d commit c4edc3b

File tree

1 file changed

+2
-2
lines changed
  • Cabal/src/Distribution/Simple/Build/Macros

1 file changed

+2
-2
lines changed

Cabal/src/Distribution/Simple/Build/Macros/Z.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module Distribution.Simple.Build.Macros.Z (render, Z(..), ZPackage (..), ZTool (..)) where
44
import Distribution.ZinzaPrelude
55
data Z
6-
= Z {zPackages :: ([ZPackage]),
7-
zTools :: ([ZTool]),
6+
= Z {zPackages :: [ZPackage],
7+
zTools :: [ZTool],
88
zPackageKey :: String,
99
zComponentId :: String,
1010
zPackageVersion :: Version,

0 commit comments

Comments
 (0)