aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloudi/cabal3.patch
blob: 4f20cc1e02883839c4e7d4cd3bc0ddbad8d19cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -419,7 +419,7 @@
 AM_CONDITIONAL([GO_SUPPORT], [test "x$go_support" = "xtrue"])
 
 # Haskell CloudI API support
-cabal_install_v2="false"
+cabal_install_v2="true"
 if test "x$haskell_support" = "xtrue" ; then
 AC_ARG_VAR([GHC],[Glasgow Haskell Compiler executable])
 AC_PATH_PROGS([GHC],[ghc])