From cec921f15cb8c326fe81f6e32aebec1516ca36e6 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Wed, 21 Aug 2019 00:08:54 +0200 Subject: Implement cabal v2 backpack unit workaround See https://github.com/haskell/cabal/issues/6201 for details about the bug --- src/CabalHelper/Compiletime/Types.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CabalHelper/Compiletime/Types.hs') diff --git a/src/CabalHelper/Compiletime/Types.hs b/src/CabalHelper/Compiletime/Types.hs index 4ea0c54..a269210 100644 --- a/src/CabalHelper/Compiletime/Types.hs +++ b/src/CabalHelper/Compiletime/Types.hs @@ -351,6 +351,7 @@ data UnitImpl pt where UnitImplV2 :: { uiV2ComponentNames :: ![ChComponentName] , uiV2Components :: ![String] + , uiV2OnlyDependencies :: !Bool } -> UnitImpl ('Cabal 'CV2) UnitImplStack :: UnitImpl 'Stack -- cgit v1.2.3