diff options
| -rw-r--r-- | src/CabalHelper/Compiletime/Types.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/CabalHelper/Compiletime/Types.hs b/src/CabalHelper/Compiletime/Types.hs index 645ee7c..e646f5e 100644 --- a/src/CabalHelper/Compiletime/Types.hs +++ b/src/CabalHelper/Compiletime/Types.hs @@ -231,7 +231,7 @@ data ProjInfoImpl pt where      } -> ProjInfoImpl 'V2    ProjInfoStack :: -    { piStackProjPaths        :: !StackProjPaths +    { piStackProjPaths :: !StackProjPaths      } -> ProjInfoImpl 'Stack  data UnitModTimes = UnitModTimes | 
