diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-09 22:11:40 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-09 22:11:40 -0400 |
| commit | 54d2888a9616cf5005422b34446797f0357b0098 (patch) | |
| tree | 4ea03a390517e646c1c34d71e0d17f8dec7caa37 /propellor.cabal | |
| parent | d2785b01012547d69b6c29df878191e7cb1bddc2 (diff) | |
Remove .gitignore from cabal file list, to avoid build failure on Debian. Closes: #754334
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal index e5c8f48a..50067b8d 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.8.0 +Version: 0.8.1 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess <joey@kitenet.net> @@ -25,7 +25,6 @@ Extra-Source-Files: debian/copyright debian/rules debian/lintian-overrides - .gitignore Synopsis: property-based host configuration management in haskell Description: Propellor enures that the system it's run in satisfies a list of |
