aboutsummaryrefslogtreecommitdiff
path: root/mywatch.cabal
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-05-20 21:47:51 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-05-20 21:47:54 +0300
commit76c744963a3e7cbfc2f7d3aa8a3321c3eb200aa2 (patch)
treebe78c5b7be4bc3958ac43c6e37ee7de99accb59b /mywatch.cabal
parent40f6fd333b551eae338daf1fa4d4526725766636 (diff)
downloadmywatch-76c744963a3e7cbfc2f7d3aa8a3321c3eb200aa2.tar.gz
Rename index.html -> app.html
Not to confuse Hackage.
Diffstat (limited to 'mywatch.cabal')
-rw-r--r--mywatch.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/mywatch.cabal b/mywatch.cabal
index ee3813b..3c4118e 100644
--- a/mywatch.cabal
+++ b/mywatch.cabal
@@ -14,7 +14,7 @@ build-type: Simple
extra-source-files: README.md ChangeLog.md
cabal-version: >= 1.20
data-files:
- index.html
+ app.html
static/external/bootstrap/css/*.min.css
static/external/bootstrap/js/*.min.js
static/external/jquery-2.2.4.min.js
@@ -45,6 +45,7 @@ executable mywatch
, data-default-class
, docopt >= 0.7
, fast-logger
+ , filepath
, http-types >= 0.9
, interpolatedstring-perl6 >= 1.0
, MissingH