stack-2.11.1: src/windows/Stack/Constants/UsrLibDirs.hs
{-# LANGUAGE NoImplicitPrelude #-}
-- | The module of this name differs as between Windows and non-Windows builds.
-- This is the Windows version.
module Stack.Constants.UsrLibDirs
( usrLibDirs
) where
import Stack.Prelude
-- | Used in Stack.Setup for detecting libtinfo, see comments at use site
usrLibDirs :: [Path Abs Dir]
usrLibDirs = []