aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-01-16 10:20:12 +0100
committerDaniel Gröber <dxld@darkboxed.org>2017-01-16 10:21:50 +0100
commitc2295707466156ecc3251b1c833a5c6aa0437b7c (patch)
tree86e495ba948319abe5992d3528a5db2524520ba6
parent50b1a0491ca4e2bc6fc537dcb44ff46d9d5e0839 (diff)
Add README.md to sdist
-rw-r--r--cabal-helper.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 0f61898..174ef7b 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -34,7 +34,8 @@ maintainer: dxld@darkboxed.org
category: Distribution
build-type: Custom
cabal-version: >=1.10
-extra-source-files: CabalHelper/Main.hs
+extra-source-files: README.md
+ CabalHelper/Main.hs
CabalHelper/Licenses.hs
source-repository head