aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-08-20 17:06:49 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-08-20 17:07:20 +0200
commit4ecf06cbe37540a17049089072c12950a18cc6ef (patch)
treeeff721389fda3ca6dde05fbeb6a72fda87ef078a /Setup.hs
parentaee2ca4bd9b94201396c3c546dba049ce8876181 (diff)
Fix Setup.hs Cabal version check
Related: 765984189a0e4bd8981512b5fbf3b715ab006b09
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