spl / dlist

Difference lists in Haskell
https://hackage.haskell.org/package/dlist
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

Build with GHC 6.12 #8

Closed spl closed 10 years ago

spl commented 10 years ago

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.

gregwebs commented 10 years ago

It looks like the Cabal dependency is too large at least for the CI server. I wouldn't worry about 6.x builds anymore.