aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index 202bfb5..b50d669 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -4,7 +4,7 @@
#define MIN_VERSION_Cabal(x,y,z) 0
#endif
-#if MIN_VERSION_Cabal(2,1,0)
+#if MIN_VERSION_Cabal(2,0,0)
-- https://github.com/haskell/cabal/pull/4501 is upstream in 2.0, yey
import Distribution.Simple