aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2020-04-18 07:49:58 +0200
committerDaniel Gröber <dxld@darkboxed.org>2020-04-18 07:50:30 +0200
commit07922e2f17f2b63146cabce2ade99b380a04c4c3 (patch)
tree2add90312684d0e769136efcd37cab7999fa3625
parent8c35c5b6cf8f490301b2bad7c0ea48a4de5e0635 (diff)
Fix building with Cabal-3.2.0.0
-rw-r--r--src/CabalHelper/Runtime/Compat.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CabalHelper/Runtime/Compat.hs b/src/CabalHelper/Runtime/Compat.hs
index 27b53be..c845f47 100644
--- a/src/CabalHelper/Runtime/Compat.hs
+++ b/src/CabalHelper/Runtime/Compat.hs
@@ -125,7 +125,7 @@ import Distribution.Version
import qualified Distribution.InstalledPackageInfo as Installed
#endif
-#if CH_MIN_VERSION_Cabal(3,3,0)
+#if CH_MIN_VERSION_Cabal(3,2,0)
import Distribution.Types.Flag
( unFlagAssignment
)