img2ascii/img2ascii.cabal

30 lines
982 B
Plaintext
Raw Normal View History

2015-11-20 22:02:24 +00:00
-- Initial img2ascii.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: img2ascii
version: 0.1.0.0
synopsis: Commandline tool for converting images to ASCII
-- description:
homepage: http://github.com/Drezil/img2ascii
license: MIT
license-file: LICENSE
author: Stefan Dresselhaus
maintainer: sdressel@techfak.uni-bielefeld.de
-- copyright:
category: Text
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable img2ascii
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.9,
JuicyPixels,
vector,
optparse-applicative,
bytestring
2015-11-20 22:02:24 +00:00
hs-source-dirs: src
default-language: Haskell2010