fixes
This commit is contained in:
parent
5589991993
commit
ca66b64056
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ rm -rf MissingH-1.2.0.0
|
|||
cabal unpack MissingH
|
||||
cd MissingH-1.2.0.0
|
||||
incygwin patch -p1 <../standalone/windows/haskell-patches/MissingH_1.2.0.0-0001-hack-around-strange-build-problem-in-jenkins-autobui.patch
|
||||
cabal install --reinstall
|
||||
cabal install || true
|
||||
cd ..
|
||||
|
||||
cabal install --only-dependencies -f"$FLAGS"
|
||||
|
|
|
@ -38,8 +38,8 @@ index 473490d..0eea21b 100644
|
|||
- accessTime = fromInteger epochtime,
|
||||
- modificationTime = fromInteger epochtime,
|
||||
- statusChangeTime = fromInteger epochtime
|
||||
+ accessTime = undefined -- fromInteger epochtime,
|
||||
+ modificationTime = undefined -- fromInteger epochtime,
|
||||
+ accessTime = undefined, -- fromInteger epochtime,
|
||||
+ modificationTime = undefined, -- fromInteger epochtime,
|
||||
+ statusChangeTime = undefined -- fromInteger epochtime
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue