diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-08-20 17:06:49 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-08-20 17:07:20 +0200 |
commit | 4ecf06cbe37540a17049089072c12950a18cc6ef (patch) | |
tree | eff721389fda3ca6dde05fbeb6a72fda87ef078a /Setup.hs | |
parent | aee2ca4bd9b94201396c3c546dba049ce8876181 (diff) |
Fix Setup.hs Cabal version check
Related: 765984189a0e4bd8981512b5fbf3b715ab006b09
Diffstat (limited to 'Setup.hs')
-rw-r--r-- | Setup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |