This commit is contained in:
Joey Hess 2013-05-17 13:16:21 -04:00
parent 5589991993
commit ca66b64056
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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