diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-07-10 22:45:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-07-10 22:45:31 -0400 |
| commit | 3390eb9230fa774b3867edf8dec608491f005a77 (patch) | |
| tree | cb92a997817da5d69963951ccdd5fe7755c3dc42 | |
| parent | 8946b47db61d4debebe3a64637b4dbaa1d2c39f6 (diff) | |
hackage tells me I need cabal-version: >= 1.8 due to build-depends versioning
| -rw-r--r-- | propellor.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index 1c6664b2..b60379e8 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,6 +1,6 @@ Name: propellor Version: 2.6.0 -Cabal-Version: >= 1.6 +Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> Author: Joey Hess |
