Travis-CI reports a failure when attempting to build dlist with GHC 6.12.3:
$ export SRC_TGZ=$(cabal-1.18 info . | awk '{print $2 ".tar.gz";exit}') ; cd dist/; if [ -f "$SRC_TGZ" ]; then cabal-1.18 install "$SRC_TGZ"; else echo "expected '$SRC_TGZ' not found"; exit 1; fi
Warning: Falling back to topdown solver for GHC < 7.
Resolving dependencies...
Configuring dlist-0.5...
Failed to install dlist-0.5
Last 10 lines of the build log ( /home/travis/.cabal/logs/dlist-0.5.log ):
cabal-1.18: Error: some packages failed to install:
dlist-0.5 failed during the configure step. The exception was:
user error (The package 'dlist' requires Cabal library version -any && >=1.9.2
but no suitable version is installed.)
I'm not sure what the problem is. I don't even know if it should be fixed. Putting this here for the record.
Travis-CI reports a failure when attempting to build
dlist
with GHC 6.12.3:I'm not sure what the problem is. I don't even know if it should be fixed. Putting this here for the record.