aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloudi/cabal3.patch
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-10 21:54:16 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-11 03:25:47 +0000
commit4c6cb02ff13b23b86e4451954d151bcccfdf0dc6 (patch)
treebb6b6b116676f0fcc1ceb80185c16b09bc9766c2 /community/cloudi/cabal3.patch
parent6ea78414aeb15014d236bc5b528694638f223768 (diff)
downloadaports-4c6cb02ff13b23b86e4451954d151bcccfdf0dc6.tar.bz2
aports-4c6cb02ff13b23b86e4451954d151bcccfdf0dc6.tar.xz
community/cloudi: fix build with Cabal 3
Diffstat (limited to 'community/cloudi/cabal3.patch')
-rw-r--r--community/cloudi/cabal3.patch11
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])