summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-10-26 01:27:09 +0300
committerdefanor <defanor@uberspace.net>2017-10-26 01:27:09 +0300
commite9d5306f9df690803399f81bcc31d86e28084ab9 (patch)
treed1dc013cc00b348d5c71dae9d8eef052f1ad34aa /pancake.cabal
Initial commit
Diffstat (limited to 'pancake.cabal')
-rw-r--r--pancake.cabal39
1 files changed, 39 insertions, 0 deletions
diff --git a/pancake.cabal b/pancake.cabal
new file mode 100644
index 0000000..ad7068c
--- /dev/null
+++ b/pancake.cabal
@@ -0,0 +1,39 @@
+name: pancake
+version: 0.1.0.0
+synopsis: A CLI web/gopher/file browser
+tested-with: GHC == 8.0.1
+license: BSD3
+license-file: LICENSE
+author: defanor
+maintainer: defanor@uberspace.net
+homepage: https://defanor.uberspace.net/projects/pancake/
+bug-reports: https://github.com/defanor/pancake/issues
+category: Web
+build-type: Simple
+extra-source-files: ChangeLog.md
+ , README.org
+cabal-version: >=1.10
+
+executable pancake
+ main-is: Pancake.hs
+ other-modules: Text.Pandoc.Readers.Plain
+ , Text.Pandoc.Readers.Gopher
+ build-depends: base >=4.9 && <5,
+ bytestring >= 0.10.8.1,
+ colorful-monoids >= 0.2.1.0,
+ containers >= 0.5.7.1,
+ data-default >= 0.7.1.1,
+ directory >= 1.2.6.2,
+ filepath >= 1.4.1.0,
+ mtl >= 2.2.1,
+ network-uri >= 2.6.1.0,
+ pandoc >= 1.19.2.2,
+ pandoc-types >= 1.17.0.5,
+ parsec >= 3.1.11,
+ process >= 1.6,
+ terminfo >= 0.4.0.2,
+ utf8-string >= 1.0.1.1,
+ yaml >= 0.8.23.3
+ -- hs-source-dirs:
+ default-language: Haskell2010
+ ghc-options: -Wall