diff options
Diffstat (limited to 'community/cloudi/cabal3.patch')
-rw-r--r-- | community/cloudi/cabal3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/cloudi/cabal3.patch b/community/cloudi/cabal3.patch new file mode 100644 index 0000000000..4f20cc1e02 --- /dev/null +++ b/community/cloudi/cabal3.patch @@ -0,0 +1,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]) |