Gifcurry-2.1.0.0: Gifcurry.cabal
name: Gifcurry
version: 2.1.0.0
synopsis: Create animated GIFs, overlaid with optional text, from video files.
description: GIF creation utility.
homepage: https://github.com/lettier/gifcurry
license: Apache-2.0
license-file: LICENSE
author: Lettier
maintainer: Lettier
copyright: (C) 2016 David Lettier
category: Graphics
build-type: Simple
extra-source-files: README.md
, ./src/dev/Paths_Gifcurry.hs
, ./src/data/icon.ico
, ./src/data/icon2.ico
data-files: data/gui.glade
, data/icon.ico
, data/icon2.ico
data-dir: ./src/
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/lettier/gifcurry
library
exposed-modules: Gifcurry
build-depends: base >=4.7 && <=4.9.0.0
, process >=1.2 && <=1.4.2.0
, temporary >=1.2 && <1.3
, directory ==1.2.*
, text ==1.2.*
, filepath ==1.4.*
hs-source-dirs: ./src
, ./src/lib/
ghc-options: -Wall
default-language: Haskell2010
executable gifcurry_gui
main-is: Main.hs
build-depends: base >=4.7 && <=4.9.0.0
, gtk3 >=0.14 && <0.15
, process >=1.2 && <=1.4.2.0
, temporary >=1.2 && <1.3
, directory ==1.2.*
, text ==1.2.*
, filepath ==1.4.*
other-modules: Paths_Gifcurry, Gifcurry
ghc-options: -O3 -threaded -with-rtsopts=-N -Wall
hs-source-dirs: ./src/
, ./src/gui/
, ./src/lib/
default-language: Haskell2010
executable gifcurry_cli
main-is: Main.hs
build-depends: base >=4.7 && <=4.9.0.0
, process >=1.2 && <=1.4.2.0
, temporary >=1.2 && <1.3
, directory == 1.2.*
, cmdargs ==0.10.*
, text ==1.2.*
, filepath ==1.4.*
other-modules: Gifcurry
ghc-options: -Wall
hs-source-dirs: ./src/
, ./src/cli/
, ./src/lib/
default-language: Haskell2010