From 4ecf06cbe37540a17049089072c12950a18cc6ef Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sun, 20 Aug 2017 17:06:49 +0200 Subject: Fix Setup.hs Cabal version check Related: 765984189a0e4bd8981512b5fbf3b715ab006b09 --- Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Setup.hs') 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 -- cgit v1.2.3