Skip to content

Commit e36005a

Browse files
committed
Constrained Happstack version in builds with older dependency versions
1 parent 220b191 commit e36005a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ before_install:
6161
echo "constraints:aeson=="$AESONVER >> cabal.config;
6262
fi
6363

64+
if [[ $HPVER == 2012.* ]]; then
65+
echo "constraints:happstack-server==7.3.0" >> cabal.config;
66+
fi
67+
6468
- sudo add-apt-repository -y ppa:hvr/ghc
6569
- sudo apt-get update
6670
- sudo apt-get install cabal-install-1.18 ghc-$GHCVER

0 commit comments

Comments
 (0)