finally really add back custom-setup stanza
Fourth or fifth try at this and finally found a way to make it work. Absurd amount of busy-work forced on me by change in cabal's behavior. Split up Utility modules that need posix stuff out of ones used by Setup. Various other hacks around inability for Setup to use anything that ifdefs a use of unix. Probably lost a full day of my life to this. This is how build systems make their users hate them. Just saying.
This commit is contained in:
parent
2bfdd690e2
commit
25703e1413
50 changed files with 494 additions and 345 deletions
|
@ -22,9 +22,7 @@ import Assistant.Install.AutoStart
|
|||
import Assistant.Install.Menu
|
||||
|
||||
import System.Environment
|
||||
#ifndef mingw32_HOST_OS
|
||||
import System.Posix.User
|
||||
#endif
|
||||
import System.PosixCompat.User
|
||||
import Data.Maybe
|
||||
import Control.Applicative
|
||||
import Prelude
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue