39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
cabal-version: 2.4
|
|
-- Initial package description 'ibis.cabal' generated by 'cabal init'. For
|
|
-- further documentation, see http://haskell.org/cabal/users-guide/
|
|
|
|
name: ibis
|
|
version: 0.0.0.0
|
|
synopsis: A pdf presenter
|
|
-- description:
|
|
-- bug-reports:
|
|
license: GPL-3.0-only
|
|
license-file: LICENSE
|
|
author: nek0
|
|
maintainer: nek0@nek0.eu
|
|
-- copyright:
|
|
category: Graphics
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
executable ibis
|
|
main-is: Main.hs
|
|
other-modules: Events
|
|
, Util
|
|
, Types
|
|
-- other-extensions:
|
|
default-extensions: OverloadedStrings
|
|
build-depends: base >=4.11
|
|
, containers
|
|
, optparse-applicative
|
|
, poppler
|
|
, sdl2
|
|
, linear
|
|
, monad-loops
|
|
, OpenGL
|
|
, text
|
|
, nanovg
|
|
, magic
|
|
, split
|
|
, time
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|