summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pancake.cabal')
-rw-r--r--pancake.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/pancake.cabal b/pancake.cabal
index efa3c2e..47f7e02 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -14,14 +14,19 @@ maintainer: defanor@uberspace.net
homepage: https://defanor.uberspace.net/projects/pancake/
bug-reports: https://github.com/defanor/pancake/issues
category: Web
-build-type: Simple
+build-type: Custom
extra-source-files: ChangeLog.md
, README.org
, pancake.el
+ , pancake.1
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/defanor/pancake.git
+custom-setup
+ setup-depends: Cabal >= 1.24
+ , base >= 4.9 && < 5
+ , filepath >= 1.4.1.0 && < 2
executable pancake
main-is: Pancake.hs