We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220b191 commit e36005aCopy full SHA for e36005a
.travis.yml
@@ -61,6 +61,10 @@ before_install:
61
echo "constraints:aeson=="$AESONVER >> cabal.config;
62
fi
63
64
+ if [[ $HPVER == 2012.* ]]; then
65
+ echo "constraints:happstack-server==7.3.0" >> cabal.config;
66
+ fi
67
+
68
- sudo add-apt-repository -y ppa:hvr/ghc
69
- sudo apt-get update
70
- sudo apt-get install cabal-install-1.18 ghc-$GHCVER
0 commit comments