summaryrefslogtreecommitdiffstats
path: root/pager.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-04-05 21:39:55 +0200
committertv <tv@krebsco.de>2022-04-05 22:06:40 +0200
commitf4cdf79bd4a75e9eafe68b9a908f4cc68682b7ef (patch)
treed2cb50df2344d97042b2c006ee39811e2b87511d /pager.cabal
parent032cb86ff8108eb4915a692015da344a41f78506 (diff)
boom
Diffstat (limited to 'pager.cabal')
-rw-r--r--pager.cabal47
1 files changed, 40 insertions, 7 deletions
diff --git a/pager.cabal b/pager.cabal
index b3df3c3..d05c17d 100644
--- a/pager.cabal
+++ b/pager.cabal
@@ -7,12 +7,45 @@ author: tv <tv@krebsco.de>
maintainer: tv@krebsco.de
build-type: Simple
-library
- build-depends: base
- , aeson
- , template-haskell
- , text
+source-repository head
+ type: git
+ location: https://cgit.krebsco.de/pager
+
+source-repository this
+ type: git
+ location: https://cgit.krebsco.de/pager
+ tag: 1.0.0
+
+executable pager
+ main-is: main.hs
default-language: Haskell2010
- exposed-modules: Pager.Types
- ghc-options: -O2 -Wall
+ ghc-options: -Wall -threaded -with-rtsopts=-N
hs-source-dirs: src
+ build-depends: base >= 4.13 && < 5
+ , X11
+ , blessings
+ , bytestring
+ , containers
+ , data-default
+ , hack
+ , optparse-applicative
+ , probability
+ , scanner
+ , speculate
+ , split
+ , terminal-size
+ , text
+ , unix
+ other-modules: Data.List.Extra
+ , Data.Monoid.Extra
+ , Data.Text.Encoding.Extra
+ , Data.Text.Extra
+ , Foreign.C.String.Extra
+ , Graphics.X11.Extra
+ , Graphics.X11.Xlib.Extras.Extra
+ , Hack.Buffer.Extra
+ , Much.Screen
+ , Pager.Sixelerator
+ , Pager.Types
+ , Sixel
+ , State